public class ModifySpotFleetRequestResult extends Object implements Serializable, Cloneable
Contains the output of ModifySpotFleetRequest.
Constructor and Description |
---|
ModifySpotFleetRequestResult() |
Modifier and Type | Method and Description |
---|---|
ModifySpotFleetRequestResult |
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.
|
ModifySpotFleetRequestResult |
withReturn(Boolean returnValue)
Is
true if the request succeeds, and an error otherwise. |
public 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 ModifySpotFleetRequestResult 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 Object
Object.toString()
public ModifySpotFleetRequestResult clone()
Copyright © 2016. All rights reserved.