@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociateIamInstanceProfileResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
AssociateIamInstanceProfileResult() |
Modifier and Type | Method and Description |
---|---|
AssociateIamInstanceProfileResult |
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; useful for testing and debugging.
|
AssociateIamInstanceProfileResult |
withIamInstanceProfileAssociation(IamInstanceProfileAssociation iamInstanceProfileAssociation)
Information about the IAM instance profile association.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 AssociateIamInstanceProfileResult 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 AssociateIamInstanceProfileResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.