7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/ec2/EC2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
48 inline void SetNatGatewayId(
const char* value) { m_natGatewayIdHasBeenSet =
true; m_natGatewayId.assign(value); }
94 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
100 bool m_natGatewayIdHasBeenSet =
false;
103 bool m_allocationIdsHasBeenSet =
false;
106 bool m_privateIpAddressesHasBeenSet =
false;
109 bool m_dryRunHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
AssociateNatGatewayAddressRequest & AddPrivateIpAddresses(const Aws::String &value)
AssociateNatGatewayAddressRequest & AddAllocationIds(const char *value)
bool DryRunHasBeenSet() const
AssociateNatGatewayAddressRequest & WithPrivateIpAddresses(Aws::Vector< Aws::String > &&value)
AWS_EC2_API AssociateNatGatewayAddressRequest()
AssociateNatGatewayAddressRequest & AddPrivateIpAddresses(const char *value)
AssociateNatGatewayAddressRequest & AddAllocationIds(Aws::String &&value)
AssociateNatGatewayAddressRequest & WithAllocationIds(const Aws::Vector< Aws::String > &value)
void SetNatGatewayId(Aws::String &&value)
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
const Aws::Vector< Aws::String > & GetAllocationIds() const
void SetDryRun(bool value)
bool NatGatewayIdHasBeenSet() const
void SetPrivateIpAddresses(const Aws::Vector< Aws::String > &value)
void SetNatGatewayId(const Aws::String &value)
AssociateNatGatewayAddressRequest & WithNatGatewayId(const char *value)
const Aws::Vector< Aws::String > & GetPrivateIpAddresses() const
AssociateNatGatewayAddressRequest & AddPrivateIpAddresses(Aws::String &&value)
AssociateNatGatewayAddressRequest & WithNatGatewayId(Aws::String &&value)
AssociateNatGatewayAddressRequest & WithNatGatewayId(const Aws::String &value)
AssociateNatGatewayAddressRequest & AddAllocationIds(const Aws::String &value)
void SetAllocationIds(const Aws::Vector< Aws::String > &value)
void SetAllocationIds(Aws::Vector< Aws::String > &&value)
void SetNatGatewayId(const char *value)
bool PrivateIpAddressesHasBeenSet() const
AssociateNatGatewayAddressRequest & WithPrivateIpAddresses(const Aws::Vector< Aws::String > &value)
AssociateNatGatewayAddressRequest & WithAllocationIds(Aws::Vector< Aws::String > &&value)
AWS_EC2_API Aws::String SerializePayload() const override
bool AllocationIdsHasBeenSet() const
AssociateNatGatewayAddressRequest & WithDryRun(bool value)
const Aws::String & GetNatGatewayId() const
void SetPrivateIpAddresses(Aws::Vector< Aws::String > &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector