@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetHomeRegionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetHomeRegionResult() |
Modifier and Type | Method and Description |
---|---|
GetHomeRegionResult |
clone() |
boolean |
equals(Object obj) |
String |
getHomeRegion()
The name of the home region of the calling account.
|
int |
hashCode() |
void |
setHomeRegion(String homeRegion)
The name of the home region of the calling account.
|
String |
toString()
Returns a string representation of this object.
|
GetHomeRegionResult |
withHomeRegion(String homeRegion)
The name of the home region of the calling account.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setHomeRegion(String homeRegion)
The name of the home region of the calling account.
homeRegion
- The name of the home region of the calling account.public String getHomeRegion()
The name of the home region of the calling account.
public GetHomeRegionResult withHomeRegion(String homeRegion)
The name of the home region of the calling account.
homeRegion
- The name of the home region of the calling account.public String toString()
toString
in class Object
Object.toString()
public GetHomeRegionResult clone()