7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/route53domains/Route53Domains_EXPORTS.h>
20namespace Route53Domains {
42 template <
typename NameT = Aws::String>
44 m_nameHasBeenSet =
true;
45 m_name = std::forward<NameT>(value);
47 template <
typename NameT = Aws::String>
49 SetName(std::forward<NameT>(value));
64 template <
typename GlueIpsT = Aws::Vector<Aws::String>>
66 m_glueIpsHasBeenSet =
true;
67 m_glueIps = std::forward<GlueIpsT>(value);
69 template <
typename GlueIpsT = Aws::Vector<Aws::String>>
74 template <
typename GlueIpsT = Aws::String>
76 m_glueIpsHasBeenSet =
true;
77 m_glueIps.emplace_back(std::forward<GlueIpsT>(value));
85 bool m_nameHasBeenSet =
false;
86 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