@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribePodIdentityAssociationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribePodIdentityAssociationRequest() |
Modifier and Type | Method and Description |
---|---|
DescribePodIdentityAssociationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAssociationId()
The ID of the association that you want the description of.
|
String |
getClusterName()
The name of the cluster that the association is in.
|
int |
hashCode() |
void |
setAssociationId(String associationId)
The ID of the association that you want the description of.
|
void |
setClusterName(String clusterName)
The name of the cluster that the association is in.
|
String |
toString()
Returns a string representation of this object.
|
DescribePodIdentityAssociationRequest |
withAssociationId(String associationId)
The ID of the association that you want the description of.
|
DescribePodIdentityAssociationRequest |
withClusterName(String clusterName)
The name of the cluster that the association is in.
|
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 DescribePodIdentityAssociationRequest()
public void setClusterName(String clusterName)
The name of the cluster that the association is in.
clusterName
- The name of the cluster that the association is in.public String getClusterName()
The name of the cluster that the association is in.
public DescribePodIdentityAssociationRequest withClusterName(String clusterName)
The name of the cluster that the association is in.
clusterName
- The name of the cluster that the association is in.public void setAssociationId(String associationId)
The ID of the association that you want the description of.
associationId
- The ID of the association that you want the description of.public String getAssociationId()
The ID of the association that you want the description of.
public DescribePodIdentityAssociationRequest withAssociationId(String associationId)
The ID of the association that you want the description of.
associationId
- The ID of the association that you want the description of.public String toString()
toString
in class Object
Object.toString()
public DescribePodIdentityAssociationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()