@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, setSdkResponseMetadata
public 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 Object
Object.toString()
public DisableDelegatedAdminAccountResult clone()