/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Contains the parameters for DescribeSpotFleetRequests.See
* Also:
AWS
* API Reference
Checks whether you have the required permissions for the action, without
* actually making the request, and provides an error response. If you have the
* required permissions, the error response is DryRunOperation.
* Otherwise, it is UnauthorizedOperation.
Checks whether you have the required permissions for the action, without
* actually making the request, and provides an error response. If you have the
* required permissions, the error response is DryRunOperation.
* Otherwise, it is UnauthorizedOperation.
Checks whether you have the required permissions for the action, without
* actually making the request, and provides an error response. If you have the
* required permissions, the error response is DryRunOperation.
* Otherwise, it is UnauthorizedOperation.
Checks whether you have the required permissions for the action, without
* actually making the request, and provides an error response. If you have the
* required permissions, the error response is DryRunOperation.
* Otherwise, it is UnauthorizedOperation.
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.
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.
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.
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.
The token for the next set of results.
*/ inline const Aws::String& GetNextToken() const{ return m_nextToken; } /** *The token for the next set of results.
*/ inline bool NextTokenHasBeenSet() const { return m_nextTokenHasBeenSet; } /** *The token for the next set of results.
*/ inline void SetNextToken(const Aws::String& value) { m_nextTokenHasBeenSet = true; m_nextToken = value; } /** *The token for the next set of results.
*/ inline void SetNextToken(Aws::String&& value) { m_nextTokenHasBeenSet = true; m_nextToken = std::move(value); } /** *The token for the next set of results.
*/ inline void SetNextToken(const char* value) { m_nextTokenHasBeenSet = true; m_nextToken.assign(value); } /** *The token for the next set of results.
*/ inline DescribeSpotFleetRequestsRequest& WithNextToken(const Aws::String& value) { SetNextToken(value); return *this;} /** *The token for the next set of results.
*/ inline DescribeSpotFleetRequestsRequest& WithNextToken(Aws::String&& value) { SetNextToken(std::move(value)); return *this;} /** *The token for the next set of results.
*/ inline DescribeSpotFleetRequestsRequest& WithNextToken(const char* value) { SetNextToken(value); return *this;} /** *The IDs of the Spot Fleet requests.
*/ inline const Aws::VectorThe IDs of the Spot Fleet requests.
*/ inline bool SpotFleetRequestIdsHasBeenSet() const { return m_spotFleetRequestIdsHasBeenSet; } /** *The IDs of the Spot Fleet requests.
*/ inline void SetSpotFleetRequestIds(const Aws::VectorThe IDs of the Spot Fleet requests.
*/ inline void SetSpotFleetRequestIds(Aws::VectorThe IDs of the Spot Fleet requests.
*/ inline DescribeSpotFleetRequestsRequest& WithSpotFleetRequestIds(const Aws::VectorThe IDs of the Spot Fleet requests.
*/ inline DescribeSpotFleetRequestsRequest& WithSpotFleetRequestIds(Aws::VectorThe IDs of the Spot Fleet requests.
*/ inline DescribeSpotFleetRequestsRequest& AddSpotFleetRequestIds(const Aws::String& value) { m_spotFleetRequestIdsHasBeenSet = true; m_spotFleetRequestIds.push_back(value); return *this; } /** *The IDs of the Spot Fleet requests.
*/ inline DescribeSpotFleetRequestsRequest& AddSpotFleetRequestIds(Aws::String&& value) { m_spotFleetRequestIdsHasBeenSet = true; m_spotFleetRequestIds.push_back(std::move(value)); return *this; } /** *The IDs of the Spot Fleet requests.
*/ inline DescribeSpotFleetRequestsRequest& AddSpotFleetRequestIds(const char* value) { m_spotFleetRequestIdsHasBeenSet = true; m_spotFleetRequestIds.push_back(value); return *this; } private: bool m_dryRun; bool m_dryRunHasBeenSet; int m_maxResults; bool m_maxResultsHasBeenSet; Aws::String m_nextToken; bool m_nextTokenHasBeenSet; Aws::Vector