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>
31 inline virtual const char*
GetServiceRequestName()
const override {
return "DeleteVpcEndpointServiceConfigurations"; }
49 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
59 template<
typename ServiceIdsT = Aws::Vector<Aws::String>>
60 void SetServiceIds(ServiceIdsT&& value) { m_serviceIdsHasBeenSet =
true; m_serviceIds = std::forward<ServiceIdsT>(value); }
61 template<
typename ServiceIdsT = Aws::Vector<Aws::String>>
63 template<
typename ServiceIdsT = Aws::String>
69 bool m_dryRunHasBeenSet =
false;
72 bool m_serviceIdsHasBeenSet =
false;
DeleteVpcEndpointServiceConfigurationsRequest & WithServiceIds(ServiceIdsT &&value)
DeleteVpcEndpointServiceConfigurationsRequest & AddServiceIds(ServiceIdsT &&value)
bool DryRunHasBeenSet() const
bool ServiceIdsHasBeenSet() const
const Aws::Vector< Aws::String > & GetServiceIds() const
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
void SetDryRun(bool value)
AWS_EC2_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
DeleteVpcEndpointServiceConfigurationsRequest & WithDryRun(bool value)
void SetServiceIds(ServiceIdsT &&value)
AWS_EC2_API DeleteVpcEndpointServiceConfigurationsRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector