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:
  • Constructor Details

    • ModifyInstancePlacementResult

      public ModifyInstancePlacementResult()
  • Method Details

    • setReturn

      public void setReturn(Boolean returnValue)

      Is true if the request succeeds, and an error otherwise.

      Parameters:
      returnValue - Is true 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 - Is true 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 class Object
      Returns:
      A string representation of this object.
      See Also:
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • clone

      Overrides:
      clone in class Object