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>
10#include <aws/ec2/model/PtrUpdateStatus.h>
44 template <
typename PublicIpT = Aws::String>
46 m_publicIpHasBeenSet =
true;
47 m_publicIp = std::forward<PublicIpT>(value);
49 template <
typename PublicIpT = Aws::String>
62 template <
typename AllocationIdT = Aws::String>
64 m_allocationIdHasBeenSet =
true;
65 m_allocationId = std::forward<AllocationIdT>(value);
67 template <
typename AllocationIdT = Aws::String>
80 template <
typename PtrRecordT = Aws::String>
82 m_ptrRecordHasBeenSet =
true;
83 m_ptrRecord = std::forward<PtrRecordT>(value);
85 template <
typename PtrRecordT = Aws::String>
98 template <
typename PtrRecordUpdateT = PtrUpdateStatus>
100 m_ptrRecordUpdateHasBeenSet =
true;
101 m_ptrRecordUpdate = std::forward<PtrRecordUpdateT>(value);
103 template <
typename PtrRecordUpdateT = PtrUpdateStatus>
117 bool m_publicIpHasBeenSet =
false;
118 bool m_allocationIdHasBeenSet =
false;
119 bool m_ptrRecordHasBeenSet =
false;
120 bool m_ptrRecordUpdateHasBeenSet =
false;
const Aws::String & GetPtrRecord() const
AWS_EC2_API AddressAttribute(const Aws::Utils::Xml::XmlNode &xmlNode)
bool AllocationIdHasBeenSet() const
AWS_EC2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
const PtrUpdateStatus & GetPtrRecordUpdate() const
void SetPtrRecord(PtrRecordT &&value)
void SetAllocationId(AllocationIdT &&value)
bool PublicIpHasBeenSet() const
AWS_EC2_API AddressAttribute & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetPublicIp(PublicIpT &&value)
const Aws::String & GetAllocationId() const
AWS_EC2_API AddressAttribute()=default
const Aws::String & GetPublicIp() const
AddressAttribute & WithPtrRecord(PtrRecordT &&value)
AddressAttribute & WithAllocationId(AllocationIdT &&value)
void SetPtrRecordUpdate(PtrRecordUpdateT &&value)
bool PtrRecordUpdateHasBeenSet() const
bool PtrRecordHasBeenSet() const
AddressAttribute & WithPtrRecordUpdate(PtrRecordUpdateT &&value)
AWS_EC2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
AddressAttribute & WithPublicIp(PublicIpT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream