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>
43 template <
typename ClientVpnEndpo
intIdsT = Aws::Vector<Aws::String>>
45 m_clientVpnEndpointIdsHasBeenSet =
true;
46 m_clientVpnEndpointIds = std::forward<ClientVpnEndpointIdsT>(value);
48 template <
typename ClientVpnEndpo
intIdsT = Aws::Vector<Aws::String>>
53 template <
typename ClientVpnEndpo
intIdsT = Aws::String>
55 m_clientVpnEndpointIdsHasBeenSet =
true;
56 m_clientVpnEndpointIds.emplace_back(std::forward<ClientVpnEndpointIdsT>(value));
70 m_maxResultsHasBeenSet =
true;
85 template <
typename NextTokenT = Aws::String>
87 m_nextTokenHasBeenSet =
true;
88 m_nextToken = std::forward<NextTokenT>(value);
90 template <
typename NextTokenT = Aws::String>
106 template <
typename FiltersT = Aws::Vector<Filter>>
108 m_filtersHasBeenSet =
true;
109 m_filters = std::forward<FiltersT>(value);
111 template <
typename FiltersT = Aws::Vector<Filter>>
116 template <
typename FiltersT = Filter>
118 m_filtersHasBeenSet =
true;
119 m_filters.emplace_back(std::forward<FiltersT>(value));
134 m_dryRunHasBeenSet =
true;
151 bool m_dryRun{
false};
152 bool m_clientVpnEndpointIdsHasBeenSet =
false;
153 bool m_maxResultsHasBeenSet =
false;
154 bool m_nextTokenHasBeenSet =
false;
155 bool m_filtersHasBeenSet =
false;
156 bool m_dryRunHasBeenSet =
false;
DescribeClientVpnEndpointsRequest & WithClientVpnEndpointIds(ClientVpnEndpointIdsT &&value)
const Aws::Vector< Filter > & GetFilters() const
void SetDryRun(bool value)
void SetClientVpnEndpointIds(ClientVpnEndpointIdsT &&value)
DescribeClientVpnEndpointsRequest & AddClientVpnEndpointIds(ClientVpnEndpointIdsT &&value)
DescribeClientVpnEndpointsRequest & WithMaxResults(int value)
bool MaxResultsHasBeenSet() const
int GetMaxResults() const
bool ClientVpnEndpointIdsHasBeenSet() const
void SetMaxResults(int value)
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
DescribeClientVpnEndpointsRequest & WithFilters(FiltersT &&value)
AWS_EC2_API DescribeClientVpnEndpointsRequest()=default
void SetFilters(FiltersT &&value)
const Aws::Vector< Aws::String > & GetClientVpnEndpointIds() const
bool NextTokenHasBeenSet() const
bool FiltersHasBeenSet() const
void SetNextToken(NextTokenT &&value)
DescribeClientVpnEndpointsRequest & WithDryRun(bool value)
DescribeClientVpnEndpointsRequest & AddFilters(FiltersT &&value)
AWS_EC2_API Aws::String SerializePayload() const override
bool DryRunHasBeenSet() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetNextToken() const
DescribeClientVpnEndpointsRequest & WithNextToken(NextTokenT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector