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>
47 m_dryRunHasBeenSet =
true;
76 template <
typename FilterT = Aws::Vector<Filter>>
78 m_filterHasBeenSet =
true;
79 m_filter = std::forward<FilterT>(value);
81 template <
typename FilterT = Aws::Vector<Filter>>
86 template <
typename FilterT = Filter>
88 m_filterHasBeenSet =
true;
89 m_filter.emplace_back(std::forward<FilterT>(value));
104 m_maxResultsHasBeenSet =
true;
105 m_maxResults = value;
119 template <
typename NatGatewayIdsT = Aws::Vector<Aws::String>>
121 m_natGatewayIdsHasBeenSet =
true;
122 m_natGatewayIds = std::forward<NatGatewayIdsT>(value);
124 template <
typename NatGatewayIdsT = Aws::Vector<Aws::String>>
129 template <
typename NatGatewayIdsT = Aws::String>
131 m_natGatewayIdsHasBeenSet =
true;
132 m_natGatewayIds.emplace_back(std::forward<NatGatewayIdsT>(value));
144 template <
typename NextTokenT = Aws::String>
146 m_nextTokenHasBeenSet =
true;
147 m_nextToken = std::forward<NextTokenT>(value);
149 template <
typename NextTokenT = Aws::String>
156 bool m_dryRun{
false};
165 bool m_dryRunHasBeenSet =
false;
166 bool m_filterHasBeenSet =
false;
167 bool m_maxResultsHasBeenSet =
false;
168 bool m_natGatewayIdsHasBeenSet =
false;
169 bool m_nextTokenHasBeenSet =
false;
const Aws::Vector< Filter > & GetFilter() const
DescribeNatGatewaysRequest & WithNatGatewayIds(NatGatewayIdsT &&value)
DescribeNatGatewaysRequest & AddFilter(FilterT &&value)
DescribeNatGatewaysRequest & WithNextToken(NextTokenT &&value)
bool DryRunHasBeenSet() const
void SetFilter(FilterT &&value)
DescribeNatGatewaysRequest & WithFilter(FilterT &&value)
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
DescribeNatGatewaysRequest & AddNatGatewayIds(NatGatewayIdsT &&value)
void SetNextToken(NextTokenT &&value)
const Aws::String & GetNextToken() const
int GetMaxResults() const
virtual const char * GetServiceRequestName() const override
void SetNatGatewayIds(NatGatewayIdsT &&value)
bool FilterHasBeenSet() const
AWS_EC2_API Aws::String SerializePayload() const override
bool NextTokenHasBeenSet() const
const Aws::Vector< Aws::String > & GetNatGatewayIds() const
void SetMaxResults(int value)
DescribeNatGatewaysRequest & WithDryRun(bool value)
bool MaxResultsHasBeenSet() const
void SetDryRun(bool value)
DescribeNatGatewaysRequest & WithMaxResults(int value)
bool NatGatewayIdsHasBeenSet() const
AWS_EC2_API DescribeNatGatewaysRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector