Class DescribeSpotFleetRequestsRequest

    • Constructor Detail

      • DescribeSpotFleetRequestsRequest

        public DescribeSpotFleetRequestsRequest()
    • Method Detail

      • getSpotFleetRequestIds

        public List<String> getSpotFleetRequestIds()

        The IDs of the Spot fleet requests.

        Returns:
        The IDs of the Spot fleet requests.
      • setSpotFleetRequestIds

        public void setSpotFleetRequestIds​(Collection<String> spotFleetRequestIds)

        The IDs of the Spot fleet requests.

        Parameters:
        spotFleetRequestIds - The IDs of the Spot fleet requests.
      • withSpotFleetRequestIds

        public DescribeSpotFleetRequestsRequest withSpotFleetRequestIds​(Collection<String> spotFleetRequestIds)

        The IDs of the Spot fleet requests.

        Parameters:
        spotFleetRequestIds - The IDs of the Spot fleet requests.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setNextToken

        public void setNextToken​(String nextToken)

        The token for the next set of results.

        Parameters:
        nextToken - The token for the next set of results.
      • getNextToken

        public String getNextToken()

        The token for the next set of results.

        Returns:
        The token for the next set of results.
      • withNextToken

        public DescribeSpotFleetRequestsRequest withNextToken​(String nextToken)

        The token for the next set of results.

        Parameters:
        nextToken - The token for the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setMaxResults

        public void setMaxResults​(Integer maxResults)

        The maximum number of results to return in a single call. Specify a value between 1 and 1000. The default value is 1000. To retrieve the remaining results, make another call with the returned NextToken value.

        Parameters:
        maxResults - The maximum number of results to return in a single call. Specify a value between 1 and 1000. The default value is 1000. To retrieve the remaining results, make another call with the returned NextToken value.
      • getMaxResults

        public Integer getMaxResults()

        The maximum number of results to return in a single call. Specify a value between 1 and 1000. The default value is 1000. To retrieve the remaining results, make another call with the returned NextToken value.

        Returns:
        The maximum number of results to return in a single call. Specify a value between 1 and 1000. The default value is 1000. To retrieve the remaining results, make another call with the returned NextToken value.
      • withMaxResults

        public DescribeSpotFleetRequestsRequest withMaxResults​(Integer maxResults)

        The maximum number of results to return in a single call. Specify a value between 1 and 1000. The default value is 1000. To retrieve the remaining results, make another call with the returned NextToken value.

        Parameters:
        maxResults - The maximum number of results to return in a single call. Specify a value between 1 and 1000. The default value is 1000. To retrieve the remaining results, make another call with the returned NextToken value.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • 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