7#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/ec2/EC2_EXPORTS.h>
43 template <
typename CarrierIpT = Aws::String>
45 m_carrierIpHasBeenSet =
true;
46 m_carrierIp = std::forward<CarrierIpT>(value);
48 template <
typename CarrierIpT = Aws::String>
61 template <
typename CustomerOwnedIpT = Aws::String>
63 m_customerOwnedIpHasBeenSet =
true;
64 m_customerOwnedIp = std::forward<CustomerOwnedIpT>(value);
66 template <
typename CustomerOwnedIpT = Aws::String>
79 template <
typename IpOwnerIdT = Aws::String>
81 m_ipOwnerIdHasBeenSet =
true;
82 m_ipOwnerId = std::forward<IpOwnerIdT>(value);
84 template <
typename IpOwnerIdT = Aws::String>
97 template <
typename PublicDnsNameT = Aws::String>
99 m_publicDnsNameHasBeenSet =
true;
100 m_publicDnsName = std::forward<PublicDnsNameT>(value);
102 template <
typename PublicDnsNameT = Aws::String>
116 template <
typename PublicIpT = Aws::String>
118 m_publicIpHasBeenSet =
true;
119 m_publicIp = std::forward<PublicIpT>(value);
121 template <
typename PublicIpT = Aws::String>
137 bool m_carrierIpHasBeenSet =
false;
138 bool m_customerOwnedIpHasBeenSet =
false;
139 bool m_ipOwnerIdHasBeenSet =
false;
140 bool m_publicDnsNameHasBeenSet =
false;
141 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