7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/route53/Route53_EXPORTS.h>
43 template <
typename IdT = Aws::String>
45 m_idHasBeenSet =
true;
46 m_id = std::forward<IdT>(value);
48 template <
typename IdT = Aws::String>
50 SetId(std::forward<IdT>(value));
62 template <
typename CallerReferenceT = Aws::String>
64 m_callerReferenceHasBeenSet =
true;
65 m_callerReference = std::forward<CallerReferenceT>(value);
67 template <
typename CallerReferenceT = Aws::String>
81 template <
typename NameServersT = Aws::Vector<Aws::String>>
83 m_nameServersHasBeenSet =
true;
84 m_nameServers = std::forward<NameServersT>(value);
86 template <
typename NameServersT = Aws::Vector<Aws::String>>
91 template <
typename NameServersT = Aws::String>
93 m_nameServersHasBeenSet =
true;
94 m_nameServers.emplace_back(std::forward<NameServersT>(value));
104 bool m_idHasBeenSet =
false;
105 bool m_callerReferenceHasBeenSet =
false;
106 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