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