7#include <aws/route53resolver/Route53Resolver_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/route53resolver/model/IpAddressStatus.h>
22namespace Route53Resolver
52 inline void SetIpId(
const char* value) { m_ipIdHasBeenSet =
true; m_ipId.assign(value); }
66 inline void SetSubnetId(
const char* value) { m_subnetIdHasBeenSet =
true; m_subnetId.assign(value); }
79 inline void SetIp(
Aws::String&& value) { m_ipHasBeenSet =
true; m_ip = std::move(value); }
80 inline void SetIp(
const char* value) { m_ipHasBeenSet =
true; m_ip.assign(value); }
94 inline void SetIpv6(
const char* value) { m_ipv6HasBeenSet =
true; m_ipv6.assign(value); }
121 inline void SetStatusMessage(
const char* value) { m_statusMessageHasBeenSet =
true; m_statusMessage.assign(value); }
136 inline void SetCreationTime(
const char* value) { m_creationTimeHasBeenSet =
true; m_creationTime.assign(value); }
151 inline void SetModificationTime(
const char* value) { m_modificationTimeHasBeenSet =
true; m_modificationTime.assign(value); }
159 bool m_ipIdHasBeenSet =
false;
162 bool m_subnetIdHasBeenSet =
false;
165 bool m_ipHasBeenSet =
false;
168 bool m_ipv6HasBeenSet =
false;
171 bool m_statusHasBeenSet =
false;
174 bool m_statusMessageHasBeenSet =
false;
177 bool m_creationTimeHasBeenSet =
false;
180 bool m_modificationTimeHasBeenSet =
false;
bool StatusMessageHasBeenSet() const
void SetCreationTime(const Aws::String &value)
void SetStatusMessage(const Aws::String &value)
IpAddressResponse & WithIpv6(const Aws::String &value)
bool ModificationTimeHasBeenSet() const
void SetCreationTime(Aws::String &&value)
bool Ipv6HasBeenSet() const
void SetIpId(const char *value)
IpAddressResponse & WithIp(const Aws::String &value)
void SetStatusMessage(Aws::String &&value)
IpAddressResponse & WithStatus(const IpAddressStatus &value)
const Aws::String & GetCreationTime() const
void SetModificationTime(const char *value)
void SetModificationTime(Aws::String &&value)
const Aws::String & GetSubnetId() const
const Aws::String & GetStatusMessage() const
void SetSubnetId(Aws::String &&value)
IpAddressResponse & WithModificationTime(Aws::String &&value)
IpAddressResponse & WithCreationTime(const Aws::String &value)
IpAddressResponse & WithSubnetId(const char *value)
IpAddressResponse & WithStatus(IpAddressStatus &&value)
IpAddressResponse & WithIpId(const Aws::String &value)
void SetIpId(const Aws::String &value)
void SetCreationTime(const char *value)
IpAddressResponse & WithStatusMessage(Aws::String &&value)
IpAddressResponse & WithCreationTime(const char *value)
bool IpIdHasBeenSet() const
IpAddressResponse & WithModificationTime(const Aws::String &value)
IpAddressResponse & WithIp(Aws::String &&value)
IpAddressResponse & WithStatusMessage(const char *value)
void SetIpId(Aws::String &&value)
AWS_ROUTE53RESOLVER_API IpAddressResponse()
IpAddressResponse & WithIpId(const char *value)
IpAddressResponse & WithModificationTime(const char *value)
void SetIp(Aws::String &&value)
IpAddressResponse & WithIpId(Aws::String &&value)
AWS_ROUTE53RESOLVER_API IpAddressResponse & operator=(Aws::Utils::Json::JsonView jsonValue)
bool SubnetIdHasBeenSet() const
void SetIp(const Aws::String &value)
const Aws::String & GetIpv6() const
void SetStatus(const IpAddressStatus &value)
bool StatusHasBeenSet() const
void SetSubnetId(const char *value)
void SetSubnetId(const Aws::String &value)
const Aws::String & GetModificationTime() const
IpAddressResponse & WithCreationTime(Aws::String &&value)
AWS_ROUTE53RESOLVER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetIp(const char *value)
IpAddressResponse & WithIpv6(const char *value)
IpAddressResponse & WithIpv6(Aws::String &&value)
AWS_ROUTE53RESOLVER_API IpAddressResponse(Aws::Utils::Json::JsonView jsonValue)
bool IpHasBeenSet() const
IpAddressResponse & WithIp(const char *value)
bool CreationTimeHasBeenSet() const
IpAddressResponse & WithSubnetId(const Aws::String &value)
void SetModificationTime(const Aws::String &value)
void SetStatus(IpAddressStatus &&value)
void SetIpv6(const char *value)
IpAddressResponse & WithSubnetId(Aws::String &&value)
const IpAddressStatus & GetStatus() const
const Aws::String & GetIpId() const
IpAddressResponse & WithStatusMessage(const Aws::String &value)
void SetIpv6(const Aws::String &value)
void SetStatusMessage(const char *value)
const Aws::String & GetIp() const
void SetIpv6(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue