public class ModifyInstancePlacementResult extends Object implements Serializable, Cloneable
Constructor and Description |
---|
ModifyInstancePlacementResult() |
Modifier and Type | Method and Description |
---|---|
ModifyInstancePlacementResult |
clone() |
boolean |
equals(Object obj) |
Boolean |
getReturn()
Is
|
int |
hashCode() |
Boolean |
isReturn()
Is
|
void |
setReturn(Boolean returnValue)
Is
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ModifyInstancePlacementResult |
withReturn(Boolean returnValue)
Is
|
public Boolean isReturn()
public void setReturn(Boolean returnValue)
returnValue
- Is public ModifyInstancePlacementResult withReturn(Boolean returnValue)
Returns a reference to this object so that method calls can be chained together.
returnValue
- Is public Boolean getReturn()
public String toString()
toString
in class Object
Object.toString()
public ModifyInstancePlacementResult clone()
Copyright © 2015. All rights reserved.