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); }
89 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
95 bool m_natGatewayIdHasBeenSet =
false;
98 bool m_privateIpAddressesHasBeenSet =
false;
100 int m_privateIpAddressCount;
101 bool m_privateIpAddressCountHasBeenSet =
false;
104 bool m_dryRunHasBeenSet =
false;
const Aws::Vector< Aws::String > & GetPrivateIpAddresses() const
AssignPrivateNatGatewayAddressRequest & WithPrivateIpAddressCount(int value)
AssignPrivateNatGatewayAddressRequest & WithNatGatewayId(const Aws::String &value)
AssignPrivateNatGatewayAddressRequest & WithNatGatewayId(Aws::String &&value)
AssignPrivateNatGatewayAddressRequest & WithDryRun(bool value)
virtual const char * GetServiceRequestName() const override
AssignPrivateNatGatewayAddressRequest & WithPrivateIpAddresses(Aws::Vector< Aws::String > &&value)
AssignPrivateNatGatewayAddressRequest & AddPrivateIpAddresses(const char *value)
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
void SetPrivateIpAddresses(const Aws::Vector< Aws::String > &value)
bool PrivateIpAddressesHasBeenSet() const
int GetPrivateIpAddressCount() const
bool NatGatewayIdHasBeenSet() const
bool PrivateIpAddressCountHasBeenSet() const
AssignPrivateNatGatewayAddressRequest & AddPrivateIpAddresses(Aws::String &&value)
const Aws::String & GetNatGatewayId() const
AssignPrivateNatGatewayAddressRequest & AddPrivateIpAddresses(const Aws::String &value)
void SetPrivateIpAddressCount(int value)
void SetNatGatewayId(const char *value)
void SetNatGatewayId(const Aws::String &value)
AWS_EC2_API Aws::String SerializePayload() const override
bool DryRunHasBeenSet() const
AssignPrivateNatGatewayAddressRequest & WithPrivateIpAddresses(const Aws::Vector< Aws::String > &value)
AssignPrivateNatGatewayAddressRequest & WithNatGatewayId(const char *value)
AWS_EC2_API AssignPrivateNatGatewayAddressRequest()
void SetPrivateIpAddresses(Aws::Vector< Aws::String > &&value)
void SetDryRun(bool value)
void SetNatGatewayId(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector