public class AssociateIamInstanceProfileResult extends Object implements Serializable
Constructor and Description |
---|
AssociateIamInstanceProfileResult() |
Modifier and Type | Method and Description |
---|---|
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.
|
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 String toString()
toString
in class Object
Object.toString()
Copyright © 2010–2020. All rights reserved.