@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MultiRegionAccessPointRegionalResponse extends Object implements Serializable, Cloneable
Status information for a single Multi-Region Access Point Region.
| Constructor and Description |
|---|
MultiRegionAccessPointRegionalResponse() |
| Modifier and Type | Method and Description |
|---|---|
MultiRegionAccessPointRegionalResponse |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The name of the Region in the Multi-Region Access Point.
|
String |
getRequestStatus()
The current status of the Multi-Region Access Point in this Region.
|
int |
hashCode() |
void |
setName(String name)
The name of the Region in the Multi-Region Access Point.
|
void |
setRequestStatus(String requestStatus)
The current status of the Multi-Region Access Point in this Region.
|
String |
toString()
Returns a string representation of this object.
|
MultiRegionAccessPointRegionalResponse |
withName(String name)
The name of the Region in the Multi-Region Access Point.
|
MultiRegionAccessPointRegionalResponse |
withRequestStatus(String requestStatus)
The current status of the Multi-Region Access Point in this Region.
|
public MultiRegionAccessPointRegionalResponse()
public void setName(String name)
The name of the Region in the Multi-Region Access Point.
name - The name of the Region in the Multi-Region Access Point.public String getName()
The name of the Region in the Multi-Region Access Point.
public MultiRegionAccessPointRegionalResponse withName(String name)
The name of the Region in the Multi-Region Access Point.
name - The name of the Region in the Multi-Region Access Point.public void setRequestStatus(String requestStatus)
The current status of the Multi-Region Access Point in this Region.
requestStatus - The current status of the Multi-Region Access Point in this Region.public String getRequestStatus()
The current status of the Multi-Region Access Point in this Region.
public MultiRegionAccessPointRegionalResponse withRequestStatus(String requestStatus)
The current status of the Multi-Region Access Point in this Region.
requestStatus - The current status of the Multi-Region Access Point in this Region.public String toString()
toString in class ObjectObject.toString()public MultiRegionAccessPointRegionalResponse clone()