public class AddClientIDToOpenIDConnectProviderRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| AddClientIDToOpenIDConnectProviderRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| AddClientIDToOpenIDConnectProviderRequest | clone()Creates a shallow clone of this request. | 
| boolean | equals(Object obj) | 
| String | getClientID()
 The client ID (also known as audience) to add to the IAM OpenID Connect
 provider resource. | 
| String | getOpenIDConnectProviderArn()
 The Amazon Resource Name (ARN) of the IAM OpenID Connect (OIDC) provider
 resource to add the client ID to. | 
| int | hashCode() | 
| void | setClientID(String clientID)
 The client ID (also known as audience) to add to the IAM OpenID Connect
 provider resource. | 
| void | setOpenIDConnectProviderArn(String openIDConnectProviderArn)
 The Amazon Resource Name (ARN) of the IAM OpenID Connect (OIDC) provider
 resource to add the client ID to. | 
| String | toString()Returns a string representation of this object; useful for testing and
 debugging. | 
| AddClientIDToOpenIDConnectProviderRequest | withClientID(String clientID)
 The client ID (also known as audience) to add to the IAM OpenID Connect
 provider resource. | 
| AddClientIDToOpenIDConnectProviderRequest | withOpenIDConnectProviderArn(String openIDConnectProviderArn)
 The Amazon Resource Name (ARN) of the IAM OpenID Connect (OIDC) provider
 resource to add the client ID to. | 
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic AddClientIDToOpenIDConnectProviderRequest()
public void setOpenIDConnectProviderArn(String openIDConnectProviderArn)
The Amazon Resource Name (ARN) of the IAM OpenID Connect (OIDC) provider resource to add the client ID to. 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 resource to add the client ID to. 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 resource to add the client ID to. You can get a list of OIDC provider ARNs by using the ListOpenIDConnectProviders action.
public AddClientIDToOpenIDConnectProviderRequest withOpenIDConnectProviderArn(String openIDConnectProviderArn)
The Amazon Resource Name (ARN) of the IAM OpenID Connect (OIDC) provider resource to add the client ID to. 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 resource to add the client ID to. 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 add to the IAM OpenID Connect provider resource.
clientID - The client ID (also known as audience) to add to the IAM OpenID
        Connect provider resource.public String getClientID()
The client ID (also known as audience) to add to the IAM OpenID Connect provider resource.
public AddClientIDToOpenIDConnectProviderRequest withClientID(String clientID)
The client ID (also known as audience) to add to the IAM OpenID Connect provider resource.
clientID - The client ID (also known as audience) to add to the IAM OpenID
        Connect provider resource.public String toString()
toString in class ObjectObject.toString()public AddClientIDToOpenIDConnectProviderRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.