@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ModifySpotFleetRequestResult extends AmazonWebServiceResult<ResponseMetadata> 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()
If the request succeeds, the response returns
true . |
int |
hashCode() |
Boolean |
isReturn()
If the request succeeds, the response returns
true . |
void |
setReturn(Boolean returnValue)
If the request succeeds, the response returns
true . |
String |
toString()
Returns a string representation of this object.
|
ModifySpotFleetRequestResult |
withReturn(Boolean returnValue)
If the request succeeds, the response returns
true . |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setReturn(Boolean returnValue)
If the request succeeds, the response returns true
. If the request fails, no response is returned,
and instead an error message is returned.
returnValue
- If the request succeeds, the response returns true
. If the request fails, no response is
returned, and instead an error message is returned.public Boolean getReturn()
If the request succeeds, the response returns true
. If the request fails, no response is returned,
and instead an error message is returned.
true
. If the request fails, no response is
returned, and instead an error message is returned.public ModifySpotFleetRequestResult withReturn(Boolean returnValue)
If the request succeeds, the response returns true
. If the request fails, no response is returned,
and instead an error message is returned.
returnValue
- If the request succeeds, the response returns true
. If the request fails, no response is
returned, and instead an error message is returned.public Boolean isReturn()
If the request succeeds, the response returns true
. If the request fails, no response is returned,
and instead an error message is returned.
true
. If the request fails, no response is
returned, and instead an error message is returned.public String toString()
toString
in class Object
Object.toString()
public ModifySpotFleetRequestResult clone()