Package com.amazonaws.services.ec2.model
Class ModifySpotFleetRequestResult
- java.lang.Object
-
- com.amazonaws.services.ec2.model.ModifySpotFleetRequestResult
-
- All Implemented Interfaces:
Serializable
,Cloneable
public class ModifySpotFleetRequestResult extends Object implements Serializable, Cloneable
Contains the output of ModifySpotFleetRequest.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ModifySpotFleetRequestResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ModifySpotFleetRequestResult
clone()
boolean
equals(Object obj)
Boolean
getReturn()
Istrue
if the request succeeds, and an error otherwise.int
hashCode()
Boolean
isReturn()
Istrue
if the request succeeds, and an error otherwise.void
setReturn(Boolean returnValue)
Istrue
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)
Istrue
if the request succeeds, and an error otherwise.
-
-
-
Method Detail
-
setReturn
public void setReturn(Boolean returnValue)
Is
true
if the request succeeds, and an error otherwise.- Parameters:
returnValue
- Istrue
if the request succeeds, and an error otherwise.
-
getReturn
public Boolean getReturn()
Is
true
if the request succeeds, and an error otherwise.- Returns:
- Is
true
if the request succeeds, and an error otherwise.
-
withReturn
public ModifySpotFleetRequestResult withReturn(Boolean returnValue)
Is
true
if the request succeeds, and an error otherwise.- Parameters:
returnValue
- Istrue
if the request succeeds, and an error otherwise.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isReturn
public Boolean isReturn()
Is
true
if the request succeeds, and an error otherwise.- Returns:
- Is
true
if the request succeeds, and an error otherwise.
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public ModifySpotFleetRequestResult clone()
-
-