56 inline void SetSubnetId(
const char* value) { m_subnetIdHasBeenSet =
true; m_subnetId.assign(value); }
91 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
142 inline void SetPrivateIpAddress(
const char* value) { m_privateIpAddressHasBeenSet =
true; m_privateIpAddress.assign(value); }
302 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
314 bool m_subnetIdHasBeenSet;
316 bool m_descriptionHasBeenSet;
318 bool m_privateIpAddressHasBeenSet;
320 bool m_groupsHasBeenSet;
322 bool m_privateIpAddressesHasBeenSet;
323 long m_secondaryPrivateIpAddressCount;
324 bool m_secondaryPrivateIpAddressCountHasBeenSet;
326 bool m_dryRunHasBeenSet;
CreateNetworkInterfaceRequest & AddGroups(const Aws::String &value)
void SetSubnetId(const char *value)
CreateNetworkInterfaceRequest & AddGroups(const char *value)
CreateNetworkInterfaceRequest & WithPrivateIpAddress(const char *value)
CreateNetworkInterfaceRequest & WithPrivateIpAddress(Aws::String &&value)
CreateNetworkInterfaceRequest & WithSubnetId(const Aws::String &value)
CreateNetworkInterfaceRequest & AddPrivateIpAddresses(PrivateIpAddressSpecification &&value)
void SetSubnetId(Aws::String &&value)
std::vector< T, Aws::Allocator< T > > Vector
const Aws::Vector< PrivateIpAddressSpecification > & GetPrivateIpAddresses() const
CreateNetworkInterfaceRequest & WithSecondaryPrivateIpAddressCount(long value)
const Aws::Vector< Aws::String > & GetGroups() const
CreateNetworkInterfaceRequest & WithGroups(const Aws::Vector< Aws::String > &value)
CreateNetworkInterfaceRequest & WithDescription(Aws::String &&value)
CreateNetworkInterfaceRequest & WithSubnetId(const char *value)
void SetSecondaryPrivateIpAddressCount(long value)
const Aws::String & GetSubnetId() const
void SetPrivateIpAddress(const char *value)
CreateNetworkInterfaceRequest & WithPrivateIpAddresses(Aws::Vector< PrivateIpAddressSpecification > &&value)
long GetSecondaryPrivateIpAddressCount() const
void SetDescription(const Aws::String &value)
CreateNetworkInterfaceRequest & AddPrivateIpAddresses(const PrivateIpAddressSpecification &value)
void SetGroups(Aws::Vector< Aws::String > &&value)
void SetPrivateIpAddress(Aws::String &&value)
void SetDescription(Aws::String &&value)
void SetPrivateIpAddresses(Aws::Vector< PrivateIpAddressSpecification > &&value)
void SetGroups(const Aws::Vector< Aws::String > &value)
CreateNetworkInterfaceRequest & WithPrivateIpAddresses(const Aws::Vector< PrivateIpAddressSpecification > &value)
void SetPrivateIpAddresses(const Aws::Vector< PrivateIpAddressSpecification > &value)
CreateNetworkInterfaceRequest & WithGroups(Aws::Vector< Aws::String > &&value)
CreateNetworkInterfaceRequest & WithDryRun(bool value)
void SetDryRun(bool value)
void SetPrivateIpAddress(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
CreateNetworkInterfaceRequest & WithPrivateIpAddress(const Aws::String &value)
CreateNetworkInterfaceRequest & AddGroups(Aws::String &&value)
const Aws::String & GetPrivateIpAddress() const
CreateNetworkInterfaceRequest & WithSubnetId(Aws::String &&value)
CreateNetworkInterfaceRequest & WithDescription(const char *value)
void SetSubnetId(const Aws::String &value)
CreateNetworkInterfaceRequest & WithDescription(const Aws::String &value)
const Aws::String & GetDescription() const
JSON (JavaScript Object Notation).
void SetDescription(const char *value)