@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisableDelegatedAdminAccountResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DisableDelegatedAdminAccountResult() |
| Modifier and Type | Method and Description |
|---|---|
DisableDelegatedAdminAccountResult |
clone() |
boolean |
equals(Object obj) |
String |
getDelegatedAdminAccountId()
The Amazon Web Services account ID of the successfully disabled delegated administrator.
|
int |
hashCode() |
void |
setDelegatedAdminAccountId(String delegatedAdminAccountId)
The Amazon Web Services account ID of the successfully disabled delegated administrator.
|
String |
toString()
Returns a string representation of this object.
|
DisableDelegatedAdminAccountResult |
withDelegatedAdminAccountId(String delegatedAdminAccountId)
The Amazon Web Services account ID of the successfully disabled delegated administrator.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setDelegatedAdminAccountId(String delegatedAdminAccountId)
The Amazon Web Services account ID of the successfully disabled delegated administrator.
delegatedAdminAccountId - The Amazon Web Services account ID of the successfully disabled delegated administrator.public String getDelegatedAdminAccountId()
The Amazon Web Services account ID of the successfully disabled delegated administrator.
public DisableDelegatedAdminAccountResult withDelegatedAdminAccountId(String delegatedAdminAccountId)
The Amazon Web Services account ID of the successfully disabled delegated administrator.
delegatedAdminAccountId - The Amazon Web Services account ID of the successfully disabled delegated administrator.public String toString()
toString in class ObjectObject.toString()public DisableDelegatedAdminAccountResult clone()