public class RemoveClientIDFromOpenIDConnectProviderRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
clientID
The client ID (also known as audience) to remove from the IAM OIDC
provider resource.
|
private java.lang.String |
openIDConnectProviderArn
The Amazon Resource Name (ARN) of the IAM OIDC provider resource to
remove the client ID from.
|
NOOP
Constructor and Description |
---|
RemoveClientIDFromOpenIDConnectProviderRequest() |
Modifier and Type | Method and Description |
---|---|
RemoveClientIDFromOpenIDConnectProviderRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getClientID()
The client ID (also known as audience) to remove from the IAM OIDC
provider resource.
|
java.lang.String |
getOpenIDConnectProviderArn()
The Amazon Resource Name (ARN) of the IAM OIDC provider resource to
remove the client ID from.
|
int |
hashCode() |
void |
setClientID(java.lang.String clientID)
The client ID (also known as audience) to remove from the IAM OIDC
provider resource.
|
void |
setOpenIDConnectProviderArn(java.lang.String openIDConnectProviderArn)
The Amazon Resource Name (ARN) of the IAM OIDC provider resource to
remove the client ID from.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
RemoveClientIDFromOpenIDConnectProviderRequest |
withClientID(java.lang.String clientID)
The client ID (also known as audience) to remove from the IAM OIDC
provider resource.
|
RemoveClientIDFromOpenIDConnectProviderRequest |
withOpenIDConnectProviderArn(java.lang.String openIDConnectProviderArn)
The Amazon Resource Name (ARN) of the IAM OIDC provider resource to
remove the client ID from.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.lang.String openIDConnectProviderArn
The Amazon Resource Name (ARN) of the IAM OIDC provider resource to remove the client ID from. You can get a list of OIDC provider ARNs by using the ListOpenIDConnectProviders action.
For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.
private java.lang.String clientID
The client ID (also known as audience) to remove from the IAM OIDC provider resource. For more information about client IDs, see CreateOpenIDConnectProvider.
public RemoveClientIDFromOpenIDConnectProviderRequest()
public void setOpenIDConnectProviderArn(java.lang.String openIDConnectProviderArn)
The Amazon Resource Name (ARN) of the IAM OIDC provider resource to remove the client ID from. You can get a list of OIDC provider ARNs by using the ListOpenIDConnectProviders action.
For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.
openIDConnectProviderArn
- The Amazon Resource Name (ARN) of the IAM OIDC provider resource
to remove the client ID from. You can get a list of OIDC provider
ARNs by using the ListOpenIDConnectProviders action.
For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.
public java.lang.String getOpenIDConnectProviderArn()
The Amazon Resource Name (ARN) of the IAM OIDC provider resource to remove the client ID from. You can get a list of OIDC provider ARNs by using the ListOpenIDConnectProviders action.
For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.
For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.
public RemoveClientIDFromOpenIDConnectProviderRequest withOpenIDConnectProviderArn(java.lang.String openIDConnectProviderArn)
The Amazon Resource Name (ARN) of the IAM OIDC provider resource to remove the client ID from. You can get a list of OIDC provider ARNs by using the ListOpenIDConnectProviders action.
For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.
openIDConnectProviderArn
- The Amazon Resource Name (ARN) of the IAM OIDC provider resource
to remove the client ID from. You can get a list of OIDC provider
ARNs by using the ListOpenIDConnectProviders action.
For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.
public void setClientID(java.lang.String clientID)
The client ID (also known as audience) to remove from the IAM OIDC provider resource. For more information about client IDs, see CreateOpenIDConnectProvider.
clientID
- The client ID (also known as audience) to remove from the IAM OIDC
provider resource. For more information about client IDs, see
CreateOpenIDConnectProvider.public java.lang.String getClientID()
The client ID (also known as audience) to remove from the IAM OIDC provider resource. For more information about client IDs, see CreateOpenIDConnectProvider.
public RemoveClientIDFromOpenIDConnectProviderRequest withClientID(java.lang.String clientID)
The client ID (also known as audience) to remove from the IAM OIDC provider resource. For more information about client IDs, see CreateOpenIDConnectProvider.
clientID
- The client ID (also known as audience) to remove from the IAM OIDC
provider resource. For more information about client IDs, see
CreateOpenIDConnectProvider.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public RemoveClientIDFromOpenIDConnectProviderRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()