@Generated(value="com.amazonaws:aws-java-sdk-code-generator") 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 object for all fields except the handler context.
|
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.
|
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 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 Object
Object.toString()
public AddClientIDToOpenIDConnectProviderRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.