7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/route53resolver/Route53Resolver_EXPORTS.h>
19namespace Route53Resolver {
43 template <
typename IpIdT = Aws::String>
45 m_ipIdHasBeenSet =
true;
46 m_ipId = std::forward<IpIdT>(value);
48 template <
typename IpIdT = Aws::String>
50 SetIpId(std::forward<IpIdT>(value));
61 template <
typename Ipv6T = Aws::String>
63 m_ipv6HasBeenSet =
true;
64 m_ipv6 = std::forward<Ipv6T>(value);
66 template <
typename Ipv6T = Aws::String>
68 SetIpv6(std::forward<Ipv6T>(value));
76 bool m_ipIdHasBeenSet =
false;
77 bool m_ipv6HasBeenSet =
false;
void SetIpv6(Ipv6T &&value)
AWS_ROUTE53RESOLVER_API UpdateIpAddress(Aws::Utils::Json::JsonView jsonValue)
bool IpIdHasBeenSet() const
bool Ipv6HasBeenSet() const
const Aws::String & GetIpv6() const
UpdateIpAddress & WithIpId(IpIdT &&value)
UpdateIpAddress & WithIpv6(Ipv6T &&value)
AWS_ROUTE53RESOLVER_API UpdateIpAddress()=default
AWS_ROUTE53RESOLVER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetIpId(IpIdT &&value)
AWS_ROUTE53RESOLVER_API UpdateIpAddress & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetIpId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue