7#include <aws/route53resolver/Route53Resolver_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace Route53Resolver
51 template<
typename IpIdT = Aws::String>
52 void SetIpId(IpIdT&& value) { m_ipIdHasBeenSet =
true; m_ipId = std::forward<IpIdT>(value); }
53 template<
typename IpIdT = Aws::String>
65 template<
typename SubnetIdT = Aws::String>
66 void SetSubnetId(SubnetIdT&& value) { m_subnetIdHasBeenSet =
true; m_subnetId = std::forward<SubnetIdT>(value); }
67 template<
typename SubnetIdT = Aws::String>
77 template<
typename IpT = Aws::String>
78 void SetIp(IpT&& value) { m_ipHasBeenSet =
true; m_ip = std::forward<IpT>(value); }
79 template<
typename IpT = Aws::String>
89 template<
typename Ipv6T = Aws::String>
90 void SetIpv6(Ipv6T&& value) { m_ipv6HasBeenSet =
true; m_ipv6 = std::forward<Ipv6T>(value); }
91 template<
typename Ipv6T = Aws::String>
97 bool m_ipIdHasBeenSet =
false;
100 bool m_subnetIdHasBeenSet =
false;
103 bool m_ipHasBeenSet =
false;
106 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