7#include <aws/route53/Route53_EXPORTS.h>
8#include <aws/route53/model/DelegationSet.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
41 template<
typename DelegationSetT = DelegationSet>
42 void SetDelegationSet(DelegationSetT&& value) { m_delegationSetHasBeenSet =
true; m_delegationSet = std::forward<DelegationSetT>(value); }
43 template<
typename DelegationSetT = DelegationSet>
52 template<
typename LocationT = Aws::String>
53 void SetLocation(LocationT&& value) { m_locationHasBeenSet =
true; m_location = std::forward<LocationT>(value); }
54 template<
typename LocationT = Aws::String>
61 template<
typename RequestIdT = Aws::String>
62 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
63 template<
typename RequestIdT = Aws::String>
69 bool m_delegationSetHasBeenSet =
false;
72 bool m_locationHasBeenSet =
false;
75 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