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/AddressAttributeName.h>
43 template <
typename AllocationIdsT = Aws::Vector<Aws::String>>
45 m_allocationIdsHasBeenSet =
true;
46 m_allocationIds = std::forward<AllocationIdsT>(value);
48 template <
typename AllocationIdsT = Aws::Vector<Aws::String>>
53 template <
typename AllocationIdsT = Aws::String>
55 m_allocationIdsHasBeenSet =
true;
56 m_allocationIds.emplace_back(std::forward<AllocationIdsT>(value));
68 m_attributeHasBeenSet =
true;
83 template <
typename NextTokenT = Aws::String>
85 m_nextTokenHasBeenSet =
true;
86 m_nextToken = std::forward<NextTokenT>(value);
88 template <
typename NextTokenT = Aws::String>
104 m_maxResultsHasBeenSet =
true;
105 m_maxResults = value;
123 m_dryRunHasBeenSet =
true;
140 bool m_dryRun{
false};
141 bool m_allocationIdsHasBeenSet =
false;
142 bool m_attributeHasBeenSet =
false;
143 bool m_nextTokenHasBeenSet =
false;
144 bool m_maxResultsHasBeenSet =
false;
145 bool m_dryRunHasBeenSet =
false;
int GetMaxResults() const
AWS_EC2_API DescribeAddressesAttributeRequest()=default
void SetAttribute(AddressAttributeName value)
bool MaxResultsHasBeenSet() const
void SetNextToken(NextTokenT &&value)
DescribeAddressesAttributeRequest & WithAllocationIds(AllocationIdsT &&value)
DescribeAddressesAttributeRequest & WithDryRun(bool value)
void SetDryRun(bool value)
DescribeAddressesAttributeRequest & WithNextToken(NextTokenT &&value)
const Aws::String & GetNextToken() const
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
virtual const char * GetServiceRequestName() const override
AddressAttributeName GetAttribute() const
DescribeAddressesAttributeRequest & AddAllocationIds(AllocationIdsT &&value)
bool NextTokenHasBeenSet() const
bool DryRunHasBeenSet() const
DescribeAddressesAttributeRequest & WithAttribute(AddressAttributeName value)
void SetMaxResults(int value)
AWS_EC2_API Aws::String SerializePayload() const override
DescribeAddressesAttributeRequest & WithMaxResults(int value)
const Aws::Vector< Aws::String > & GetAllocationIds() const
bool AllocationIdsHasBeenSet() const
void SetAllocationIds(AllocationIdsT &&value)
bool AttributeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector