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>
11#include <aws/ec2/model/Filter.h>
50 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
60 template<
typename ServiceNamesT = Aws::Vector<Aws::String>>
61 void SetServiceNames(ServiceNamesT&& value) { m_serviceNamesHasBeenSet =
true; m_serviceNames = std::forward<ServiceNamesT>(value); }
62 template<
typename ServiceNamesT = Aws::Vector<Aws::String>>
64 template<
typename ServiceNamesT = Aws::String>
89 template<
typename FiltersT = Aws::Vector<Filter>>
90 void SetFilters(FiltersT&& value) { m_filtersHasBeenSet =
true; m_filters = std::forward<FiltersT>(value); }
91 template<
typename FiltersT = Aws::Vector<Filter>>
93 template<
typename FiltersT = Filter>
106 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
117 template<
typename NextTokenT = Aws::String>
118 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
119 template<
typename NextTokenT = Aws::String>
129 template<
typename ServiceRegionsT = Aws::Vector<Aws::String>>
130 void SetServiceRegions(ServiceRegionsT&& value) { m_serviceRegionsHasBeenSet =
true; m_serviceRegions = std::forward<ServiceRegionsT>(value); }
131 template<
typename ServiceRegionsT = Aws::Vector<Aws::String>>
133 template<
typename ServiceRegionsT = Aws::String>
138 bool m_dryRun{
false};
139 bool m_dryRunHasBeenSet =
false;
142 bool m_serviceNamesHasBeenSet =
false;
145 bool m_filtersHasBeenSet =
false;
148 bool m_maxResultsHasBeenSet =
false;
151 bool m_nextTokenHasBeenSet =
false;
154 bool m_serviceRegionsHasBeenSet =
false;
void SetServiceNames(ServiceNamesT &&value)
void SetServiceRegions(ServiceRegionsT &&value)
void SetDryRun(bool value)
DescribeVpcEndpointServicesRequest & AddFilters(FiltersT &&value)
DescribeVpcEndpointServicesRequest & WithDryRun(bool value)
bool ServiceNamesHasBeenSet() const
bool DryRunHasBeenSet() const
const Aws::Vector< Aws::String > & GetServiceRegions() const
bool NextTokenHasBeenSet() const
void SetNextToken(NextTokenT &&value)
const Aws::Vector< Aws::String > & GetServiceNames() const
DescribeVpcEndpointServicesRequest & WithServiceNames(ServiceNamesT &&value)
DescribeVpcEndpointServicesRequest & WithFilters(FiltersT &&value)
AWS_EC2_API DescribeVpcEndpointServicesRequest()=default
virtual const char * GetServiceRequestName() const override
DescribeVpcEndpointServicesRequest & WithNextToken(NextTokenT &&value)
const Aws::Vector< Filter > & GetFilters() const
int GetMaxResults() const
bool FiltersHasBeenSet() const
DescribeVpcEndpointServicesRequest & WithMaxResults(int value)
DescribeVpcEndpointServicesRequest & AddServiceRegions(ServiceRegionsT &&value)
DescribeVpcEndpointServicesRequest & AddServiceNames(ServiceNamesT &&value)
DescribeVpcEndpointServicesRequest & WithServiceRegions(ServiceRegionsT &&value)
const Aws::String & GetNextToken() const
AWS_EC2_API Aws::String SerializePayload() const override
bool MaxResultsHasBeenSet() const
bool ServiceRegionsHasBeenSet() const
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
void SetFilters(FiltersT &&value)
void SetMaxResults(int value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector