7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/route53/Route53_EXPORTS.h>
9#include <aws/route53/model/DelegationSet.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
35 template <
typename DelegationSetT = DelegationSet>
37 m_delegationSetHasBeenSet =
true;
38 m_delegationSet = std::forward<DelegationSetT>(value);
40 template <
typename DelegationSetT = DelegationSet>
52 template <
typename LocationT = Aws::String>
54 m_locationHasBeenSet =
true;
55 m_location = std::forward<LocationT>(value);
57 template <
typename LocationT = Aws::String>
67 template <
typename RequestIdT = Aws::String>
69 m_requestIdHasBeenSet =
true;
70 m_requestId = std::forward<RequestIdT>(value);
72 template <
typename RequestIdT = Aws::String>
80 bool m_delegationSetHasBeenSet =
false;
83 bool m_locationHasBeenSet =
false;
86 bool m_requestIdHasBeenSet =
false;
const DelegationSet & GetDelegationSet() const
AWS_ROUTE53_API CreateReusableDelegationSetResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
void SetDelegationSet(DelegationSetT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetLocation() const
void SetLocation(LocationT &&value)
AWS_ROUTE53_API CreateReusableDelegationSetResult()=default
CreateReusableDelegationSetResult & WithLocation(LocationT &&value)
AWS_ROUTE53_API CreateReusableDelegationSetResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
const Aws::String & GetRequestId() const
CreateReusableDelegationSetResult & WithRequestId(RequestIdT &&value)
CreateReusableDelegationSetResult & WithDelegationSet(DelegationSetT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Xml::XmlDocument XmlDocument