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>
100 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
106 bool m_customerGatewayIdsHasBeenSet =
false;
109 bool m_filtersHasBeenSet =
false;
112 bool m_dryRunHasBeenSet =
false;
DescribeCustomerGatewaysRequest & AddFilters(const Filter &value)
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
void SetFilters(Aws::Vector< Filter > &&value)
bool DryRunHasBeenSet() const
bool FiltersHasBeenSet() const
virtual const char * GetServiceRequestName() const override
DescribeCustomerGatewaysRequest & AddFilters(Filter &&value)
DescribeCustomerGatewaysRequest & AddCustomerGatewayIds(const char *value)
void SetCustomerGatewayIds(Aws::Vector< Aws::String > &&value)
const Aws::Vector< Filter > & GetFilters() const
DescribeCustomerGatewaysRequest & AddCustomerGatewayIds(Aws::String &&value)
void SetCustomerGatewayIds(const Aws::Vector< Aws::String > &value)
void SetDryRun(bool value)
DescribeCustomerGatewaysRequest & WithFilters(const Aws::Vector< Filter > &value)
AWS_EC2_API DescribeCustomerGatewaysRequest()
DescribeCustomerGatewaysRequest & WithDryRun(bool value)
DescribeCustomerGatewaysRequest & WithFilters(Aws::Vector< Filter > &&value)
bool CustomerGatewayIdsHasBeenSet() const
const Aws::Vector< Aws::String > & GetCustomerGatewayIds() const
DescribeCustomerGatewaysRequest & WithCustomerGatewayIds(const Aws::Vector< Aws::String > &value)
AWS_EC2_API Aws::String SerializePayload() const override
DescribeCustomerGatewaysRequest & AddCustomerGatewayIds(const Aws::String &value)
void SetFilters(const Aws::Vector< Filter > &value)
DescribeCustomerGatewaysRequest & WithCustomerGatewayIds(Aws::Vector< Aws::String > &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector