@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()
The time when the role was associated with the group.
|
String |
getRoleArn()
The ARN of the role that is associated with the group.
|
int |
hashCode() |
void |
setAssociatedAt(String associatedAt)
The time when the role was associated with the group.
|
void |
setRoleArn(String roleArn)
The ARN of the role that is associated with the group.
|
String |
toString()
Returns a string representation of this object.
|
GetAssociatedRoleResult |
withAssociatedAt(String associatedAt)
The time when the role was associated with the group.
|
GetAssociatedRoleResult |
withRoleArn(String roleArn)
The ARN of the role that is associated with the group.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setAssociatedAt(String associatedAt)
associatedAt - The time when the role was associated with the group.public String getAssociatedAt()
public GetAssociatedRoleResult withAssociatedAt(String associatedAt)
associatedAt - The time when the role was associated with the group.public void setRoleArn(String roleArn)
roleArn - The ARN of the role that is associated with the group.public String getRoleArn()
public GetAssociatedRoleResult withRoleArn(String roleArn)
roleArn - The ARN of the role that is associated with the group.public String toString()
toString in class ObjectObject.toString()public GetAssociatedRoleResult clone()