@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ModifyInstancePlacementResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Contains the output of ModifyInstancePlacement.
| Constructor and Description |
|---|
ModifyInstancePlacementResult() |
| Modifier and Type | Method and Description |
|---|---|
ModifyInstancePlacementResult |
clone() |
boolean |
equals(Object obj) |
Boolean |
getReturn()
Is
true if the request succeeds, and an error otherwise. |
int |
hashCode() |
Boolean |
isReturn()
Is
true if the request succeeds, and an error otherwise. |
void |
setReturn(Boolean returnValue)
Is
true if the request succeeds, and an error otherwise. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ModifyInstancePlacementResult |
withReturn(Boolean returnValue)
Is
true if the request succeeds, and an error otherwise. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setReturn(Boolean returnValue)
Is true if the request succeeds, and an error otherwise.
returnValue - Is true if the request succeeds, and an error otherwise.public Boolean getReturn()
Is true if the request succeeds, and an error otherwise.
true if the request succeeds, and an error otherwise.public ModifyInstancePlacementResult withReturn(Boolean returnValue)
Is true if the request succeeds, and an error otherwise.
returnValue - Is true if the request succeeds, and an error otherwise.public Boolean isReturn()
Is true if the request succeeds, and an error otherwise.
true if the request succeeds, and an error otherwise.public String toString()
toString in class ObjectObject.toString()public ModifyInstancePlacementResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.