@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeMultiRegionAccessPointOperationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeMultiRegionAccessPointOperationRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeMultiRegionAccessPointOperationRequest |
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 |
getRequestTokenARN()
The request token associated with the request you want to know about.
|
int |
hashCode() |
void |
setAccountId(String accountId)
The Amazon Web Services account ID for the owner of the Multi-Region Access Point.
|
void |
setRequestTokenARN(String requestTokenARN)
The request token associated with the request you want to know about.
|
String |
toString()
Returns a string representation of this object.
|
DescribeMultiRegionAccessPointOperationRequest |
withAccountId(String accountId)
The Amazon Web Services account ID for the owner of the Multi-Region Access Point.
|
DescribeMultiRegionAccessPointOperationRequest |
withRequestTokenARN(String requestTokenARN)
The request token associated with the request you want to know about.
|
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 DescribeMultiRegionAccessPointOperationRequest()
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 DescribeMultiRegionAccessPointOperationRequest 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 setRequestTokenARN(String requestTokenARN)
The request token associated with the request you want to know about. This request token is returned as part of the response when you make an asynchronous request. You provide this token to query about the status of the asynchronous action.
requestTokenARN
- The request token associated with the request you want to know about. This request token is returned as
part of the response when you make an asynchronous request. You provide this token to query about the
status of the asynchronous action.public String getRequestTokenARN()
The request token associated with the request you want to know about. This request token is returned as part of the response when you make an asynchronous request. You provide this token to query about the status of the asynchronous action.
public DescribeMultiRegionAccessPointOperationRequest withRequestTokenARN(String requestTokenARN)
The request token associated with the request you want to know about. This request token is returned as part of the response when you make an asynchronous request. You provide this token to query about the status of the asynchronous action.
requestTokenARN
- The request token associated with the request you want to know about. This request token is returned as
part of the response when you make an asynchronous request. You provide this token to query about the
status of the asynchronous action.public String toString()
toString
in class Object
Object.toString()
public DescribeMultiRegionAccessPointOperationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()