public class AddClientIDToOpenIDConnectProviderRequest 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 add to the IAM OpenID Connect
provider resource.
|
private java.lang.String |
openIDConnectProviderArn
The Amazon Resource Name (ARN) of the IAM OpenID Connect (OIDC) provider
resource to add the client ID to.
|
NOOP
Constructor and Description |
---|
AddClientIDToOpenIDConnectProviderRequest() |
Modifier and Type | Method and Description |
---|---|
AddClientIDToOpenIDConnectProviderRequest |
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 add to the IAM OpenID Connect
provider resource.
|
java.lang.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(java.lang.String clientID)
The client ID (also known as audience) to add to the IAM OpenID Connect
provider resource.
|
void |
setOpenIDConnectProviderArn(java.lang.String openIDConnectProviderArn)
The Amazon Resource Name (ARN) of the IAM OpenID Connect (OIDC) provider
resource to add the client ID to.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
AddClientIDToOpenIDConnectProviderRequest |
withClientID(java.lang.String clientID)
The client ID (also known as audience) to add to the IAM OpenID Connect
provider resource.
|
AddClientIDToOpenIDConnectProviderRequest |
withOpenIDConnectProviderArn(java.lang.String openIDConnectProviderArn)
The Amazon Resource Name (ARN) of the IAM OpenID Connect (OIDC) provider
resource to add the client ID to.
|
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 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.
private java.lang.String clientID
The client ID (also known as audience) to add to the IAM OpenID Connect provider resource.
public AddClientIDToOpenIDConnectProviderRequest()
public void setOpenIDConnectProviderArn(java.lang.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 java.lang.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(java.lang.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(java.lang.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 java.lang.String getClientID()
The client ID (also known as audience) to add to the IAM OpenID Connect provider resource.
public AddClientIDToOpenIDConnectProviderRequest withClientID(java.lang.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 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 AddClientIDToOpenIDConnectProviderRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()