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>
42 template <
typename AllocationIdsT = Aws::Vector<Aws::String>>
44 m_allocationIdsHasBeenSet =
true;
45 m_allocationIds = std::forward<AllocationIdsT>(value);
47 template <
typename AllocationIdsT = Aws::Vector<Aws::String>>
52 template <
typename AllocationIdsT = Aws::String>
54 m_allocationIdsHasBeenSet =
true;
55 m_allocationIds.emplace_back(std::forward<AllocationIdsT>(value));
67 template <
typename NextTokenT = Aws::String>
69 m_nextTokenHasBeenSet =
true;
70 m_nextToken = std::forward<NextTokenT>(value);
72 template <
typename NextTokenT = Aws::String>
86 m_maxResultsHasBeenSet =
true;
105 m_dryRunHasBeenSet =
true;
120 bool m_dryRun{
false};
121 bool m_allocationIdsHasBeenSet =
false;
122 bool m_nextTokenHasBeenSet =
false;
123 bool m_maxResultsHasBeenSet =
false;
124 bool m_dryRunHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
bool DryRunHasBeenSet() const
bool NextTokenHasBeenSet() const
DescribeAddressTransfersRequest & WithMaxResults(int value)
AWS_EC2_API DescribeAddressTransfersRequest()=default
const Aws::String & GetNextToken() const
void SetMaxResults(int value)
bool MaxResultsHasBeenSet() const
DescribeAddressTransfersRequest & WithDryRun(bool value)
int GetMaxResults() const
void SetAllocationIds(AllocationIdsT &&value)
const Aws::Vector< Aws::String > & GetAllocationIds() const
bool AllocationIdsHasBeenSet() const
DescribeAddressTransfersRequest & WithAllocationIds(AllocationIdsT &&value)
void SetDryRun(bool value)
DescribeAddressTransfersRequest & AddAllocationIds(AllocationIdsT &&value)
AWS_EC2_API Aws::String SerializePayload() const override
void SetNextToken(NextTokenT &&value)
DescribeAddressTransfersRequest & WithNextToken(NextTokenT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector