7#include <aws/route53/Route53_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
49 template<
typename IdT = Aws::String>
50 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
51 template<
typename IdT = Aws::String>
62 template<
typename CallerReferenceT = Aws::String>
63 void SetCallerReference(CallerReferenceT&& value) { m_callerReferenceHasBeenSet =
true; m_callerReference = std::forward<CallerReferenceT>(value); }
64 template<
typename CallerReferenceT = Aws::String>
75 template<
typename NameServersT = Aws::Vector<Aws::String>>
76 void SetNameServers(NameServersT&& value) { m_nameServersHasBeenSet =
true; m_nameServers = std::forward<NameServersT>(value); }
77 template<
typename NameServersT = Aws::Vector<Aws::String>>
79 template<
typename NameServersT = Aws::String>
80 DelegationSet&
AddNameServers(NameServersT&& value) { m_nameServersHasBeenSet =
true; m_nameServers.emplace_back(std::forward<NameServersT>(value));
return *
this; }
85 bool m_idHasBeenSet =
false;
88 bool m_callerReferenceHasBeenSet =
false;
91 bool m_nameServersHasBeenSet =
false;
bool IdHasBeenSet() const
AWS_ROUTE53_API DelegationSet & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
DelegationSet & WithCallerReference(CallerReferenceT &&value)
const Aws::Vector< Aws::String > & GetNameServers() const
DelegationSet & WithNameServers(NameServersT &&value)
AWS_ROUTE53_API DelegationSet(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_ROUTE53_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
DelegationSet & WithId(IdT &&value)
bool NameServersHasBeenSet() const
const Aws::String & GetCallerReference() const
void SetCallerReference(CallerReferenceT &&value)
AWS_ROUTE53_API DelegationSet()=default
DelegationSet & AddNameServers(NameServersT &&value)
bool CallerReferenceHasBeenSet() const
void SetNameServers(NameServersT &&value)
const Aws::String & GetId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector