Class ModifySpotFleetRequestResult

    • Constructor Detail

      • ModifySpotFleetRequestResult

        public ModifySpotFleetRequestResult()
    • Method Detail

      • 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 ModifySpotFleetRequestResult 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:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object