@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()
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 |
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, 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 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 Object
Object.toString()
public GetMultiRegionAccessPointRoutesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()