public class IamInstanceProfileAssociation extends Object implements Serializable
Constructor and Description |
---|
IamInstanceProfileAssociation() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getAssociationId()
The ID of the association.
|
IamInstanceProfile |
getIamInstanceProfile()
The IAM instance profile.
|
String |
getInstanceId()
The ID of the instance.
|
String |
getState()
The state of the association.
|
Date |
getTimestamp()
The time the IAM instance profile was associated with the instance.
|
int |
hashCode() |
void |
setAssociationId(String associationId)
The ID of the association.
|
void |
setIamInstanceProfile(IamInstanceProfile iamInstanceProfile)
The IAM instance profile.
|
void |
setInstanceId(String instanceId)
The ID of the instance.
|
void |
setState(IamInstanceProfileAssociationState state)
The state of the association.
|
void |
setState(String state)
The state of the association.
|
void |
setTimestamp(Date timestamp)
The time the IAM instance profile was associated with the instance.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
public void setAssociationId(String associationId)
The ID of the association.
associationId
- The ID of the association.public String getAssociationId()
The ID of the association.
public void setInstanceId(String instanceId)
The ID of the instance.
instanceId
- The ID of the instance.public String getInstanceId()
The ID of the instance.
public void setIamInstanceProfile(IamInstanceProfile iamInstanceProfile)
The IAM instance profile.
iamInstanceProfile
- The IAM instance profile.public IamInstanceProfile getIamInstanceProfile()
The IAM instance profile.
public void setState(String state)
The state of the association.
state
- The state of the association.public String getState()
The state of the association.
public void setState(IamInstanceProfileAssociationState state)
The state of the association.
state
- The state of the association.IamInstanceProfileAssociationState
public void setTimestamp(Date timestamp)
The time the IAM instance profile was associated with the instance.
timestamp
- The time the IAM instance profile was associated with the instance.public Date getTimestamp()
The time the IAM instance profile was associated with the instance.
public String toString()
toString
in class Object
Object.toString()
Copyright © 2010–2020. All rights reserved.