@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetMultiRegionAccessPointRoutesResult extends AmazonWebServiceResult<S3ControlResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetMultiRegionAccessPointRoutesResult() |
| Modifier and Type | Method and Description |
|---|---|
GetMultiRegionAccessPointRoutesResult |
clone() |
boolean |
equals(Object obj) |
String |
getMrap()
The Multi-Region Access Point ARN.
|
List<MultiRegionAccessPointRoute> |
getRoutes()
The different routes that make up the route configuration.
|
int |
hashCode() |
void |
setMrap(String mrap)
The Multi-Region Access Point ARN.
|
void |
setRoutes(Collection<MultiRegionAccessPointRoute> routes)
The different routes that make up the route configuration.
|
String |
toString()
Returns a string representation of this object.
|
GetMultiRegionAccessPointRoutesResult |
withMrap(String mrap)
The Multi-Region Access Point ARN.
|
GetMultiRegionAccessPointRoutesResult |
withRoutes(Collection<MultiRegionAccessPointRoute> routes)
The different routes that make up the route configuration.
|
GetMultiRegionAccessPointRoutesResult |
withRoutes(MultiRegionAccessPointRoute... routes)
The different routes that make up the route configuration.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic GetMultiRegionAccessPointRoutesResult()
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 GetMultiRegionAccessPointRoutesResult withMrap(String mrap)
The Multi-Region Access Point ARN.
mrap - The Multi-Region Access Point ARN.public List<MultiRegionAccessPointRoute> getRoutes()
The different routes that make up the 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 setRoutes(Collection<MultiRegionAccessPointRoute> routes)
The different routes that make up the route configuration. Active routes return a value of 100, and
passive routes return a value of 0.
routes - The different routes that make up the route configuration. Active routes return a value of
100, and passive routes return a value of 0.public GetMultiRegionAccessPointRoutesResult withRoutes(MultiRegionAccessPointRoute... routes)
The different routes that make up the 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
setRoutes(java.util.Collection) or withRoutes(java.util.Collection) if you want to override the
existing values.
routes - The different routes that make up the route configuration. Active routes return a value of
100, and passive routes return a value of 0.public GetMultiRegionAccessPointRoutesResult withRoutes(Collection<MultiRegionAccessPointRoute> routes)
The different routes that make up the route configuration. Active routes return a value of 100, and
passive routes return a value of 0.
routes - The different routes that make up the route configuration. Active routes return a value of
100, and passive routes return a value of 0.public String toString()
toString in class ObjectObject.toString()public GetMultiRegionAccessPointRoutesResult clone()