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>
64 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
76 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
89 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
95 bool m_allocationIdsHasBeenSet =
false;
98 bool m_nextTokenHasBeenSet =
false;
101 bool m_maxResultsHasBeenSet =
false;
104 bool m_dryRunHasBeenSet =
false;
DescribeAddressTransfersRequest & AddAllocationIds(Aws::String &&value)
void SetAllocationIds(Aws::Vector< Aws::String > &&value)
virtual const char * GetServiceRequestName() const override
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
bool DryRunHasBeenSet() const
bool NextTokenHasBeenSet() const
DescribeAddressTransfersRequest & WithAllocationIds(Aws::Vector< Aws::String > &&value)
DescribeAddressTransfersRequest & WithNextToken(Aws::String &&value)
void SetNextToken(const Aws::String &value)
DescribeAddressTransfersRequest & WithMaxResults(int value)
DescribeAddressTransfersRequest & WithAllocationIds(const Aws::Vector< Aws::String > &value)
void SetNextToken(Aws::String &&value)
const Aws::String & GetNextToken() const
void SetMaxResults(int value)
DescribeAddressTransfersRequest & WithNextToken(const char *value)
bool MaxResultsHasBeenSet() const
DescribeAddressTransfersRequest & WithDryRun(bool value)
AWS_EC2_API DescribeAddressTransfersRequest()
int GetMaxResults() const
void SetNextToken(const char *value)
const Aws::Vector< Aws::String > & GetAllocationIds() const
void SetAllocationIds(const Aws::Vector< Aws::String > &value)
bool AllocationIdsHasBeenSet() const
DescribeAddressTransfersRequest & AddAllocationIds(const char *value)
void SetDryRun(bool value)
DescribeAddressTransfersRequest & AddAllocationIds(const Aws::String &value)
AWS_EC2_API Aws::String SerializePayload() const override
DescribeAddressTransfersRequest & WithNextToken(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector