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>
52 inline void SetAllocationId(
const char* value) { m_allocationIdHasBeenSet =
true; m_allocationId.assign(value); }
66 inline void SetAssociationId(
const char* value) { m_associationIdHasBeenSet =
true; m_associationId.assign(value); }
80 inline void SetIpOwnerId(
const char* value) { m_ipOwnerIdHasBeenSet =
true; m_ipOwnerId.assign(value); }
94 inline void SetPublicDnsName(
const char* value) { m_publicDnsNameHasBeenSet =
true; m_publicDnsName.assign(value); }
108 inline void SetPublicIp(
const char* value) { m_publicIpHasBeenSet =
true; m_publicIp.assign(value); }
122 inline void SetCustomerOwnedIp(
const char* value) { m_customerOwnedIpHasBeenSet =
true; m_customerOwnedIp.assign(value); }
138 inline void SetCarrierIp(
const char* value) { m_carrierIpHasBeenSet =
true; m_carrierIp.assign(value); }
146 bool m_allocationIdHasBeenSet =
false;
149 bool m_associationIdHasBeenSet =
false;
152 bool m_ipOwnerIdHasBeenSet =
false;
155 bool m_publicDnsNameHasBeenSet =
false;
158 bool m_publicIpHasBeenSet =
false;
161 bool m_customerOwnedIpHasBeenSet =
false;
164 bool m_carrierIpHasBeenSet =
false;
const Aws::String & GetPublicIp() const
void SetAllocationId(const char *value)
bool CarrierIpHasBeenSet() const
void SetPublicDnsName(const Aws::String &value)
void SetPublicIp(const Aws::String &value)
const Aws::String & GetCarrierIp() const
void SetAssociationId(Aws::String &&value)
bool AllocationIdHasBeenSet() const
NetworkInterfaceAssociation & WithPublicDnsName(const Aws::String &value)
NetworkInterfaceAssociation & WithIpOwnerId(const Aws::String &value)
void SetPublicIp(const char *value)
NetworkInterfaceAssociation & WithAllocationId(const Aws::String &value)
AWS_EC2_API NetworkInterfaceAssociation()
AWS_EC2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
void SetCarrierIp(Aws::String &&value)
NetworkInterfaceAssociation & WithAssociationId(const Aws::String &value)
bool CustomerOwnedIpHasBeenSet() const
NetworkInterfaceAssociation & WithCustomerOwnedIp(const Aws::String &value)
void SetIpOwnerId(Aws::String &&value)
void SetCustomerOwnedIp(const char *value)
void SetPublicDnsName(const char *value)
void SetAssociationId(const char *value)
const Aws::String & GetIpOwnerId() const
const Aws::String & GetCustomerOwnedIp() const
void SetAllocationId(Aws::String &&value)
NetworkInterfaceAssociation & WithAssociationId(Aws::String &&value)
void SetPublicIp(Aws::String &&value)
NetworkInterfaceAssociation & WithCustomerOwnedIp(const char *value)
void SetIpOwnerId(const char *value)
AWS_EC2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
NetworkInterfaceAssociation & WithCarrierIp(const Aws::String &value)
const Aws::String & GetPublicDnsName() const
NetworkInterfaceAssociation & WithPublicIp(Aws::String &&value)
NetworkInterfaceAssociation & WithPublicIp(const Aws::String &value)
void SetAssociationId(const Aws::String &value)
const Aws::String & GetAllocationId() const
const Aws::String & GetAssociationId() const
bool PublicIpHasBeenSet() const
NetworkInterfaceAssociation & WithPublicDnsName(const char *value)
void SetCarrierIp(const char *value)
AWS_EC2_API NetworkInterfaceAssociation(const Aws::Utils::Xml::XmlNode &xmlNode)
bool AssociationIdHasBeenSet() const
NetworkInterfaceAssociation & WithPublicIp(const char *value)
bool PublicDnsNameHasBeenSet() const
void SetPublicDnsName(Aws::String &&value)
NetworkInterfaceAssociation & WithAllocationId(Aws::String &&value)
NetworkInterfaceAssociation & WithCustomerOwnedIp(Aws::String &&value)
NetworkInterfaceAssociation & WithIpOwnerId(Aws::String &&value)
NetworkInterfaceAssociation & WithCarrierIp(Aws::String &&value)
NetworkInterfaceAssociation & WithAssociationId(const char *value)
void SetCustomerOwnedIp(const Aws::String &value)
NetworkInterfaceAssociation & WithCarrierIp(const char *value)
void SetAllocationId(const Aws::String &value)
void SetIpOwnerId(const Aws::String &value)
void SetCustomerOwnedIp(Aws::String &&value)
bool IpOwnerIdHasBeenSet() const
void SetCarrierIp(const Aws::String &value)
NetworkInterfaceAssociation & WithAllocationId(const char *value)
NetworkInterfaceAssociation & WithPublicDnsName(Aws::String &&value)
AWS_EC2_API NetworkInterfaceAssociation & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
NetworkInterfaceAssociation & WithIpOwnerId(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream