@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()
The time when the service role was disassociated from the account.
|
int |
hashCode() |
void |
setDisassociatedAt(String disassociatedAt)
The time when the service role was disassociated from the account.
|
String |
toString()
Returns a string representation of this object.
|
DisassociateServiceRoleFromAccountResult |
withDisassociatedAt(String disassociatedAt)
The time when the service role was disassociated from the account.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic DisassociateServiceRoleFromAccountResult()
public void setDisassociatedAt(String disassociatedAt)
disassociatedAt - The time when the service role was disassociated from the account.public String getDisassociatedAt()
public DisassociateServiceRoleFromAccountResult withDisassociatedAt(String disassociatedAt)
disassociatedAt - The time when the service role was disassociated from the account.public String toString()
toString in class ObjectObject.toString()public DisassociateServiceRoleFromAccountResult clone()