@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeletePodIdentityAssociationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeletePodIdentityAssociationRequest() |
Modifier and Type | Method and Description |
---|---|
DeletePodIdentityAssociationRequest |
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 to be deleted.
|
String |
getClusterName()
The cluster name that
|
int |
hashCode() |
void |
setAssociationId(String associationId)
The ID of the association to be deleted.
|
void |
setClusterName(String clusterName)
The cluster name that
|
String |
toString()
Returns a string representation of this object.
|
DeletePodIdentityAssociationRequest |
withAssociationId(String associationId)
The ID of the association to be deleted.
|
DeletePodIdentityAssociationRequest |
withClusterName(String clusterName)
The cluster name that
|
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 void setClusterName(String clusterName)
The cluster name that
clusterName
- The cluster name thatpublic String getClusterName()
The cluster name that
public DeletePodIdentityAssociationRequest withClusterName(String clusterName)
The cluster name that
clusterName
- The cluster name thatpublic void setAssociationId(String associationId)
The ID of the association to be deleted.
associationId
- The ID of the association to be deleted.public String getAssociationId()
The ID of the association to be deleted.
public DeletePodIdentityAssociationRequest withAssociationId(String associationId)
The ID of the association to be deleted.
associationId
- The ID of the association to be deleted.public String toString()
toString
in class Object
Object.toString()
public DeletePodIdentityAssociationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()