@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeIdentityProviderConfigRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeIdentityProviderConfigRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeIdentityProviderConfigRequest |
clone() |
boolean |
equals(Object obj) |
String |
getClusterName()
The cluster name that the identity provider configuration is associated to.
|
IdentityProviderConfig |
getIdentityProviderConfig()
An object that represents an identity provider configuration.
|
int |
hashCode() |
void |
setClusterName(String clusterName)
The cluster name that the identity provider configuration is associated to.
|
void |
setIdentityProviderConfig(IdentityProviderConfig identityProviderConfig)
An object that represents an identity provider configuration.
|
String |
toString()
Returns a string representation of this object.
|
DescribeIdentityProviderConfigRequest |
withClusterName(String clusterName)
The cluster name that the identity provider configuration is associated to.
|
DescribeIdentityProviderConfigRequest |
withIdentityProviderConfig(IdentityProviderConfig identityProviderConfig)
An object that represents an identity provider configuration.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic DescribeIdentityProviderConfigRequest()
public void setClusterName(String clusterName)
The cluster name that the identity provider configuration is associated to.
clusterName - The cluster name that the identity provider configuration is associated to.public String getClusterName()
The cluster name that the identity provider configuration is associated to.
public DescribeIdentityProviderConfigRequest withClusterName(String clusterName)
The cluster name that the identity provider configuration is associated to.
clusterName - The cluster name that the identity provider configuration is associated to.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 DescribeIdentityProviderConfigRequest withIdentityProviderConfig(IdentityProviderConfig identityProviderConfig)
An object that represents an identity provider configuration.
identityProviderConfig - An object that represents an identity provider configuration.public String toString()
toString in class ObjectObject.toString()public DescribeIdentityProviderConfigRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.