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>
68 inline void SetIpv4PrefixCount(
int value) { m_ipv4PrefixCountHasBeenSet =
true; m_ipv4PrefixCount = value; }
80 inline void SetNetworkInterfaceId(
const char* value) { m_networkInterfaceIdHasBeenSet =
true; m_networkInterfaceId.assign(value); }
123 inline void SetAllowReassignment(
bool value) { m_allowReassignmentHasBeenSet =
true; m_allowReassignment = value; }
129 bool m_ipv4PrefixesHasBeenSet =
false;
131 int m_ipv4PrefixCount;
132 bool m_ipv4PrefixCountHasBeenSet =
false;
135 bool m_networkInterfaceIdHasBeenSet =
false;
138 bool m_privateIpAddressesHasBeenSet =
false;
140 int m_secondaryPrivateIpAddressCount;
141 bool m_secondaryPrivateIpAddressCountHasBeenSet =
false;
143 bool m_allowReassignment;
144 bool m_allowReassignmentHasBeenSet =
false;
int GetIpv4PrefixCount() const
void SetIpv4PrefixCount(int value)
bool AllowReassignmentHasBeenSet() const
void SetSecondaryPrivateIpAddressCount(int value)
bool SecondaryPrivateIpAddressCountHasBeenSet() const
AssignPrivateIpAddressesRequest & AddIpv4Prefixes(Aws::String &&value)
AssignPrivateIpAddressesRequest & WithPrivateIpAddresses(Aws::Vector< Aws::String > &&value)
void SetNetworkInterfaceId(const char *value)
void SetAllowReassignment(bool value)
void SetPrivateIpAddresses(Aws::Vector< Aws::String > &&value)
AssignPrivateIpAddressesRequest & WithIpv4PrefixCount(int value)
AssignPrivateIpAddressesRequest & WithSecondaryPrivateIpAddressCount(int value)
AssignPrivateIpAddressesRequest & WithPrivateIpAddresses(const Aws::Vector< Aws::String > &value)
AWS_EC2_API Aws::String SerializePayload() const override
AssignPrivateIpAddressesRequest & AddIpv4Prefixes(const char *value)
AssignPrivateIpAddressesRequest & WithNetworkInterfaceId(Aws::String &&value)
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
AssignPrivateIpAddressesRequest & WithNetworkInterfaceId(const Aws::String &value)
AssignPrivateIpAddressesRequest & WithIpv4Prefixes(const Aws::Vector< Aws::String > &value)
bool Ipv4PrefixCountHasBeenSet() const
AssignPrivateIpAddressesRequest & AddIpv4Prefixes(const Aws::String &value)
AssignPrivateIpAddressesRequest & WithIpv4Prefixes(Aws::Vector< Aws::String > &&value)
AssignPrivateIpAddressesRequest & AddPrivateIpAddresses(const char *value)
bool GetAllowReassignment() const
AssignPrivateIpAddressesRequest & WithAllowReassignment(bool value)
bool Ipv4PrefixesHasBeenSet() const
bool PrivateIpAddressesHasBeenSet() const
AWS_EC2_API AssignPrivateIpAddressesRequest()
void SetPrivateIpAddresses(const Aws::Vector< Aws::String > &value)
void SetNetworkInterfaceId(const Aws::String &value)
const Aws::String & GetNetworkInterfaceId() const
const Aws::Vector< Aws::String > & GetIpv4Prefixes() const
AssignPrivateIpAddressesRequest & AddPrivateIpAddresses(const Aws::String &value)
int GetSecondaryPrivateIpAddressCount() const
AssignPrivateIpAddressesRequest & AddPrivateIpAddresses(Aws::String &&value)
AssignPrivateIpAddressesRequest & WithNetworkInterfaceId(const char *value)
void SetIpv4Prefixes(Aws::Vector< Aws::String > &&value)
const Aws::Vector< Aws::String > & GetPrivateIpAddresses() const
virtual const char * GetServiceRequestName() const override
void SetIpv4Prefixes(const Aws::Vector< Aws::String > &value)
bool NetworkInterfaceIdHasBeenSet() const
void SetNetworkInterfaceId(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector