@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisassociateIamInstanceProfileResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DisassociateIamInstanceProfileResult() |
Modifier and Type | Method and Description |
---|---|
DisassociateIamInstanceProfileResult |
clone() |
boolean |
equals(Object obj) |
IamInstanceProfileAssociation |
getIamInstanceProfileAssociation()
Information about the IAM instance profile association.
|
int |
hashCode() |
void |
setIamInstanceProfileAssociation(IamInstanceProfileAssociation iamInstanceProfileAssociation)
Information about the IAM instance profile association.
|
String |
toString()
Returns a string representation of this object.
|
DisassociateIamInstanceProfileResult |
withIamInstanceProfileAssociation(IamInstanceProfileAssociation iamInstanceProfileAssociation)
Information about the IAM instance profile association.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DisassociateIamInstanceProfileResult()
public void setIamInstanceProfileAssociation(IamInstanceProfileAssociation iamInstanceProfileAssociation)
Information about the IAM instance profile association.
iamInstanceProfileAssociation
- Information about the IAM instance profile association.public IamInstanceProfileAssociation getIamInstanceProfileAssociation()
Information about the IAM instance profile association.
public DisassociateIamInstanceProfileResult withIamInstanceProfileAssociation(IamInstanceProfileAssociation iamInstanceProfileAssociation)
Information about the IAM instance profile association.
iamInstanceProfileAssociation
- Information about the IAM instance profile association.public String toString()
toString
in class Object
Object.toString()
public DisassociateIamInstanceProfileResult clone()