@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetMultiRegionAccessPointRoutesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetMultiRegionAccessPointRoutesRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetMultiRegionAccessPointRoutesRequest |
clone() |
boolean |
equals(Object obj) |
String |
getAccountId()
The Amazon Web Services account ID for the owner of the Multi-Region Access Point.
|
String |
getMrap()
The Multi-Region Access Point ARN.
|
int |
hashCode() |
void |
setAccountId(String accountId)
The Amazon Web Services account ID for the owner of the Multi-Region Access Point.
|
void |
setMrap(String mrap)
The Multi-Region Access Point ARN.
|
String |
toString()
Returns a string representation of this object.
|
GetMultiRegionAccessPointRoutesRequest |
withAccountId(String accountId)
The Amazon Web Services account ID for the owner of the Multi-Region Access Point.
|
GetMultiRegionAccessPointRoutesRequest |
withMrap(String mrap)
The Multi-Region Access Point ARN.
|
addHandlerContext, copyBaseTo, 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 GetMultiRegionAccessPointRoutesRequest()
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 GetMultiRegionAccessPointRoutesRequest 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 setMrap(String mrap)
The Multi-Region Access Point ARN.
mrap - The Multi-Region Access Point ARN.public String getMrap()
The Multi-Region Access Point ARN.
public GetMultiRegionAccessPointRoutesRequest withMrap(String mrap)
The Multi-Region Access Point ARN.
mrap - The Multi-Region Access Point ARN.public String toString()
toString in class ObjectObject.toString()public GetMultiRegionAccessPointRoutesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.