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>
46 template<
typename NatGatewayIdT = Aws::String>
47 void SetNatGatewayId(NatGatewayIdT&& value) { m_natGatewayIdHasBeenSet =
true; m_natGatewayId = std::forward<NatGatewayIdT>(value); }
48 template<
typename NatGatewayIdT = Aws::String>
58 template<
typename PrivateIpAddressesT = Aws::Vector<Aws::String>>
59 void SetPrivateIpAddresses(PrivateIpAddressesT&& value) { m_privateIpAddressesHasBeenSet =
true; m_privateIpAddresses = std::forward<PrivateIpAddressesT>(value); }
60 template<
typename PrivateIpAddressesT = Aws::Vector<Aws::String>>
62 template<
typename PrivateIpAddressesT = Aws::String>
86 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
92 bool m_natGatewayIdHasBeenSet =
false;
95 bool m_privateIpAddressesHasBeenSet =
false;
97 int m_privateIpAddressCount{0};
98 bool m_privateIpAddressCountHasBeenSet =
false;
100 bool m_dryRun{
false};
101 bool m_dryRunHasBeenSet =
false;
const Aws::Vector< Aws::String > & GetPrivateIpAddresses() const
AssignPrivateNatGatewayAddressRequest & WithPrivateIpAddressCount(int value)
void SetNatGatewayId(NatGatewayIdT &&value)
AssignPrivateNatGatewayAddressRequest & WithDryRun(bool value)
virtual const char * GetServiceRequestName() const override
AssignPrivateNatGatewayAddressRequest & WithNatGatewayId(NatGatewayIdT &&value)
AssignPrivateNatGatewayAddressRequest & AddPrivateIpAddresses(PrivateIpAddressesT &&value)
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
bool PrivateIpAddressesHasBeenSet() const
int GetPrivateIpAddressCount() const
bool NatGatewayIdHasBeenSet() const
bool PrivateIpAddressCountHasBeenSet() const
const Aws::String & GetNatGatewayId() const
void SetPrivateIpAddressCount(int value)
void SetPrivateIpAddresses(PrivateIpAddressesT &&value)
AssignPrivateNatGatewayAddressRequest & WithPrivateIpAddresses(PrivateIpAddressesT &&value)
AWS_EC2_API Aws::String SerializePayload() const override
bool DryRunHasBeenSet() const
void SetDryRun(bool value)
AWS_EC2_API AssignPrivateNatGatewayAddressRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector