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 request.
|
boolean |
equals(Object obj) |
String |
getClientID()
The client ID (also known as audience) to remove from the IAM OpenID
Connect provider.
|
String |
getOpenIDConnectProviderArn()
The Amazon Resource Name (ARN) of the IAM OpenID Connect (OIDC) provider
to remove the client ID from.
|
int |
hashCode() |
void |
setClientID(String clientID)
The client ID (also known as audience) to remove from the IAM OpenID
Connect provider.
|
void |
setOpenIDConnectProviderArn(String openIDConnectProviderArn)
The Amazon Resource Name (ARN) of the IAM OpenID Connect (OIDC) provider
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 OpenID
Connect provider.
|
RemoveClientIDFromOpenIDConnectProviderRequest |
withOpenIDConnectProviderArn(String openIDConnectProviderArn)
The Amazon Resource Name (ARN) of the IAM OpenID Connect (OIDC) provider
to remove the client ID from.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic RemoveClientIDFromOpenIDConnectProviderRequest()
public void setOpenIDConnectProviderArn(String openIDConnectProviderArn)
The Amazon Resource Name (ARN) of the IAM OpenID Connect (OIDC) provider to remove the client ID from. You can get a list of OIDC provider ARNs by using the ListOpenIDConnectProviders action.
openIDConnectProviderArn - The Amazon Resource Name (ARN) of the IAM OpenID Connect (OIDC)
provider to remove the client ID from. You can get a list of OIDC
provider ARNs by using the ListOpenIDConnectProviders
action.public String getOpenIDConnectProviderArn()
The Amazon Resource Name (ARN) of the IAM OpenID Connect (OIDC) provider to remove the client ID from. You can get a list of OIDC provider ARNs by using the ListOpenIDConnectProviders action.
public RemoveClientIDFromOpenIDConnectProviderRequest withOpenIDConnectProviderArn(String openIDConnectProviderArn)
The Amazon Resource Name (ARN) of the IAM OpenID Connect (OIDC) provider to remove the client ID from. You can get a list of OIDC provider ARNs by using the ListOpenIDConnectProviders action.
openIDConnectProviderArn - The Amazon Resource Name (ARN) of the IAM OpenID Connect (OIDC)
provider to remove the client ID from. You can get a list of OIDC
provider ARNs by using the ListOpenIDConnectProviders
action.public void setClientID(String clientID)
The client ID (also known as audience) to remove from the IAM OpenID Connect provider. For more information about client IDs, see CreateOpenIDConnectProvider.
clientID - The client ID (also known as audience) to remove from the IAM
OpenID Connect provider. For more information about client IDs,
see CreateOpenIDConnectProvider.public String getClientID()
The client ID (also known as audience) to remove from the IAM OpenID Connect provider. 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 OpenID Connect provider. For more information about client IDs, see CreateOpenIDConnectProvider.
clientID - The client ID (also known as audience) to remove from the IAM
OpenID Connect provider. For more information about client IDs,
see CreateOpenIDConnectProvider.public String toString()
toString in class ObjectObject.toString()public RemoveClientIDFromOpenIDConnectProviderRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.