Class ModifySpotFleetRequestResult
java.lang.Object
com.amazonaws.services.ec2.model.ModifySpotFleetRequestResult
- All Implemented Interfaces:
Serializable, Cloneable
Contains the output of ModifySpotFleetRequest.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanIstrueif the request succeeds, and an error otherwise.inthashCode()isReturn()Istrueif the request succeeds, and an error otherwise.voidIstrueif the request succeeds, and an error otherwise.toString()Returns a string representation of this object; useful for testing and debugging.withReturn(Boolean returnValue) Istrueif the request succeeds, and an error otherwise.
-
Constructor Details
-
ModifySpotFleetRequestResult
public ModifySpotFleetRequestResult()
-
-
Method Details
-
setReturn
Is
trueif the request succeeds, and an error otherwise.- Parameters:
returnValue- Istrueif the request succeeds, and an error otherwise.
-
getReturn
Is
trueif the request succeeds, and an error otherwise.- Returns:
- Is
trueif the request succeeds, and an error otherwise.
-
withReturn
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
Is
trueif the request succeeds, and an error otherwise.- Returns:
- Is
trueif the request succeeds, and an error otherwise.
-
toString
-
equals
-
hashCode
-
clone
-