* The Multi-Region Access Point ARN. *
*/ private String mrap; /** *
* The different routes that make up the route configuration. Active routes return a value of 100
, and
* passive routes return a value of 0
.
*
* The Multi-Region Access Point ARN. *
* * @param mrap * The Multi-Region Access Point ARN. */ public void setMrap(String mrap) { this.mrap = mrap; } /** ** The Multi-Region Access Point ARN. *
* * @return The Multi-Region Access Point ARN. */ public String getMrap() { return this.mrap; } /** ** The Multi-Region Access Point ARN. *
* * @param mrap * The Multi-Region Access Point ARN. * @return Returns a reference to this object so that method calls can be chained together. */ public GetMultiRegionAccessPointRoutesResult withMrap(String mrap) { setMrap(mrap); return this; } /** *
* 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 java.util.List
* 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(java.util.Collection
* 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 * {@link #setRoutes(java.util.Collection)} or {@link #withRoutes(java.util.Collection)} if you want to override the * existing values. *
* * @param 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
.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public GetMultiRegionAccessPointRoutesResult withRoutes(MultiRegionAccessPointRoute... routes) {
if (this.routes == null) {
setRoutes(new java.util.ArrayList
* 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
.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public GetMultiRegionAccessPointRoutesResult withRoutes(java.util.Collection