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>
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));
92 template <
typename VpnGatewayIdsT = Aws::Vector<Aws::String>>
94 m_vpnGatewayIdsHasBeenSet =
true;
95 m_vpnGatewayIds = std::forward<VpnGatewayIdsT>(value);
97 template <
typename VpnGatewayIdsT = Aws::Vector<Aws::String>>
102 template <
typename VpnGatewayIdsT = Aws::String>
104 m_vpnGatewayIdsHasBeenSet =
true;
105 m_vpnGatewayIds.emplace_back(std::forward<VpnGatewayIdsT>(value));
120 m_dryRunHasBeenSet =
true;
133 bool m_dryRun{
false};
134 bool m_filtersHasBeenSet =
false;
135 bool m_vpnGatewayIdsHasBeenSet =
false;
136 bool m_dryRunHasBeenSet =
false;
bool VpnGatewayIdsHasBeenSet() const
DescribeVpnGatewaysRequest & WithFilters(FiltersT &&value)
void SetVpnGatewayIds(VpnGatewayIdsT &&value)
AWS_EC2_API Aws::String SerializePayload() const override
const Aws::Vector< Aws::String > & GetVpnGatewayIds() const
DescribeVpnGatewaysRequest & AddFilters(FiltersT &&value)
bool FiltersHasBeenSet() const
DescribeVpnGatewaysRequest & WithDryRun(bool value)
virtual const char * GetServiceRequestName() const override
DescribeVpnGatewaysRequest & WithVpnGatewayIds(VpnGatewayIdsT &&value)
bool DryRunHasBeenSet() const
AWS_EC2_API DescribeVpnGatewaysRequest()=default
void SetFilters(FiltersT &&value)
void SetDryRun(bool value)
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
DescribeVpnGatewaysRequest & AddVpnGatewayIds(VpnGatewayIdsT &&value)
const Aws::Vector< Filter > & GetFilters() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector