7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/route53resolver/Route53Resolver_EXPORTS.h>
19namespace Route53Resolver {
45 template <
typename IpIdT = Aws::String>
47 m_ipIdHasBeenSet =
true;
48 m_ipId = std::forward<IpIdT>(value);
50 template <
typename IpIdT = Aws::String>
52 SetIpId(std::forward<IpIdT>(value));
65 template <
typename SubnetIdT = Aws::String>
67 m_subnetIdHasBeenSet =
true;
68 m_subnetId = std::forward<SubnetIdT>(value);
70 template <
typename SubnetIdT = Aws::String>
83 template <
typename IpT = Aws::String>
85 m_ipHasBeenSet =
true;
86 m_ip = std::forward<IpT>(value);
88 template <
typename IpT = Aws::String>
90 SetIp(std::forward<IpT>(value));
101 template <
typename Ipv6T = Aws::String>
103 m_ipv6HasBeenSet =
true;
104 m_ipv6 = std::forward<Ipv6T>(value);
106 template <
typename Ipv6T = Aws::String>
108 SetIpv6(std::forward<Ipv6T>(value));
120 bool m_ipIdHasBeenSet =
false;
121 bool m_subnetIdHasBeenSet =
false;
122 bool m_ipHasBeenSet =
false;
123 bool m_ipv6HasBeenSet =
false;
bool IpIdHasBeenSet() const
IpAddressUpdate & WithSubnetId(SubnetIdT &&value)
IpAddressUpdate & WithIpv6(Ipv6T &&value)
const Aws::String & GetSubnetId() const
const Aws::String & GetIpv6() const
void SetIpId(IpIdT &&value)
void SetIpv6(Ipv6T &&value)
IpAddressUpdate & WithIpId(IpIdT &&value)
AWS_ROUTE53RESOLVER_API Aws::Utils::Json::JsonValue Jsonize() const
bool SubnetIdHasBeenSet() const
const Aws::String & GetIpId() const
IpAddressUpdate & WithIp(IpT &&value)
const Aws::String & GetIp() const
AWS_ROUTE53RESOLVER_API IpAddressUpdate()=default
bool Ipv6HasBeenSet() const
bool IpHasBeenSet() const
void SetSubnetId(SubnetIdT &&value)
AWS_ROUTE53RESOLVER_API IpAddressUpdate(Aws::Utils::Json::JsonView jsonValue)
AWS_ROUTE53RESOLVER_API IpAddressUpdate & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue