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