55 inline void SetNetworkInterfaceId(
const char* value) { m_networkInterfaceIdHasBeenSet =
true; m_networkInterfaceId.assign(value); }
166 inline void SetAllowReassignment(
bool value) { m_allowReassignmentHasBeenSet =
true; m_allowReassignment = value; }
177 bool m_networkInterfaceIdHasBeenSet;
179 bool m_privateIpAddressesHasBeenSet;
180 int m_secondaryPrivateIpAddressCount;
181 bool m_secondaryPrivateIpAddressCountHasBeenSet;
182 bool m_allowReassignment;
183 bool m_allowReassignmentHasBeenSet;
void SetSecondaryPrivateIpAddressCount(int value)
void SetNetworkInterfaceId(Aws::String &&value)
std::vector< T, Aws::Allocator< T > > Vector
int GetSecondaryPrivateIpAddressCount() const
void SetAllowReassignment(bool value)
bool GetAllowReassignment() const
const Aws::String & GetNetworkInterfaceId() const
AssignPrivateIpAddressesRequest & AddPrivateIpAddresses(const Aws::String &value)
AssignPrivateIpAddressesRequest & WithAllowReassignment(bool value)
AssignPrivateIpAddressesRequest & AddPrivateIpAddresses(Aws::String &&value)
void SetNetworkInterfaceId(const Aws::String &value)
AssignPrivateIpAddressesRequest & WithNetworkInterfaceId(Aws::String &&value)
AssignPrivateIpAddressesRequest & WithPrivateIpAddresses(Aws::Vector< Aws::String > &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
AssignPrivateIpAddressesRequest & WithPrivateIpAddresses(const Aws::Vector< Aws::String > &value)
AssignPrivateIpAddressesRequest & WithNetworkInterfaceId(const Aws::String &value)
AssignPrivateIpAddressesRequest & WithSecondaryPrivateIpAddressCount(int value)
const Aws::Vector< Aws::String > & GetPrivateIpAddresses() const
void SetNetworkInterfaceId(const char *value)
AssignPrivateIpAddressesRequest & AddPrivateIpAddresses(const char *value)
void SetPrivateIpAddresses(const Aws::Vector< Aws::String > &value)
JSON (JavaScript Object Notation).
AssignPrivateIpAddressesRequest & WithNetworkInterfaceId(const char *value)
void SetPrivateIpAddresses(Aws::Vector< Aws::String > &&value)