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>
48 template <
typename CustomerGatewayIdsT = Aws::Vector<Aws::String>>
50 m_customerGatewayIdsHasBeenSet =
true;
51 m_customerGatewayIds = std::forward<CustomerGatewayIdsT>(value);
53 template <
typename CustomerGatewayIdsT = Aws::Vector<Aws::String>>
58 template <
typename CustomerGatewayIdsT = Aws::String>
60 m_customerGatewayIdsHasBeenSet =
true;
61 m_customerGatewayIds.emplace_back(std::forward<CustomerGatewayIdsT>(value));
88 template <
typename FiltersT = Aws::Vector<Filter>>
90 m_filtersHasBeenSet =
true;
91 m_filters = std::forward<FiltersT>(value);
93 template <
typename FiltersT = Aws::Vector<Filter>>
98 template <
typename FiltersT = Filter>
100 m_filtersHasBeenSet =
true;
101 m_filters.emplace_back(std::forward<FiltersT>(value));
116 m_dryRunHasBeenSet =
true;
129 bool m_dryRun{
false};
130 bool m_customerGatewayIdsHasBeenSet =
false;
131 bool m_filtersHasBeenSet =
false;
132 bool m_dryRunHasBeenSet =
false;
DescribeCustomerGatewaysRequest & AddFilters(FiltersT &&value)
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
bool DryRunHasBeenSet() const
DescribeCustomerGatewaysRequest & AddCustomerGatewayIds(CustomerGatewayIdsT &&value)
DescribeCustomerGatewaysRequest & WithFilters(FiltersT &&value)
bool FiltersHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetCustomerGatewayIds(CustomerGatewayIdsT &&value)
const Aws::Vector< Filter > & GetFilters() const
void SetDryRun(bool value)
DescribeCustomerGatewaysRequest & WithDryRun(bool value)
bool CustomerGatewayIdsHasBeenSet() const
const Aws::Vector< Aws::String > & GetCustomerGatewayIds() const
DescribeCustomerGatewaysRequest & WithCustomerGatewayIds(CustomerGatewayIdsT &&value)
void SetFilters(FiltersT &&value)
AWS_EC2_API Aws::String SerializePayload() const override
AWS_EC2_API DescribeCustomerGatewaysRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector