@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()
Time the role arn was associated to your group.
|
int |
hashCode() |
void |
setAssociatedAt(String associatedAt)
Time the role arn was associated to your group.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
AssociateRoleToGroupResult |
withAssociatedAt(String associatedAt)
Time the role arn was associated to your group.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAssociatedAt(String associatedAt)
associatedAt
- Time the role arn was associated to your group.public String getAssociatedAt()
public AssociateRoleToGroupResult withAssociatedAt(String associatedAt)
associatedAt
- Time the role arn was associated to your group.public String toString()
toString
in class Object
Object.toString()
public AssociateRoleToGroupResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.