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/ec2/model/AddressAttributeName.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename AllocationIdsT = Aws::Vector<Aws::String>>
48 void SetAllocationIds(AllocationIdsT&& value) { m_allocationIdsHasBeenSet =
true; m_allocationIds = std::forward<AllocationIdsT>(value); }
49 template<
typename AllocationIdsT = Aws::Vector<Aws::String>>
51 template<
typename AllocationIdsT = Aws::String>
71 template<
typename NextTokenT = Aws::String>
72 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
73 template<
typename NextTokenT = Aws::String>
85 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
98 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
104 bool m_allocationIdsHasBeenSet =
false;
107 bool m_attributeHasBeenSet =
false;
110 bool m_nextTokenHasBeenSet =
false;
113 bool m_maxResultsHasBeenSet =
false;
115 bool m_dryRun{
false};
116 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