@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisableDelegatedAdminAccountRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DisableDelegatedAdminAccountRequest() |
Modifier and Type | Method and Description |
---|---|
DisableDelegatedAdminAccountRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDelegatedAdminAccountId()
The Amazon Web Services account ID of the current Amazon Inspector delegated administrator.
|
int |
hashCode() |
void |
setDelegatedAdminAccountId(String delegatedAdminAccountId)
The Amazon Web Services account ID of the current Amazon Inspector delegated administrator.
|
String |
toString()
Returns a string representation of this object.
|
DisableDelegatedAdminAccountRequest |
withDelegatedAdminAccountId(String delegatedAdminAccountId)
The Amazon Web Services account ID of the current Amazon Inspector delegated administrator.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setDelegatedAdminAccountId(String delegatedAdminAccountId)
The Amazon Web Services account ID of the current Amazon Inspector delegated administrator.
delegatedAdminAccountId
- The Amazon Web Services account ID of the current Amazon Inspector delegated administrator.public String getDelegatedAdminAccountId()
The Amazon Web Services account ID of the current Amazon Inspector delegated administrator.
public DisableDelegatedAdminAccountRequest withDelegatedAdminAccountId(String delegatedAdminAccountId)
The Amazon Web Services account ID of the current Amazon Inspector delegated administrator.
delegatedAdminAccountId
- The Amazon Web Services account ID of the current Amazon Inspector delegated administrator.public String toString()
toString
in class Object
Object.toString()
public DisableDelegatedAdminAccountRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()