7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/ec2/EC2Request.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
49 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
59 template<
typename VpcEndpo
intIdsT = Aws::Vector<Aws::String>>
60 void SetVpcEndpointIds(VpcEndpointIdsT&& value) { m_vpcEndpointIdsHasBeenSet =
true; m_vpcEndpointIds = std::forward<VpcEndpointIdsT>(value); }
61 template<
typename VpcEndpo
intIdsT = Aws::Vector<Aws::String>>
63 template<
typename VpcEndpo
intIdsT = Aws::String>
69 bool m_dryRunHasBeenSet =
false;
72 bool m_vpcEndpointIdsHasBeenSet =
false;
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
AWS_EC2_API Aws::String SerializePayload() const override
bool VpcEndpointIdsHasBeenSet() const
AWS_EC2_API DeleteVpcEndpointsRequest()=default
void SetDryRun(bool value)
const Aws::Vector< Aws::String > & GetVpcEndpointIds() const
DeleteVpcEndpointsRequest & WithVpcEndpointIds(VpcEndpointIdsT &&value)
bool DryRunHasBeenSet() const
DeleteVpcEndpointsRequest & WithDryRun(bool value)
virtual const char * GetServiceRequestName() const override
DeleteVpcEndpointsRequest & AddVpcEndpointIds(VpcEndpointIdsT &&value)
void SetVpcEndpointIds(VpcEndpointIdsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector