@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SubmitMultiRegionAccessPointRoutesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
SubmitMultiRegionAccessPointRoutesRequest() |
Modifier and Type | Method and Description |
---|---|
SubmitMultiRegionAccessPointRoutesRequest |
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.
|
List<MultiRegionAccessPointRoute> |
getRouteUpdates()
The different routes that make up the new route configuration.
|
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.
|
void |
setRouteUpdates(Collection<MultiRegionAccessPointRoute> routeUpdates)
The different routes that make up the new route configuration.
|
String |
toString()
Returns a string representation of this object.
|
SubmitMultiRegionAccessPointRoutesRequest |
withAccountId(String accountId)
The Amazon Web Services account ID for the owner of the Multi-Region Access Point.
|
SubmitMultiRegionAccessPointRoutesRequest |
withMrap(String mrap)
The Multi-Region Access Point ARN.
|
SubmitMultiRegionAccessPointRoutesRequest |
withRouteUpdates(Collection<MultiRegionAccessPointRoute> routeUpdates)
The different routes that make up the new route configuration.
|
SubmitMultiRegionAccessPointRoutesRequest |
withRouteUpdates(MultiRegionAccessPointRoute... routeUpdates)
The different routes that make up the new route configuration.
|
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 SubmitMultiRegionAccessPointRoutesRequest()
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 SubmitMultiRegionAccessPointRoutesRequest 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 SubmitMultiRegionAccessPointRoutesRequest withMrap(String mrap)
The Multi-Region Access Point ARN.
mrap
- The Multi-Region Access Point ARN.public List<MultiRegionAccessPointRoute> getRouteUpdates()
The different routes that make up the new route configuration. Active routes return a value of 100
,
and passive routes return a value of 0
.
100
, and passive routes return a value of 0
.public void setRouteUpdates(Collection<MultiRegionAccessPointRoute> routeUpdates)
The different routes that make up the new route configuration. Active routes return a value of 100
,
and passive routes return a value of 0
.
routeUpdates
- The different routes that make up the new route configuration. Active routes return a value of
100
, and passive routes return a value of 0
.public SubmitMultiRegionAccessPointRoutesRequest withRouteUpdates(MultiRegionAccessPointRoute... routeUpdates)
The different routes that make up the new route configuration. Active routes return a value of 100
,
and passive routes return a value of 0
.
NOTE: This method appends the values to the existing list (if any). Use
setRouteUpdates(java.util.Collection)
or withRouteUpdates(java.util.Collection)
if you want to
override the existing values.
routeUpdates
- The different routes that make up the new route configuration. Active routes return a value of
100
, and passive routes return a value of 0
.public SubmitMultiRegionAccessPointRoutesRequest withRouteUpdates(Collection<MultiRegionAccessPointRoute> routeUpdates)
The different routes that make up the new route configuration. Active routes return a value of 100
,
and passive routes return a value of 0
.
routeUpdates
- The different routes that make up the new route configuration. Active routes return a value of
100
, and passive routes return a value of 0
.public String toString()
toString
in class Object
Object.toString()
public SubmitMultiRegionAccessPointRoutesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()