7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/route53/Route53_EXPORTS.h>
10#include <aws/route53/model/DelegationSet.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename DelegationSetT = DelegationSet>
38 m_delegationSetHasBeenSet =
true;
39 m_delegationSet = std::forward<DelegationSetT>(value);
41 template <
typename DelegationSetT = DelegationSet>
53 template <
typename LocationT = Aws::String>
55 m_locationHasBeenSet =
true;
56 m_location = std::forward<LocationT>(value);
58 template <
typename LocationT = Aws::String>
68 template <
typename RequestIdT = Aws::String>
70 m_requestIdHasBeenSet =
true;
71 m_requestId = std::forward<RequestIdT>(value);
73 template <
typename RequestIdT = Aws::String>
88 bool m_delegationSetHasBeenSet =
false;
89 bool m_locationHasBeenSet =
false;
90 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)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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