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 VpnConcentratorIdsT = Aws::Vector<Aws::String>>
45 m_vpnConcentratorIdsHasBeenSet =
true;
46 m_vpnConcentratorIds = std::forward<VpnConcentratorIdsT>(value);
48 template <
typename VpnConcentratorIdsT = Aws::Vector<Aws::String>>
53 template <
typename VpnConcentratorIdsT = Aws::String>
55 m_vpnConcentratorIdsHasBeenSet =
true;
56 m_vpnConcentratorIds.emplace_back(std::forward<VpnConcentratorIdsT>(value));
67 template <
typename FiltersT = Aws::Vector<Filter>>
69 m_filtersHasBeenSet =
true;
70 m_filters = std::forward<FiltersT>(value);
72 template <
typename FiltersT = Aws::Vector<Filter>>
77 template <
typename FiltersT = Filter>
79 m_filtersHasBeenSet =
true;
80 m_filters.emplace_back(std::forward<FiltersT>(value));
94 m_maxResultsHasBeenSet =
true;
109 template <
typename NextTokenT = Aws::String>
111 m_nextTokenHasBeenSet =
true;
112 m_nextToken = std::forward<NextTokenT>(value);
114 template <
typename NextTokenT = Aws::String>
131 m_dryRunHasBeenSet =
true;
148 bool m_dryRun{
false};
149 bool m_vpnConcentratorIdsHasBeenSet =
false;
150 bool m_filtersHasBeenSet =
false;
151 bool m_maxResultsHasBeenSet =
false;
152 bool m_nextTokenHasBeenSet =
false;
153 bool m_dryRunHasBeenSet =
false;
bool FiltersHasBeenSet() const
void SetDryRun(bool value)
const Aws::String & GetNextToken() const
bool MaxResultsHasBeenSet() const
const Aws::Vector< Aws::String > & GetVpnConcentratorIds() const
DescribeVpnConcentratorsRequest & WithVpnConcentratorIds(VpnConcentratorIdsT &&value)
DescribeVpnConcentratorsRequest & WithNextToken(NextTokenT &&value)
void SetVpnConcentratorIds(VpnConcentratorIdsT &&value)
AWS_EC2_API DescribeVpnConcentratorsRequest()=default
void SetNextToken(NextTokenT &&value)
virtual const char * GetServiceRequestName() const override
DescribeVpnConcentratorsRequest & WithMaxResults(int value)
const Aws::Vector< Filter > & GetFilters() const
DescribeVpnConcentratorsRequest & AddVpnConcentratorIds(VpnConcentratorIdsT &&value)
int GetMaxResults() const
DescribeVpnConcentratorsRequest & WithDryRun(bool value)
bool NextTokenHasBeenSet() const
DescribeVpnConcentratorsRequest & AddFilters(FiltersT &&value)
void SetMaxResults(int value)
bool VpnConcentratorIdsHasBeenSet() const
AWS_EC2_API Aws::String SerializePayload() const override
bool DryRunHasBeenSet() const
DescribeVpnConcentratorsRequest & WithFilters(FiltersT &&value)
void SetFilters(FiltersT &&value)
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector