7#include <aws/route53domains/Route53Domains_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
22namespace Route53Domains
48 template<
typename NameT = Aws::String>
49 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
50 template<
typename NameT = Aws::String>
64 template<
typename GlueIpsT = Aws::Vector<Aws::String>>
65 void SetGlueIps(GlueIpsT&& value) { m_glueIpsHasBeenSet =
true; m_glueIps = std::forward<GlueIpsT>(value); }
66 template<
typename GlueIpsT = Aws::Vector<Aws::String>>
68 template<
typename GlueIpsT = Aws::String>
69 Nameserver&
AddGlueIps(GlueIpsT&& value) { m_glueIpsHasBeenSet =
true; m_glueIps.emplace_back(std::forward<GlueIpsT>(value));
return *
this; }
74 bool m_nameHasBeenSet =
false;
77 bool m_glueIpsHasBeenSet =
false;
void SetGlueIps(GlueIpsT &&value)
bool NameHasBeenSet() const
AWS_ROUTE53DOMAINS_API Nameserver & operator=(Aws::Utils::Json::JsonView jsonValue)
Nameserver & WithName(NameT &&value)
const Aws::String & GetName() const
AWS_ROUTE53DOMAINS_API Nameserver()=default
AWS_ROUTE53DOMAINS_API Aws::Utils::Json::JsonValue Jsonize() const
Nameserver & AddGlueIps(GlueIpsT &&value)
bool GlueIpsHasBeenSet() const
Nameserver & WithGlueIps(GlueIpsT &&value)
const Aws::Vector< Aws::String > & GetGlueIps() const
void SetName(NameT &&value)
AWS_ROUTE53DOMAINS_API Nameserver(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue