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>
46 template<
typename AllocationIdsT = Aws::Vector<Aws::String>>
47 void SetAllocationIds(AllocationIdsT&& value) { m_allocationIdsHasBeenSet =
true; m_allocationIds = std::forward<AllocationIdsT>(value); }
48 template<
typename AllocationIdsT = Aws::Vector<Aws::String>>
50 template<
typename AllocationIdsT = Aws::String>
61 template<
typename NextTokenT = Aws::String>
62 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
63 template<
typename NextTokenT = Aws::String>
73 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
86 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
92 bool m_allocationIdsHasBeenSet =
false;
95 bool m_nextTokenHasBeenSet =
false;
98 bool m_maxResultsHasBeenSet =
false;
100 bool m_dryRun{
false};
101 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