/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Contains the parameters for CancelSpotFleetRequests.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 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 CancelSpotFleetRequestsRequest& WithSpotFleetRequestIds(const Aws::VectorThe IDs of the Spot Fleet requests.
*/ inline CancelSpotFleetRequestsRequest& WithSpotFleetRequestIds(Aws::VectorThe IDs of the Spot Fleet requests.
*/ inline CancelSpotFleetRequestsRequest& AddSpotFleetRequestIds(const Aws::String& value) { m_spotFleetRequestIdsHasBeenSet = true; m_spotFleetRequestIds.push_back(value); return *this; } /** *The IDs of the Spot Fleet requests.
*/ inline CancelSpotFleetRequestsRequest& AddSpotFleetRequestIds(Aws::String&& value) { m_spotFleetRequestIdsHasBeenSet = true; m_spotFleetRequestIds.push_back(std::move(value)); return *this; } /** *The IDs of the Spot Fleet requests.
*/ inline CancelSpotFleetRequestsRequest& AddSpotFleetRequestIds(const char* value) { m_spotFleetRequestIdsHasBeenSet = true; m_spotFleetRequestIds.push_back(value); return *this; } /** *Indicates whether to terminate the associated instances when the Spot Fleet * request is canceled. The default is to terminate the instances.
To let
* the instances continue to run after the Spot Fleet request is canceled, specify
* no-terminate-instances
.
Indicates whether to terminate the associated instances when the Spot Fleet * request is canceled. The default is to terminate the instances.
To let
* the instances continue to run after the Spot Fleet request is canceled, specify
* no-terminate-instances
.
Indicates whether to terminate the associated instances when the Spot Fleet * request is canceled. The default is to terminate the instances.
To let
* the instances continue to run after the Spot Fleet request is canceled, specify
* no-terminate-instances
.
Indicates whether to terminate the associated instances when the Spot Fleet * request is canceled. The default is to terminate the instances.
To let
* the instances continue to run after the Spot Fleet request is canceled, specify
* no-terminate-instances
.