@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociateRoleToGroupResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
AssociateRoleToGroupResult() |
| Modifier and Type | Method and Description |
|---|---|
AssociateRoleToGroupResult |
clone() |
boolean |
equals(Object obj) |
String |
getAssociatedAt()
The time, in milliseconds since the epoch, when the role ARN was associated with the group.
|
int |
hashCode() |
void |
setAssociatedAt(String associatedAt)
The time, in milliseconds since the epoch, when the role ARN was associated with the group.
|
String |
toString()
Returns a string representation of this object.
|
AssociateRoleToGroupResult |
withAssociatedAt(String associatedAt)
The time, in milliseconds since the epoch, when the role ARN was associated with the group.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setAssociatedAt(String associatedAt)
associatedAt - The time, in milliseconds since the epoch, when the role ARN was associated with the group.public String getAssociatedAt()
public AssociateRoleToGroupResult withAssociatedAt(String associatedAt)
associatedAt - The time, in milliseconds since the epoch, when the role ARN was associated with the group.public String toString()
toString in class ObjectObject.toString()public AssociateRoleToGroupResult clone()