52 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
280 bool m_dryRunHasBeenSet;
282 bool m_customerGatewayIdsHasBeenSet;
284 bool m_filtersHasBeenSet;
void SetCustomerGatewayIds(const Aws::Vector< Aws::String > &value)
std::vector< T, Aws::Allocator< T > > Vector
DescribeCustomerGatewaysRequest & AddCustomerGatewayIds(Aws::String &&value)
DescribeCustomerGatewaysRequest & AddFilters(const Filter &value)
const Aws::Vector< Filter > & GetFilters() const
void SetCustomerGatewayIds(Aws::Vector< Aws::String > &&value)
DescribeCustomerGatewaysRequest & AddCustomerGatewayIds(const char *value)
DescribeCustomerGatewaysRequest & AddCustomerGatewayIds(const Aws::String &value)
const Aws::Vector< Aws::String > & GetCustomerGatewayIds() const
DescribeCustomerGatewaysRequest & WithFilters(Aws::Vector< Filter > &&value)
DescribeCustomerGatewaysRequest & WithCustomerGatewayIds(Aws::Vector< Aws::String > &&value)
void SetFilters(const Aws::Vector< Filter > &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
DescribeCustomerGatewaysRequest & WithFilters(const Aws::Vector< Filter > &value)
DescribeCustomerGatewaysRequest & WithDryRun(bool value)
DescribeCustomerGatewaysRequest & WithCustomerGatewayIds(const Aws::Vector< Aws::String > &value)
void SetFilters(Aws::Vector< Filter > &&value)
void SetDryRun(bool value)
JSON (JavaScript Object Notation).
DescribeCustomerGatewaysRequest & AddFilters(Filter &&value)