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>
43 template <
typename DhcpOptionsIdsT = Aws::Vector<Aws::String>>
45 m_dhcpOptionsIdsHasBeenSet =
true;
46 m_dhcpOptionsIds = std::forward<DhcpOptionsIdsT>(value);
48 template <
typename DhcpOptionsIdsT = Aws::Vector<Aws::String>>
53 template <
typename DhcpOptionsIdsT = Aws::String>
55 m_dhcpOptionsIdsHasBeenSet =
true;
56 m_dhcpOptionsIds.emplace_back(std::forward<DhcpOptionsIdsT>(value));
68 template <
typename NextTokenT = Aws::String>
70 m_nextTokenHasBeenSet =
true;
71 m_nextToken = std::forward<NextTokenT>(value);
73 template <
typename NextTokenT = Aws::String>
90 m_maxResultsHasBeenSet =
true;
109 m_dryRunHasBeenSet =
true;
137 template <
typename FiltersT = Aws::Vector<Filter>>
139 m_filtersHasBeenSet =
true;
140 m_filters = std::forward<FiltersT>(value);
142 template <
typename FiltersT = Aws::Vector<Filter>>
147 template <
typename FiltersT = Filter>
149 m_filtersHasBeenSet =
true;
150 m_filters.emplace_back(std::forward<FiltersT>(value));
161 bool m_dryRun{
false};
164 bool m_dhcpOptionsIdsHasBeenSet =
false;
165 bool m_nextTokenHasBeenSet =
false;
166 bool m_maxResultsHasBeenSet =
false;
167 bool m_dryRunHasBeenSet =
false;
168 bool m_filtersHasBeenSet =
false;
DescribeDhcpOptionsRequest & AddDhcpOptionsIds(DhcpOptionsIdsT &&value)
bool DryRunHasBeenSet() const
int GetMaxResults() const
DescribeDhcpOptionsRequest & AddFilters(FiltersT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::Vector< Aws::String > & GetDhcpOptionsIds() const
void SetDhcpOptionsIds(DhcpOptionsIdsT &&value)
DescribeDhcpOptionsRequest & WithNextToken(NextTokenT &&value)
void SetNextToken(NextTokenT &&value)
void SetDryRun(bool value)
DescribeDhcpOptionsRequest & WithDryRun(bool value)
void SetMaxResults(int value)
DescribeDhcpOptionsRequest & WithFilters(FiltersT &&value)
void SetFilters(FiltersT &&value)
DescribeDhcpOptionsRequest & WithMaxResults(int value)
AWS_EC2_API DescribeDhcpOptionsRequest()=default
bool MaxResultsHasBeenSet() const
AWS_EC2_API Aws::String SerializePayload() const override
const Aws::String & GetNextToken() const
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
bool NextTokenHasBeenSet() const
const Aws::Vector< Filter > & GetFilters() const
DescribeDhcpOptionsRequest & WithDhcpOptionsIds(DhcpOptionsIdsT &&value)
bool DhcpOptionsIdsHasBeenSet() const
bool FiltersHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector