7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/ec2/EC2Request.h>
10#include <aws/ec2/EC2_EXPORTS.h>
11#include <aws/ec2/model/Filter.h>
47 m_dryRunHasBeenSet =
true;
62 template <
typename ServiceNamesT = Aws::Vector<Aws::String>>
64 m_serviceNamesHasBeenSet =
true;
65 m_serviceNames = std::forward<ServiceNamesT>(value);
67 template <
typename ServiceNamesT = Aws::Vector<Aws::String>>
72 template <
typename ServiceNamesT = Aws::String>
74 m_serviceNamesHasBeenSet =
true;
75 m_serviceNames.emplace_back(std::forward<ServiceNamesT>(value));
101 template <
typename FiltersT = Aws::Vector<Filter>>
103 m_filtersHasBeenSet =
true;
104 m_filters = std::forward<FiltersT>(value);
106 template <
typename FiltersT = Aws::Vector<Filter>>
111 template <
typename FiltersT = Filter>
113 m_filtersHasBeenSet =
true;
114 m_filters.emplace_back(std::forward<FiltersT>(value));
129 m_maxResultsHasBeenSet =
true;
130 m_maxResults = value;
145 template <
typename NextTokenT = Aws::String>
147 m_nextTokenHasBeenSet =
true;
148 m_nextToken = std::forward<NextTokenT>(value);
150 template <
typename NextTokenT = Aws::String>
163 template <
typename ServiceRegionsT = Aws::Vector<Aws::String>>
165 m_serviceRegionsHasBeenSet =
true;
166 m_serviceRegions = std::forward<ServiceRegionsT>(value);
168 template <
typename ServiceRegionsT = Aws::Vector<Aws::String>>
173 template <
typename ServiceRegionsT = Aws::String>
175 m_serviceRegionsHasBeenSet =
true;
176 m_serviceRegions.emplace_back(std::forward<ServiceRegionsT>(value));
181 bool m_dryRun{
false};
192 bool m_dryRunHasBeenSet =
false;
193 bool m_serviceNamesHasBeenSet =
false;
194 bool m_filtersHasBeenSet =
false;
195 bool m_maxResultsHasBeenSet =
false;
196 bool m_nextTokenHasBeenSet =
false;
197 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