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