/**
* 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 items to return for this request. To get the next page * of items, make another request with the token returned in the output. For more * information, see Pagination.
*/ inline int GetMaxResults() const{ return m_maxResults; } /** *The maximum number of items to return for this request. To get the next page * of items, make another request with the token returned in the output. For more * information, see Pagination.
*/ inline bool MaxResultsHasBeenSet() const { return m_maxResultsHasBeenSet; } /** *The maximum number of items to return for this request. To get the next page * of items, make another request with the token returned in the output. For more * information, see Pagination.
*/ inline void SetMaxResults(int value) { m_maxResultsHasBeenSet = true; m_maxResults = value; } /** *The maximum number of items to return for this request. To get the next page * of items, make another request with the token returned in the output. For more * information, see Pagination.
*/ inline DescribeSpotFleetRequestsRequest& WithMaxResults(int value) { SetMaxResults(value); return *this;} /** *The token to include in another request to get the next page of items. This
* value is null
when there are no more items to return.
The token to include in another request to get the next page of items. This
* value is null
when there are no more items to return.
The token to include in another request to get the next page of items. This
* value is null
when there are no more items to return.
The token to include in another request to get the next page of items. This
* value is null
when there are no more items to return.
The token to include in another request to get the next page of items. This
* value is null
when there are no more items to return.
The token to include in another request to get the next page of items. This
* value is null
when there are no more items to return.
The token to include in another request to get the next page of items. This
* value is null
when there are no more items to return.
The token to include in another request to get the next page of items. This
* value is null
when there are no more items to return.
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 = false; int m_maxResults; bool m_maxResultsHasBeenSet = false; Aws::String m_nextToken; bool m_nextTokenHasBeenSet = false; Aws::Vector