@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateMultiRegionAccessPointRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
CreateMultiRegionAccessPointRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateMultiRegionAccessPointRequest |
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.
|
CreateMultiRegionAccessPointInput |
getDetails()
A container element containing details about 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(CreateMultiRegionAccessPointInput details)
A container element containing details about the Multi-Region Access Point.
|
String |
toString()
Returns a string representation of this object.
|
CreateMultiRegionAccessPointRequest |
withAccountId(String accountId)
The Amazon Web Services account ID for the owner of the Multi-Region Access Point.
|
CreateMultiRegionAccessPointRequest |
withClientToken(String clientToken)
An idempotency token used to identify the request and guarantee that requests are unique.
|
CreateMultiRegionAccessPointRequest |
withDetails(CreateMultiRegionAccessPointInput details)
A container element containing details about 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, withSdkRequestTimeoutpublic void setAccountId(String accountId)
The Amazon Web Services account ID for the owner of the Multi-Region Access Point. The owner of the Multi-Region Access Point also must own the underlying buckets.
accountId - The Amazon Web Services account ID for the owner of the Multi-Region Access Point. The owner of the
Multi-Region Access Point also must own the underlying buckets.public String getAccountId()
The Amazon Web Services account ID for the owner of the Multi-Region Access Point. The owner of the Multi-Region Access Point also must own the underlying buckets.
public CreateMultiRegionAccessPointRequest withAccountId(String accountId)
The Amazon Web Services account ID for the owner of the Multi-Region Access Point. The owner of the Multi-Region Access Point also must own the underlying buckets.
accountId - The Amazon Web Services account ID for the owner of the Multi-Region Access Point. The owner of the
Multi-Region Access Point also must own the underlying buckets.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 CreateMultiRegionAccessPointRequest 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(CreateMultiRegionAccessPointInput details)
A container element containing details about the Multi-Region Access Point.
details - A container element containing details about the Multi-Region Access Point.public CreateMultiRegionAccessPointInput getDetails()
A container element containing details about the Multi-Region Access Point.
public CreateMultiRegionAccessPointRequest withDetails(CreateMultiRegionAccessPointInput details)
A container element containing details about the Multi-Region Access Point.
details - A container element containing details about the Multi-Region Access Point.public String toString()
toString in class ObjectObject.toString()public CreateMultiRegionAccessPointRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()