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