7#include <aws/route53resolver/Route53Resolver_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace Route53Resolver
51 template<
typename SubnetIdT = Aws::String>
52 void SetSubnetId(SubnetIdT&& value) { m_subnetIdHasBeenSet =
true; m_subnetId = std::forward<SubnetIdT>(value); }
53 template<
typename SubnetIdT = Aws::String>
63 template<
typename IpT = Aws::String>
64 void SetIp(IpT&& value) { m_ipHasBeenSet =
true; m_ip = std::forward<IpT>(value); }
65 template<
typename IpT = Aws::String>
75 template<
typename Ipv6T = Aws::String>
76 void SetIpv6(Ipv6T&& value) { m_ipv6HasBeenSet =
true; m_ipv6 = std::forward<Ipv6T>(value); }
77 template<
typename Ipv6T = Aws::String>
83 bool m_subnetIdHasBeenSet =
false;
86 bool m_ipHasBeenSet =
false;
89 bool m_ipv6HasBeenSet =
false;
void SetSubnetId(SubnetIdT &&value)
IpAddressRequest & WithIp(IpT &&value)
AWS_ROUTE53RESOLVER_API IpAddressRequest & operator=(Aws::Utils::Json::JsonView jsonValue)
bool IpHasBeenSet() const
const Aws::String & GetIpv6() const
void SetIpv6(Ipv6T &&value)
const Aws::String & GetSubnetId() const
AWS_ROUTE53RESOLVER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_ROUTE53RESOLVER_API IpAddressRequest(Aws::Utils::Json::JsonView jsonValue)
bool SubnetIdHasBeenSet() const
bool Ipv6HasBeenSet() const
const Aws::String & GetIp() const
AWS_ROUTE53RESOLVER_API IpAddressRequest()=default
IpAddressRequest & WithSubnetId(SubnetIdT &&value)
IpAddressRequest & WithIpv6(Ipv6T &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue