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>
44 template <
typename PublicIpsT = Aws::Vector<Aws::String>>
46 m_publicIpsHasBeenSet =
true;
47 m_publicIps = std::forward<PublicIpsT>(value);
49 template <
typename PublicIpsT = Aws::Vector<Aws::String>>
54 template <
typename PublicIpsT = Aws::String>
56 m_publicIpsHasBeenSet =
true;
57 m_publicIps.emplace_back(std::forward<PublicIpsT>(value));
72 m_dryRunHasBeenSet =
true;
107 template <
typename FiltersT = Aws::Vector<Filter>>
109 m_filtersHasBeenSet =
true;
110 m_filters = std::forward<FiltersT>(value);
112 template <
typename FiltersT = Aws::Vector<Filter>>
117 template <
typename FiltersT = Filter>
119 m_filtersHasBeenSet =
true;
120 m_filters.emplace_back(std::forward<FiltersT>(value));
131 template <
typename AllocationIdsT = Aws::Vector<Aws::String>>
133 m_allocationIdsHasBeenSet =
true;
134 m_allocationIds = std::forward<AllocationIdsT>(value);
136 template <
typename AllocationIdsT = Aws::Vector<Aws::String>>
141 template <
typename AllocationIdsT = Aws::String>
143 m_allocationIdsHasBeenSet =
true;
144 m_allocationIds.emplace_back(std::forward<AllocationIdsT>(value));
151 bool m_dryRun{
false};
156 bool m_publicIpsHasBeenSet =
false;
157 bool m_dryRunHasBeenSet =
false;
158 bool m_filtersHasBeenSet =
false;
159 bool m_allocationIdsHasBeenSet =
false;
AWS_EC2_API Aws::String SerializePayload() const override
const Aws::Vector< Aws::String > & GetAllocationIds() const
DescribeAddressesRequest & WithFilters(FiltersT &&value)
DescribeAddressesRequest & AddAllocationIds(AllocationIdsT &&value)
bool DryRunHasBeenSet() const
DescribeAddressesRequest & WithPublicIps(PublicIpsT &&value)
virtual const char * GetServiceRequestName() const override
bool PublicIpsHasBeenSet() const
const Aws::Vector< Filter > & GetFilters() const
AWS_EC2_API DescribeAddressesRequest()=default
void SetAllocationIds(AllocationIdsT &&value)
bool FiltersHasBeenSet() const
DescribeAddressesRequest & WithDryRun(bool value)
void SetDryRun(bool value)
void SetPublicIps(PublicIpsT &&value)
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
DescribeAddressesRequest & AddFilters(FiltersT &&value)
const Aws::Vector< Aws::String > & GetPublicIps() const
bool AllocationIdsHasBeenSet() const
DescribeAddressesRequest & AddPublicIps(PublicIpsT &&value)
DescribeAddressesRequest & WithAllocationIds(AllocationIdsT &&value)
void SetFilters(FiltersT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector