@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateHomeRegionControlResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateHomeRegionControlResult() |
Modifier and Type | Method and Description |
---|---|
CreateHomeRegionControlResult |
clone() |
boolean |
equals(Object obj) |
HomeRegionControl |
getHomeRegionControl()
This object is the
HomeRegionControl object that's returned by a successful call to
CreateHomeRegionControl . |
int |
hashCode() |
void |
setHomeRegionControl(HomeRegionControl homeRegionControl)
This object is the
HomeRegionControl object that's returned by a successful call to
CreateHomeRegionControl . |
String |
toString()
Returns a string representation of this object.
|
CreateHomeRegionControlResult |
withHomeRegionControl(HomeRegionControl homeRegionControl)
This object is the
HomeRegionControl object that's returned by a successful call to
CreateHomeRegionControl . |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setHomeRegionControl(HomeRegionControl homeRegionControl)
This object is the HomeRegionControl
object that's returned by a successful call to
CreateHomeRegionControl
.
homeRegionControl
- This object is the HomeRegionControl
object that's returned by a successful call to
CreateHomeRegionControl
.public HomeRegionControl getHomeRegionControl()
This object is the HomeRegionControl
object that's returned by a successful call to
CreateHomeRegionControl
.
HomeRegionControl
object that's returned by a successful call to
CreateHomeRegionControl
.public CreateHomeRegionControlResult withHomeRegionControl(HomeRegionControl homeRegionControl)
This object is the HomeRegionControl
object that's returned by a successful call to
CreateHomeRegionControl
.
homeRegionControl
- This object is the HomeRegionControl
object that's returned by a successful call to
CreateHomeRegionControl
.public String toString()
toString
in class Object
Object.toString()
public CreateHomeRegionControlResult clone()