@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RemoveClientIDFromOpenIDConnectProviderRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
RemoveClientIDFromOpenIDConnectProviderRequest() |
Modifier and Type | Method and Description |
---|---|
RemoveClientIDFromOpenIDConnectProviderRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientID()
The client ID (also known as audience) to remove from the IAM OIDC provider resource.
|
String |
getOpenIDConnectProviderArn()
The Amazon Resource Name (ARN) of the IAM OIDC provider resource to remove the client ID from.
|
int |
hashCode() |
void |
setClientID(String clientID)
The client ID (also known as audience) to remove from the IAM OIDC provider resource.
|
void |
setOpenIDConnectProviderArn(String openIDConnectProviderArn)
The Amazon Resource Name (ARN) of the IAM OIDC provider resource to remove the client ID from.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
RemoveClientIDFromOpenIDConnectProviderRequest |
withClientID(String clientID)
The client ID (also known as audience) to remove from the IAM OIDC provider resource.
|
RemoveClientIDFromOpenIDConnectProviderRequest |
withOpenIDConnectProviderArn(String openIDConnectProviderArn)
The Amazon Resource Name (ARN) of the IAM OIDC provider resource to remove the client ID from.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public RemoveClientIDFromOpenIDConnectProviderRequest()
public void setOpenIDConnectProviderArn(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 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(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(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 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(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 String toString()
toString
in class Object
Object.toString()
public RemoveClientIDFromOpenIDConnectProviderRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.