@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeletePodIdentityAssociationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeletePodIdentityAssociationResult() |
Modifier and Type | Method and Description |
---|---|
DeletePodIdentityAssociationResult |
clone() |
boolean |
equals(Object obj) |
PodIdentityAssociation |
getAssociation()
The full description of the EKS Pod Identity association that was deleted.
|
int |
hashCode() |
void |
setAssociation(PodIdentityAssociation association)
The full description of the EKS Pod Identity association that was deleted.
|
String |
toString()
Returns a string representation of this object.
|
DeletePodIdentityAssociationResult |
withAssociation(PodIdentityAssociation association)
The full description of the EKS Pod Identity association that was deleted.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAssociation(PodIdentityAssociation association)
The full description of the EKS Pod Identity association that was deleted.
association
- The full description of the EKS Pod Identity association that was deleted.public PodIdentityAssociation getAssociation()
The full description of the EKS Pod Identity association that was deleted.
public DeletePodIdentityAssociationResult withAssociation(PodIdentityAssociation association)
The full description of the EKS Pod Identity association that was deleted.
association
- The full description of the EKS Pod Identity association that was deleted.public String toString()
toString
in class Object
Object.toString()
public DeletePodIdentityAssociationResult clone()