7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/ec2/EC2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
47 inline void SetPoolId(
const char* value) { m_poolIdHasBeenSet =
true; m_poolId.assign(value); }
61 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
75 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
88 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
94 bool m_poolIdHasBeenSet =
false;
97 bool m_nextTokenHasBeenSet =
false;
100 bool m_maxResultsHasBeenSet =
false;
103 bool m_dryRunHasBeenSet =
false;
void SetNextToken(const Aws::String &value)
void SetPoolId(const Aws::String &value)
GetAssociatedIpv6PoolCidrsRequest & WithPoolId(const Aws::String &value)
int GetMaxResults() const
const Aws::String & GetNextToken() const
AWS_EC2_API Aws::String SerializePayload() const override
bool DryRunHasBeenSet() const
GetAssociatedIpv6PoolCidrsRequest & WithNextToken(const Aws::String &value)
GetAssociatedIpv6PoolCidrsRequest & WithDryRun(bool value)
void SetNextToken(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
void SetPoolId(const char *value)
AWS_EC2_API GetAssociatedIpv6PoolCidrsRequest()
bool MaxResultsHasBeenSet() const
GetAssociatedIpv6PoolCidrsRequest & WithPoolId(const char *value)
GetAssociatedIpv6PoolCidrsRequest & WithNextToken(Aws::String &&value)
void SetNextToken(const char *value)
GetAssociatedIpv6PoolCidrsRequest & WithNextToken(const char *value)
void SetDryRun(bool value)
bool PoolIdHasBeenSet() const
const Aws::String & GetPoolId() const
GetAssociatedIpv6PoolCidrsRequest & WithPoolId(Aws::String &&value)
GetAssociatedIpv6PoolCidrsRequest & WithMaxResults(int value)
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
void SetPoolId(Aws::String &&value)
void SetMaxResults(int value)
bool NextTokenHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String