public class ModifySpotFleetRequestResult extends Object implements Serializable
Contains the output of ModifySpotFleetRequest.
| Constructor and Description | 
|---|
| ModifySpotFleetRequestResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object obj) | 
| Boolean | getReturn()Is  trueif the request succeeds, and an error otherwise. | 
| int | hashCode() | 
| Boolean | isReturn()Is  trueif the request succeeds, and an error otherwise. | 
| void | setReturn(Boolean returnValue)Is  trueif the request succeeds, and an error otherwise. | 
| String | toString()Returns a string representation of this object; useful for testing and
 debugging. | 
| ModifySpotFleetRequestResult | withReturn(Boolean returnValue)Is  trueif 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 ModifySpotFleetRequestResult 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 © 2020. All rights reserved.