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; }
70 bool m_dryRunHasBeenSet =
false;
73 bool m_vpcEndpointIdsHasBeenSet =
false;
void SetVpcEndpointIds(const Aws::Vector< Aws::String > &value)
DeleteVpcEndpointsRequest & WithVpcEndpointIds(Aws::Vector< Aws::String > &&value)
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()
void SetVpcEndpointIds(Aws::Vector< Aws::String > &&value)
void SetDryRun(bool value)
const Aws::Vector< Aws::String > & GetVpcEndpointIds() const
DeleteVpcEndpointsRequest & AddVpcEndpointIds(Aws::String &&value)
DeleteVpcEndpointsRequest & WithVpcEndpointIds(const Aws::Vector< Aws::String > &value)
DeleteVpcEndpointsRequest & AddVpcEndpointIds(const Aws::String &value)
bool DryRunHasBeenSet() const
DeleteVpcEndpointsRequest & WithDryRun(bool value)
virtual const char * GetServiceRequestName() const override
DeleteVpcEndpointsRequest & AddVpcEndpointIds(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector