7#include <aws/route53/Route53_EXPORTS.h>
8#include <aws/route53/model/HostedZone.h>
9#include <aws/route53/model/ChangeInfo.h>
10#include <aws/route53/model/DelegationSet.h>
11#include <aws/route53/model/VPC.h>
12#include <aws/core/utils/memory/stl/AWSString.h>
17template<
typename RESULT_TYPE>
18class AmazonWebServiceResult;
50 template<
typename HostedZoneT = HostedZone>
51 void SetHostedZone(HostedZoneT&& value) { m_hostedZoneHasBeenSet =
true; m_hostedZone = std::forward<HostedZoneT>(value); }
52 template<
typename HostedZoneT = HostedZone>
62 template<
typename ChangeInfoT = ChangeInfo>
63 void SetChangeInfo(ChangeInfoT&& value) { m_changeInfoHasBeenSet =
true; m_changeInfo = std::forward<ChangeInfoT>(value); }
64 template<
typename ChangeInfoT = ChangeInfo>
73 template<
typename DelegationSetT = DelegationSet>
74 void SetDelegationSet(DelegationSetT&& value) { m_delegationSetHasBeenSet =
true; m_delegationSet = std::forward<DelegationSetT>(value); }
75 template<
typename DelegationSetT = DelegationSet>
85 template<
typename VPCT = VPC>
86 void SetVPC(VPCT&& value) { m_vPCHasBeenSet =
true; m_vPC = std::forward<VPCT>(value); }
87 template<
typename VPCT = VPC>
96 template<
typename LocationT = Aws::String>
97 void SetLocation(LocationT&& value) { m_locationHasBeenSet =
true; m_location = std::forward<LocationT>(value); }
98 template<
typename LocationT = Aws::String>
105 template<
typename RequestIdT = Aws::String>
106 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
107 template<
typename RequestIdT = Aws::String>
113 bool m_hostedZoneHasBeenSet =
false;
116 bool m_changeInfoHasBeenSet =
false;
119 bool m_delegationSetHasBeenSet =
false;
122 bool m_vPCHasBeenSet =
false;
125 bool m_locationHasBeenSet =
false;
128 bool m_requestIdHasBeenSet =
false;
CreateHostedZoneResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
void SetDelegationSet(DelegationSetT &&value)
AWS_ROUTE53_API CreateHostedZoneResult()=default
const VPC & GetVPC() const
const DelegationSet & GetDelegationSet() const
CreateHostedZoneResult & WithVPC(VPCT &&value)
CreateHostedZoneResult & WithDelegationSet(DelegationSetT &&value)
AWS_ROUTE53_API CreateHostedZoneResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
CreateHostedZoneResult & WithLocation(LocationT &&value)
void SetVPC(VPCT &&value)
void SetHostedZone(HostedZoneT &&value)
CreateHostedZoneResult & WithHostedZone(HostedZoneT &&value)
const ChangeInfo & GetChangeInfo() const
const Aws::String & GetRequestId() const
void SetLocation(LocationT &&value)
void SetChangeInfo(ChangeInfoT &&value)
CreateHostedZoneResult & WithChangeInfo(ChangeInfoT &&value)
const Aws::String & GetLocation() const
const HostedZone & GetHostedZone() const
AWS_ROUTE53_API CreateHostedZoneResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Xml::XmlDocument XmlDocument