@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutMultiRegionAccessPointPolicyRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
PutMultiRegionAccessPointPolicyRequest() |
Modifier and Type | Method and Description |
---|---|
PutMultiRegionAccessPointPolicyRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAccountId()
The Amazon Web Services account ID for the owner of the Multi-Region Access Point.
|
String |
getClientToken()
An idempotency token used to identify the request and guarantee that requests are unique.
|
PutMultiRegionAccessPointPolicyInput |
getDetails()
A container element containing the details of the policy for the Multi-Region Access Point.
|
int |
hashCode() |
void |
setAccountId(String accountId)
The Amazon Web Services account ID for the owner of the Multi-Region Access Point.
|
void |
setClientToken(String clientToken)
An idempotency token used to identify the request and guarantee that requests are unique.
|
void |
setDetails(PutMultiRegionAccessPointPolicyInput details)
A container element containing the details of the policy for the Multi-Region Access Point.
|
String |
toString()
Returns a string representation of this object.
|
PutMultiRegionAccessPointPolicyRequest |
withAccountId(String accountId)
The Amazon Web Services account ID for the owner of the Multi-Region Access Point.
|
PutMultiRegionAccessPointPolicyRequest |
withClientToken(String clientToken)
An idempotency token used to identify the request and guarantee that requests are unique.
|
PutMultiRegionAccessPointPolicyRequest |
withDetails(PutMultiRegionAccessPointPolicyInput details)
A container element containing the details of the policy for the Multi-Region Access Point.
|
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 PutMultiRegionAccessPointPolicyRequest()
public void setAccountId(String accountId)
The Amazon Web Services account ID for the owner of the Multi-Region Access Point.
accountId
- The Amazon Web Services account ID for the owner of the Multi-Region Access Point.public String getAccountId()
The Amazon Web Services account ID for the owner of the Multi-Region Access Point.
public PutMultiRegionAccessPointPolicyRequest withAccountId(String accountId)
The Amazon Web Services account ID for the owner of the Multi-Region Access Point.
accountId
- The Amazon Web Services account ID for the owner of the Multi-Region Access Point.public void setClientToken(String clientToken)
An idempotency token used to identify the request and guarantee that requests are unique.
clientToken
- An idempotency token used to identify the request and guarantee that requests are unique.public String getClientToken()
An idempotency token used to identify the request and guarantee that requests are unique.
public PutMultiRegionAccessPointPolicyRequest withClientToken(String clientToken)
An idempotency token used to identify the request and guarantee that requests are unique.
clientToken
- An idempotency token used to identify the request and guarantee that requests are unique.public void setDetails(PutMultiRegionAccessPointPolicyInput details)
A container element containing the details of the policy for the Multi-Region Access Point.
details
- A container element containing the details of the policy for the Multi-Region Access Point.public PutMultiRegionAccessPointPolicyInput getDetails()
A container element containing the details of the policy for the Multi-Region Access Point.
public PutMultiRegionAccessPointPolicyRequest withDetails(PutMultiRegionAccessPointPolicyInput details)
A container element containing the details of the policy for the Multi-Region Access Point.
details
- A container element containing the details of the policy for the Multi-Region Access Point.public String toString()
toString
in class Object
Object.toString()
public PutMultiRegionAccessPointPolicyRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()