7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/route53resolver/Route53Resolver_EXPORTS.h>
19namespace Route53Resolver {
45 template <
typename SubnetIdT = Aws::String>
47 m_subnetIdHasBeenSet =
true;
48 m_subnetId = std::forward<SubnetIdT>(value);
50 template <
typename SubnetIdT = Aws::String>
63 template <
typename IpT = Aws::String>
65 m_ipHasBeenSet =
true;
66 m_ip = std::forward<IpT>(value);
68 template <
typename IpT = Aws::String>
70 SetIp(std::forward<IpT>(value));
81 template <
typename Ipv6T = Aws::String>
83 m_ipv6HasBeenSet =
true;
84 m_ipv6 = std::forward<Ipv6T>(value);
86 template <
typename Ipv6T = Aws::String>
88 SetIpv6(std::forward<Ipv6T>(value));
98 bool m_subnetIdHasBeenSet =
false;
99 bool m_ipHasBeenSet =
false;
100 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