Lines Matching refs:NetworkInterface

36   class AWS_INSPECTOR_API NetworkInterface
39 NetworkInterface();
40 NetworkInterface(Aws::Utils::Json::JsonView jsonValue);
41 NetworkInterface& operator=(Aws::Utils::Json::JsonView jsonValue);
73 …inline NetworkInterface& WithNetworkInterfaceId(const Aws::String& value) { SetNetworkInterfaceId(… in WithNetworkInterfaceId()
78 …inline NetworkInterface& WithNetworkInterfaceId(Aws::String&& value) { SetNetworkInterfaceId(std::… in WithNetworkInterfaceId()
83 …inline NetworkInterface& WithNetworkInterfaceId(const char* value) { SetNetworkInterfaceId(value);… in WithNetworkInterfaceId()
114 …inline NetworkInterface& WithSubnetId(const Aws::String& value) { SetSubnetId(value); return *this… in WithSubnetId()
119 …inline NetworkInterface& WithSubnetId(Aws::String&& value) { SetSubnetId(std::move(value)); return… in WithSubnetId()
124 inline NetworkInterface& WithSubnetId(const char* value) { SetSubnetId(value); return *this;} in WithSubnetId()
155 inline NetworkInterface& WithVpcId(const Aws::String& value) { SetVpcId(value); return *this;} in WithVpcId()
160 …inline NetworkInterface& WithVpcId(Aws::String&& value) { SetVpcId(std::move(value)); return *this… in WithVpcId()
165 inline NetworkInterface& WithVpcId(const char* value) { SetVpcId(value); return *this;} in WithVpcId()
196 …inline NetworkInterface& WithPrivateDnsName(const Aws::String& value) { SetPrivateDnsName(value); … in WithPrivateDnsName()
201 …inline NetworkInterface& WithPrivateDnsName(Aws::String&& value) { SetPrivateDnsName(std::move(val… in WithPrivateDnsName()
206 …inline NetworkInterface& WithPrivateDnsName(const char* value) { SetPrivateDnsName(value); return … in WithPrivateDnsName()
237 …inline NetworkInterface& WithPrivateIpAddress(const Aws::String& value) { SetPrivateIpAddress(valu… in WithPrivateIpAddress()
242 …inline NetworkInterface& WithPrivateIpAddress(Aws::String&& value) { SetPrivateIpAddress(std::move… in WithPrivateIpAddress()
247 …inline NetworkInterface& WithPrivateIpAddress(const char* value) { SetPrivateIpAddress(value); ret… in WithPrivateIpAddress()
278 …inline NetworkInterface& WithPrivateIpAddresses(const Aws::Vector<PrivateIp>& value) { SetPrivateI… in WithPrivateIpAddresses()
284 …inline NetworkInterface& WithPrivateIpAddresses(Aws::Vector<PrivateIp>&& value) { SetPrivateIpAddr… in WithPrivateIpAddresses()
290 …inline NetworkInterface& AddPrivateIpAddresses(const PrivateIp& value) { m_privateIpAddressesHasBe… in AddPrivateIpAddresses()
296 …inline NetworkInterface& AddPrivateIpAddresses(PrivateIp&& value) { m_privateIpAddressesHasBeenSet… in AddPrivateIpAddresses()
327 …inline NetworkInterface& WithPublicDnsName(const Aws::String& value) { SetPublicDnsName(value); re… in WithPublicDnsName()
332 …inline NetworkInterface& WithPublicDnsName(Aws::String&& value) { SetPublicDnsName(std::move(value… in WithPublicDnsName()
337 …inline NetworkInterface& WithPublicDnsName(const char* value) { SetPublicDnsName(value); return *t… in WithPublicDnsName()
368 …inline NetworkInterface& WithPublicIp(const Aws::String& value) { SetPublicIp(value); return *this… in WithPublicIp()
373 …inline NetworkInterface& WithPublicIp(Aws::String&& value) { SetPublicIp(std::move(value)); return… in WithPublicIp()
378 inline NetworkInterface& WithPublicIp(const char* value) { SetPublicIp(value); return *this;} in WithPublicIp()
404 …inline NetworkInterface& WithIpv6Addresses(const Aws::Vector<Aws::String>& value) { SetIpv6Address… in WithIpv6Addresses()
409 …inline NetworkInterface& WithIpv6Addresses(Aws::Vector<Aws::String>&& value) { SetIpv6Addresses(st… in WithIpv6Addresses()
414 …inline NetworkInterface& AddIpv6Addresses(const Aws::String& value) { m_ipv6AddressesHasBeenSet = … in AddIpv6Addresses()
419 …inline NetworkInterface& AddIpv6Addresses(Aws::String&& value) { m_ipv6AddressesHasBeenSet = true;… in AddIpv6Addresses()
424 …inline NetworkInterface& AddIpv6Addresses(const char* value) { m_ipv6AddressesHasBeenSet = true; m… in AddIpv6Addresses()
455 …inline NetworkInterface& WithSecurityGroups(const Aws::Vector<SecurityGroup>& value) { SetSecurity… in WithSecurityGroups()
461 …inline NetworkInterface& WithSecurityGroups(Aws::Vector<SecurityGroup>&& value) { SetSecurityGroup… in WithSecurityGroups()
467 …inline NetworkInterface& AddSecurityGroups(const SecurityGroup& value) { m_securityGroupsHasBeenSe… in AddSecurityGroups()
473 …inline NetworkInterface& AddSecurityGroups(SecurityGroup&& value) { m_securityGroupsHasBeenSet = t… in AddSecurityGroups()