public class ModifyInstancePlacementResult extends Object implements Serializable
Contains the output of ModifyInstancePlacement.
| Constructor and Description |
|---|
ModifyInstancePlacementResult() |
| Modifier and Type | Method and Description |
|---|---|
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. |
public Boolean isReturn()
true if the request succeeds, and an error otherwise.true if the request succeeds, and an error otherwise.public void setReturn(Boolean returnValue)
true if the request succeeds, and an error otherwise.returnValue - Is true if the request succeeds, and an error otherwise.public ModifyInstancePlacementResult withReturn(Boolean returnValue)
true if the request succeeds, and an error otherwise.
Returns a reference to this object so that method calls can be chained together.
returnValue - Is true if the request succeeds, and an error otherwise.public Boolean getReturn()
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()Copyright © 2019. All rights reserved.