7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/ec2/EC2Request.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/ec2/model/Filter.h>
52 template<
typename CustomerGatewayIdsT = Aws::Vector<Aws::String>>
53 void SetCustomerGatewayIds(CustomerGatewayIdsT&& value) { m_customerGatewayIdsHasBeenSet =
true; m_customerGatewayIds = std::forward<CustomerGatewayIdsT>(value); }
54 template<
typename CustomerGatewayIdsT = Aws::Vector<Aws::String>>
56 template<
typename CustomerGatewayIdsT = Aws::String>
82 template<
typename FiltersT = Aws::Vector<Filter>>
83 void SetFilters(FiltersT&& value) { m_filtersHasBeenSet =
true; m_filters = std::forward<FiltersT>(value); }
84 template<
typename FiltersT = Aws::Vector<Filter>>
86 template<
typename FiltersT = Filter>
99 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
105 bool m_customerGatewayIdsHasBeenSet =
false;
108 bool m_filtersHasBeenSet =
false;
110 bool m_dryRun{
false};
111 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