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