@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MultiRegionAccessPointsAsyncResponse extends Object implements Serializable, Cloneable
The Multi-Region Access Point details that are returned when querying about an asynchronous request.
Constructor and Description |
---|
MultiRegionAccessPointsAsyncResponse() |
Modifier and Type | Method and Description |
---|---|
MultiRegionAccessPointsAsyncResponse |
clone() |
boolean |
equals(Object obj) |
List<MultiRegionAccessPointRegionalResponse> |
getRegions()
A collection of status information for the different Regions that a Multi-Region Access Point supports.
|
int |
hashCode() |
void |
setRegions(Collection<MultiRegionAccessPointRegionalResponse> regions)
A collection of status information for the different Regions that a Multi-Region Access Point supports.
|
String |
toString()
Returns a string representation of this object.
|
MultiRegionAccessPointsAsyncResponse |
withRegions(Collection<MultiRegionAccessPointRegionalResponse> regions)
A collection of status information for the different Regions that a Multi-Region Access Point supports.
|
MultiRegionAccessPointsAsyncResponse |
withRegions(MultiRegionAccessPointRegionalResponse... regions)
A collection of status information for the different Regions that a Multi-Region Access Point supports.
|
public MultiRegionAccessPointsAsyncResponse()
public List<MultiRegionAccessPointRegionalResponse> getRegions()
A collection of status information for the different Regions that a Multi-Region Access Point supports.
public void setRegions(Collection<MultiRegionAccessPointRegionalResponse> regions)
A collection of status information for the different Regions that a Multi-Region Access Point supports.
regions
- A collection of status information for the different Regions that a Multi-Region Access Point supports.public MultiRegionAccessPointsAsyncResponse withRegions(MultiRegionAccessPointRegionalResponse... regions)
A collection of status information for the different Regions that a Multi-Region Access Point supports.
NOTE: This method appends the values to the existing list (if any). Use
setRegions(java.util.Collection)
or withRegions(java.util.Collection)
if you want to override
the existing values.
regions
- A collection of status information for the different Regions that a Multi-Region Access Point supports.public MultiRegionAccessPointsAsyncResponse withRegions(Collection<MultiRegionAccessPointRegionalResponse> regions)
A collection of status information for the different Regions that a Multi-Region Access Point supports.
regions
- A collection of status information for the different Regions that a Multi-Region Access Point supports.public String toString()
toString
in class Object
Object.toString()
public MultiRegionAccessPointsAsyncResponse clone()