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 VpcEndpo
intIdsT = Aws::Vector<Aws::String>>
64 m_vpcEndpointIdsHasBeenSet =
true;
65 m_vpcEndpointIds = std::forward<VpcEndpointIdsT>(value);
67 template <
typename VpcEndpo
intIdsT = Aws::Vector<Aws::String>>
72 template <
typename VpcEndpo
intIdsT = Aws::String>
74 m_vpcEndpointIdsHasBeenSet =
true;
75 m_vpcEndpointIds.emplace_back(std::forward<VpcEndpointIdsT>(value));
97 template <
typename FiltersT = Aws::Vector<Filter>>
99 m_filtersHasBeenSet =
true;
100 m_filters = std::forward<FiltersT>(value);
102 template <
typename FiltersT = Aws::Vector<Filter>>
107 template <
typename FiltersT = Filter>
109 m_filtersHasBeenSet =
true;
110 m_filters.emplace_back(std::forward<FiltersT>(value));
122 m_maxResultsHasBeenSet =
true;
123 m_maxResults = value;
137 template <
typename NextTokenT = Aws::String>
139 m_nextTokenHasBeenSet =
true;
140 m_nextToken = std::forward<NextTokenT>(value);
142 template <
typename NextTokenT = Aws::String>
149 bool m_dryRun{
false};
158 bool m_dryRunHasBeenSet =
false;
159 bool m_vpcEndpointIdsHasBeenSet =
false;
160 bool m_filtersHasBeenSet =
false;
161 bool m_maxResultsHasBeenSet =
false;
162 bool m_nextTokenHasBeenSet =
false;
void SetFilters(FiltersT &&value)
DescribeVpcEndpointAssociationsRequest & WithMaxResults(int value)
void SetNextToken(NextTokenT &&value)
DescribeVpcEndpointAssociationsRequest & WithFilters(FiltersT &&value)
DescribeVpcEndpointAssociationsRequest & WithNextToken(NextTokenT &&value)
const Aws::Vector< Aws::String > & GetVpcEndpointIds() const
DescribeVpcEndpointAssociationsRequest & AddVpcEndpointIds(VpcEndpointIdsT &&value)
AWS_EC2_API Aws::String SerializePayload() const override
bool VpcEndpointIdsHasBeenSet() const
bool DryRunHasBeenSet() const
DescribeVpcEndpointAssociationsRequest & AddFilters(FiltersT &&value)
void SetMaxResults(int value)
const Aws::Vector< Filter > & GetFilters() const
bool NextTokenHasBeenSet() const
void SetDryRun(bool value)
AWS_EC2_API DescribeVpcEndpointAssociationsRequest()=default
bool FiltersHasBeenSet() const
DescribeVpcEndpointAssociationsRequest & WithDryRun(bool value)
int GetMaxResults() const
void SetVpcEndpointIds(VpcEndpointIdsT &&value)
bool MaxResultsHasBeenSet() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetNextToken() const
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
DescribeVpcEndpointAssociationsRequest & WithVpcEndpointIds(VpcEndpointIdsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector