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>
48 template<
typename PublicIpsT = Aws::Vector<Aws::String>>
49 void SetPublicIps(PublicIpsT&& value) { m_publicIpsHasBeenSet =
true; m_publicIps = std::forward<PublicIpsT>(value); }
50 template<
typename PublicIpsT = Aws::Vector<Aws::String>>
52 template<
typename PublicIpsT = Aws::String>
65 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
95 template<
typename FiltersT = Aws::Vector<Filter>>
96 void SetFilters(FiltersT&& value) { m_filtersHasBeenSet =
true; m_filters = std::forward<FiltersT>(value); }
97 template<
typename FiltersT = Aws::Vector<Filter>>
99 template<
typename FiltersT = Filter>
109 template<
typename AllocationIdsT = Aws::Vector<Aws::String>>
110 void SetAllocationIds(AllocationIdsT&& value) { m_allocationIdsHasBeenSet =
true; m_allocationIds = std::forward<AllocationIdsT>(value); }
111 template<
typename AllocationIdsT = Aws::Vector<Aws::String>>
113 template<
typename AllocationIdsT = Aws::String>
119 bool m_publicIpsHasBeenSet =
false;
121 bool m_dryRun{
false};
122 bool m_dryRunHasBeenSet =
false;
125 bool m_filtersHasBeenSet =
false;
128 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