Package com.amazonaws.services.ec2.model
Class ModifyInstancePlacementResult
- java.lang.Object
-
- com.amazonaws.services.ec2.model.ModifyInstancePlacementResult
-
- All Implemented Interfaces:
Serializable
,Cloneable
public class ModifyInstancePlacementResult extends Object implements Serializable, Cloneable
Contains the output of ModifyInstancePlacement.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ModifyInstancePlacementResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ModifyInstancePlacementResult
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.ModifyInstancePlacementResult
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 ModifyInstancePlacementResult 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 ModifyInstancePlacementResult clone()
-
-