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 ModifySpotFleetRequestResultclone()booleanequals(Object obj)BooleangetReturn()Istrueif the request succeeds, and an error otherwise.inthashCode()BooleanisReturn()Istrueif the request succeeds, and an error otherwise.voidsetReturn(Boolean returnValue)Istrueif the request succeeds, and an error otherwise.StringtoString()Returns a string representation of this object; useful for testing and debugging.ModifySpotFleetRequestResultwithReturn(Boolean returnValue)Istrueif the request succeeds, and an error otherwise.
-
-
-
Method Detail
-
setReturn
public void setReturn(Boolean returnValue)
Is
trueif the request succeeds, and an error otherwise.- Parameters:
returnValue- Istrueif the request succeeds, and an error otherwise.
-
getReturn
public Boolean getReturn()
Is
trueif the request succeeds, and an error otherwise.- Returns:
- Is
trueif the request succeeds, and an error otherwise.
-
withReturn
public ModifySpotFleetRequestResult withReturn(Boolean returnValue)
Is
trueif the request succeeds, and an error otherwise.- Parameters:
returnValue- Istrueif 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
trueif the request succeeds, and an error otherwise.- Returns:
- Is
trueif the request succeeds, and an error otherwise.
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public ModifySpotFleetRequestResult clone()
-
-