@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisassociateRoleFromGroupResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DisassociateRoleFromGroupResult() |
Modifier and Type | Method and Description |
---|---|
DisassociateRoleFromGroupResult |
clone() |
boolean |
equals(Object obj) |
String |
getDisassociatedAt()
Time when the role was disassociated from the group.
|
int |
hashCode() |
void |
setDisassociatedAt(String disassociatedAt)
Time when the role was disassociated from the group.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DisassociateRoleFromGroupResult |
withDisassociatedAt(String disassociatedAt)
Time when the role was disassociated from the group.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDisassociatedAt(String disassociatedAt)
disassociatedAt
- Time when the role was disassociated from the group.public String getDisassociatedAt()
public DisassociateRoleFromGroupResult withDisassociatedAt(String disassociatedAt)
disassociatedAt
- Time when the role was disassociated from the group.public String toString()
toString
in class Object
Object.toString()
public DisassociateRoleFromGroupResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.