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
50 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
72 inline Nameserver&
AddGlueIps(
const char* value) { m_glueIpsHasBeenSet =
true; m_glueIps.push_back(value);
return *
this; }
77 bool m_nameHasBeenSet =
false;
80 bool m_glueIpsHasBeenSet =
false;
Nameserver & WithName(Aws::String &&value)
bool NameHasBeenSet() const
Nameserver & AddGlueIps(const char *value)
AWS_ROUTE53DOMAINS_API Nameserver()
AWS_ROUTE53DOMAINS_API Nameserver & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetName() const
Nameserver & WithName(const char *value)
void SetName(const Aws::String &value)
void SetName(Aws::String &&value)
void SetGlueIps(const Aws::Vector< Aws::String > &value)
Nameserver & AddGlueIps(Aws::String &&value)
void SetName(const char *value)
AWS_ROUTE53DOMAINS_API Aws::Utils::Json::JsonValue Jsonize() const
Nameserver & WithName(const Aws::String &value)
void SetGlueIps(Aws::Vector< Aws::String > &&value)
bool GlueIpsHasBeenSet() const
Nameserver & WithGlueIps(const Aws::Vector< Aws::String > &value)
Nameserver & AddGlueIps(const Aws::String &value)
Nameserver & WithGlueIps(Aws::Vector< Aws::String > &&value)
const Aws::Vector< Aws::String > & GetGlueIps() const
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