@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisassociateIdentityProviderConfigRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DisassociateIdentityProviderConfigRequest() |
Modifier and Type | Method and Description |
---|---|
DisassociateIdentityProviderConfigRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientRequestToken()
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
String |
getClusterName()
The name of the cluster to disassociate an identity provider from.
|
IdentityProviderConfig |
getIdentityProviderConfig()
An object that represents an identity provider configuration.
|
int |
hashCode() |
void |
setClientRequestToken(String clientRequestToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
void |
setClusterName(String clusterName)
The name of the cluster to disassociate an identity provider from.
|
void |
setIdentityProviderConfig(IdentityProviderConfig identityProviderConfig)
An object that represents an identity provider configuration.
|
String |
toString()
Returns a string representation of this object.
|
DisassociateIdentityProviderConfigRequest |
withClientRequestToken(String clientRequestToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
DisassociateIdentityProviderConfigRequest |
withClusterName(String clusterName)
The name of the cluster to disassociate an identity provider from.
|
DisassociateIdentityProviderConfigRequest |
withIdentityProviderConfig(IdentityProviderConfig identityProviderConfig)
An object that represents an identity provider configuration.
|
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 DisassociateIdentityProviderConfigRequest()
public void setClusterName(String clusterName)
The name of the cluster to disassociate an identity provider from.
clusterName
- The name of the cluster to disassociate an identity provider from.public String getClusterName()
The name of the cluster to disassociate an identity provider from.
public DisassociateIdentityProviderConfigRequest withClusterName(String clusterName)
The name of the cluster to disassociate an identity provider from.
clusterName
- The name of the cluster to disassociate an identity provider from.public void setIdentityProviderConfig(IdentityProviderConfig identityProviderConfig)
An object that represents an identity provider configuration.
identityProviderConfig
- An object that represents an identity provider configuration.public IdentityProviderConfig getIdentityProviderConfig()
An object that represents an identity provider configuration.
public DisassociateIdentityProviderConfigRequest withIdentityProviderConfig(IdentityProviderConfig identityProviderConfig)
An object that represents an identity provider configuration.
identityProviderConfig
- An object that represents an identity provider configuration.public void setClientRequestToken(String clientRequestToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
clientRequestToken
- A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.public String getClientRequestToken()
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
public DisassociateIdentityProviderConfigRequest withClientRequestToken(String clientRequestToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
clientRequestToken
- A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.public String toString()
toString
in class Object
Object.toString()
public DisassociateIdentityProviderConfigRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()