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>
10#include <aws/ec2/model/PtrUpdateStatus.h>
52 inline void SetPublicIp(
const char* value) { m_publicIpHasBeenSet =
true; m_publicIp.assign(value); }
66 inline void SetAllocationId(
const char* value) { m_allocationIdHasBeenSet =
true; m_allocationId.assign(value); }
80 inline void SetPtrRecord(
const char* value) { m_ptrRecordHasBeenSet =
true; m_ptrRecord.assign(value); }
100 bool m_publicIpHasBeenSet =
false;
103 bool m_allocationIdHasBeenSet =
false;
106 bool m_ptrRecordHasBeenSet =
false;
109 bool m_ptrRecordUpdateHasBeenSet =
false;
const Aws::String & GetPtrRecord() const
void SetAllocationId(Aws::String &&value)
AddressAttribute & WithPtrRecordUpdate(const PtrUpdateStatus &value)
AddressAttribute & WithPtrRecord(Aws::String &&value)
AWS_EC2_API AddressAttribute(const Aws::Utils::Xml::XmlNode &xmlNode)
AddressAttribute & WithPublicIp(Aws::String &&value)
AddressAttribute & WithAllocationId(const Aws::String &value)
bool AllocationIdHasBeenSet() const
void SetPtrRecord(Aws::String &&value)
AddressAttribute & WithPtrRecord(const char *value)
AWS_EC2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
void SetPtrRecord(const char *value)
const PtrUpdateStatus & GetPtrRecordUpdate() const
void SetPtrRecordUpdate(PtrUpdateStatus &&value)
void SetAllocationId(const Aws::String &value)
bool PublicIpHasBeenSet() const
AWS_EC2_API AddressAttribute & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AddressAttribute & WithPtrRecordUpdate(PtrUpdateStatus &&value)
AddressAttribute & WithPublicIp(const char *value)
AWS_EC2_API AddressAttribute()
void SetAllocationId(const char *value)
const Aws::String & GetAllocationId() const
AddressAttribute & WithAllocationId(const char *value)
void SetPtrRecordUpdate(const PtrUpdateStatus &value)
const Aws::String & GetPublicIp() const
void SetPublicIp(const Aws::String &value)
void SetPublicIp(const char *value)
AddressAttribute & WithPublicIp(const Aws::String &value)
void SetPtrRecord(const Aws::String &value)
bool PtrRecordUpdateHasBeenSet() const
AddressAttribute & WithPtrRecord(const Aws::String &value)
AddressAttribute & WithAllocationId(Aws::String &&value)
bool PtrRecordHasBeenSet() const
AWS_EC2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
void SetPublicIp(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream