@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EnableDelegatedAdminAccountRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
EnableDelegatedAdminAccountRequest() |
Modifier and Type | Method and Description |
---|---|
EnableDelegatedAdminAccountRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientToken()
The idempotency token for the request.
|
String |
getDelegatedAdminAccountId()
The Amazon Web Services account ID of the Amazon Inspector delegated administrator.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
The idempotency token for the request.
|
void |
setDelegatedAdminAccountId(String delegatedAdminAccountId)
The Amazon Web Services account ID of the Amazon Inspector delegated administrator.
|
String |
toString()
Returns a string representation of this object.
|
EnableDelegatedAdminAccountRequest |
withClientToken(String clientToken)
The idempotency token for the request.
|
EnableDelegatedAdminAccountRequest |
withDelegatedAdminAccountId(String delegatedAdminAccountId)
The Amazon Web Services account ID of the 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 setClientToken(String clientToken)
The idempotency token for the request.
clientToken
- The idempotency token for the request.public String getClientToken()
The idempotency token for the request.
public EnableDelegatedAdminAccountRequest withClientToken(String clientToken)
The idempotency token for the request.
clientToken
- The idempotency token for the request.public void setDelegatedAdminAccountId(String delegatedAdminAccountId)
The Amazon Web Services account ID of the Amazon Inspector delegated administrator.
delegatedAdminAccountId
- The Amazon Web Services account ID of the Amazon Inspector delegated administrator.public String getDelegatedAdminAccountId()
The Amazon Web Services account ID of the Amazon Inspector delegated administrator.
public EnableDelegatedAdminAccountRequest withDelegatedAdminAccountId(String delegatedAdminAccountId)
The Amazon Web Services account ID of the Amazon Inspector delegated administrator.
delegatedAdminAccountId
- The Amazon Web Services account ID of the Amazon Inspector delegated administrator.public String toString()
toString
in class Object
Object.toString()
public EnableDelegatedAdminAccountRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()