@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, setSdkResponseMetadata
public 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 Object
Object.toString()
public DescribePodIdentityAssociationResult clone()