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