/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Contains the parameters for DeleteVpcEndpoints.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.
One or more VPC endpoint IDs.
*/ inline const Aws::VectorOne or more VPC endpoint IDs.
*/ inline bool VpcEndpointIdsHasBeenSet() const { return m_vpcEndpointIdsHasBeenSet; } /** *One or more VPC endpoint IDs.
*/ inline void SetVpcEndpointIds(const Aws::VectorOne or more VPC endpoint IDs.
*/ inline void SetVpcEndpointIds(Aws::VectorOne or more VPC endpoint IDs.
*/ inline DeleteVpcEndpointsRequest& WithVpcEndpointIds(const Aws::VectorOne or more VPC endpoint IDs.
*/ inline DeleteVpcEndpointsRequest& WithVpcEndpointIds(Aws::VectorOne or more VPC endpoint IDs.
*/ inline DeleteVpcEndpointsRequest& AddVpcEndpointIds(const Aws::String& value) { m_vpcEndpointIdsHasBeenSet = true; m_vpcEndpointIds.push_back(value); return *this; } /** *One or more VPC endpoint IDs.
*/ inline DeleteVpcEndpointsRequest& AddVpcEndpointIds(Aws::String&& value) { m_vpcEndpointIdsHasBeenSet = true; m_vpcEndpointIds.push_back(std::move(value)); return *this; } /** *One or more VPC endpoint IDs.
*/ inline DeleteVpcEndpointsRequest& AddVpcEndpointIds(const char* value) { m_vpcEndpointIdsHasBeenSet = true; m_vpcEndpointIds.push_back(value); return *this; } private: bool m_dryRun; bool m_dryRunHasBeenSet; Aws::Vector