@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetAssociatedRoleResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetAssociatedRoleResult() |
Modifier and Type | Method and Description |
---|---|
GetAssociatedRoleResult |
clone() |
boolean |
equals(Object obj) |
String |
getAssociatedAt()
Time when the role was associated for the group.
|
String |
getRoleArn()
Arn of the role that is associated with the group.
|
int |
hashCode() |
void |
setAssociatedAt(String associatedAt)
Time when the role was associated for the group.
|
void |
setRoleArn(String roleArn)
Arn of the role that is associated with the group.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetAssociatedRoleResult |
withAssociatedAt(String associatedAt)
Time when the role was associated for the group.
|
GetAssociatedRoleResult |
withRoleArn(String roleArn)
Arn of the role that is associated with the group.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAssociatedAt(String associatedAt)
associatedAt
- Time when the role was associated for the group.public String getAssociatedAt()
public GetAssociatedRoleResult withAssociatedAt(String associatedAt)
associatedAt
- Time when the role was associated for the group.public void setRoleArn(String roleArn)
roleArn
- Arn of the role that is associated with the group.public String getRoleArn()
public GetAssociatedRoleResult withRoleArn(String roleArn)
roleArn
- Arn of the role that is associated with the group.public String toString()
toString
in class Object
Object.toString()
public GetAssociatedRoleResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.