7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename CarrierIpT = Aws::String>
50 void SetCarrierIp(CarrierIpT&& value) { m_carrierIpHasBeenSet =
true; m_carrierIp = std::forward<CarrierIpT>(value); }
51 template<
typename CarrierIpT = Aws::String>
61 template<
typename CustomerOwnedIpT = Aws::String>
62 void SetCustomerOwnedIp(CustomerOwnedIpT&& value) { m_customerOwnedIpHasBeenSet =
true; m_customerOwnedIp = std::forward<CustomerOwnedIpT>(value); }
63 template<
typename CustomerOwnedIpT = Aws::String>
73 template<
typename IpOwnerIdT = Aws::String>
74 void SetIpOwnerId(IpOwnerIdT&& value) { m_ipOwnerIdHasBeenSet =
true; m_ipOwnerId = std::forward<IpOwnerIdT>(value); }
75 template<
typename IpOwnerIdT = Aws::String>
85 template<
typename PublicDnsNameT = Aws::String>
86 void SetPublicDnsName(PublicDnsNameT&& value) { m_publicDnsNameHasBeenSet =
true; m_publicDnsName = std::forward<PublicDnsNameT>(value); }
87 template<
typename PublicDnsNameT = Aws::String>
98 template<
typename PublicIpT = Aws::String>
99 void SetPublicIp(PublicIpT&& value) { m_publicIpHasBeenSet =
true; m_publicIp = std::forward<PublicIpT>(value); }
100 template<
typename PublicIpT = Aws::String>
106 bool m_carrierIpHasBeenSet =
false;
109 bool m_customerOwnedIpHasBeenSet =
false;
112 bool m_ipOwnerIdHasBeenSet =
false;
115 bool m_publicDnsNameHasBeenSet =
false;
118 bool m_publicIpHasBeenSet =
false;
AWS_EC2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
bool CarrierIpHasBeenSet() const
void SetPublicDnsName(PublicDnsNameT &&value)
const Aws::String & GetPublicDnsName() const
const Aws::String & GetCustomerOwnedIp() const
void SetCarrierIp(CarrierIpT &&value)
bool CustomerOwnedIpHasBeenSet() const
const Aws::String & GetPublicIp() const
InstanceNetworkInterfaceAssociation & WithCarrierIp(CarrierIpT &&value)
const Aws::String & GetIpOwnerId() const
void SetCustomerOwnedIp(CustomerOwnedIpT &&value)
AWS_EC2_API InstanceNetworkInterfaceAssociation & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
bool IpOwnerIdHasBeenSet() const
void SetIpOwnerId(IpOwnerIdT &&value)
InstanceNetworkInterfaceAssociation & WithCustomerOwnedIp(CustomerOwnedIpT &&value)
bool PublicIpHasBeenSet() const
InstanceNetworkInterfaceAssociation & WithPublicIp(PublicIpT &&value)
AWS_EC2_API InstanceNetworkInterfaceAssociation()=default
void SetPublicIp(PublicIpT &&value)
bool PublicDnsNameHasBeenSet() const
AWS_EC2_API InstanceNetworkInterfaceAssociation(const Aws::Utils::Xml::XmlNode &xmlNode)
InstanceNetworkInterfaceAssociation & WithIpOwnerId(IpOwnerIdT &&value)
AWS_EC2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
InstanceNetworkInterfaceAssociation & WithPublicDnsName(PublicDnsNameT &&value)
const Aws::String & GetCarrierIp() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream