Class CancelSpotFleetRequestsSuccessItem

    • Constructor Detail

      • CancelSpotFleetRequestsSuccessItem

        public CancelSpotFleetRequestsSuccessItem()
    • Method Detail

      • setSpotFleetRequestId

        public void setSpotFleetRequestId​(String spotFleetRequestId)

        The ID of the Spot fleet request.

        Parameters:
        spotFleetRequestId - The ID of the Spot fleet request.
      • getSpotFleetRequestId

        public String getSpotFleetRequestId()

        The ID of the Spot fleet request.

        Returns:
        The ID of the Spot fleet request.
      • withSpotFleetRequestId

        public CancelSpotFleetRequestsSuccessItem withSpotFleetRequestId​(String spotFleetRequestId)

        The ID of the Spot fleet request.

        Parameters:
        spotFleetRequestId - The ID of the Spot fleet request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCurrentSpotFleetRequestState

        public void setCurrentSpotFleetRequestState​(String currentSpotFleetRequestState)

        The current state of the Spot fleet request.

        Parameters:
        currentSpotFleetRequestState - The current state of the Spot fleet request.
        See Also:
        BatchState
      • getCurrentSpotFleetRequestState

        public String getCurrentSpotFleetRequestState()

        The current state of the Spot fleet request.

        Returns:
        The current state of the Spot fleet request.
        See Also:
        BatchState
      • withCurrentSpotFleetRequestState

        public CancelSpotFleetRequestsSuccessItem withCurrentSpotFleetRequestState​(String currentSpotFleetRequestState)

        The current state of the Spot fleet request.

        Parameters:
        currentSpotFleetRequestState - The current state of the Spot fleet request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        BatchState
      • setCurrentSpotFleetRequestState

        public void setCurrentSpotFleetRequestState​(BatchState currentSpotFleetRequestState)

        The current state of the Spot fleet request.

        Parameters:
        currentSpotFleetRequestState - The current state of the Spot fleet request.
        See Also:
        BatchState
      • withCurrentSpotFleetRequestState

        public CancelSpotFleetRequestsSuccessItem withCurrentSpotFleetRequestState​(BatchState currentSpotFleetRequestState)

        The current state of the Spot fleet request.

        Parameters:
        currentSpotFleetRequestState - The current state of the Spot fleet request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        BatchState
      • setPreviousSpotFleetRequestState

        public void setPreviousSpotFleetRequestState​(String previousSpotFleetRequestState)

        The previous state of the Spot fleet request.

        Parameters:
        previousSpotFleetRequestState - The previous state of the Spot fleet request.
        See Also:
        BatchState
      • getPreviousSpotFleetRequestState

        public String getPreviousSpotFleetRequestState()

        The previous state of the Spot fleet request.

        Returns:
        The previous state of the Spot fleet request.
        See Also:
        BatchState
      • withPreviousSpotFleetRequestState

        public CancelSpotFleetRequestsSuccessItem withPreviousSpotFleetRequestState​(String previousSpotFleetRequestState)

        The previous state of the Spot fleet request.

        Parameters:
        previousSpotFleetRequestState - The previous state of the Spot fleet request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        BatchState
      • setPreviousSpotFleetRequestState

        public void setPreviousSpotFleetRequestState​(BatchState previousSpotFleetRequestState)

        The previous state of the Spot fleet request.

        Parameters:
        previousSpotFleetRequestState - The previous state of the Spot fleet request.
        See Also:
        BatchState
      • withPreviousSpotFleetRequestState

        public CancelSpotFleetRequestsSuccessItem withPreviousSpotFleetRequestState​(BatchState previousSpotFleetRequestState)

        The previous state of the Spot fleet request.

        Parameters:
        previousSpotFleetRequestState - The previous state of the Spot fleet request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        BatchState
      • 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