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/ChangeInfo.h>
11#include <aws/route53/model/DelegationSet.h>
12#include <aws/route53/model/HostedZone.h>
13#include <aws/route53/model/VPC.h>
18template <
typename RESULT_TYPE>
19class AmazonWebServiceResult;
45 template <
typename HostedZoneT = HostedZone>
47 m_hostedZoneHasBeenSet =
true;
48 m_hostedZone = std::forward<HostedZoneT>(value);
50 template <
typename HostedZoneT = HostedZone>
63 template <
typename ChangeInfoT = ChangeInfo>
65 m_changeInfoHasBeenSet =
true;
66 m_changeInfo = std::forward<ChangeInfoT>(value);
68 template <
typename ChangeInfoT = ChangeInfo>
80 template <
typename DelegationSetT = DelegationSet>
82 m_delegationSetHasBeenSet =
true;
83 m_delegationSet = std::forward<DelegationSetT>(value);
85 template <
typename DelegationSetT = DelegationSet>
98 template <
typename VPCT = VPC>
100 m_vPCHasBeenSet =
true;
101 m_vPC = std::forward<VPCT>(value);
103 template <
typename VPCT = VPC>
105 SetVPC(std::forward<VPCT>(value));
115 template <
typename LocationT = Aws::String>
117 m_locationHasBeenSet =
true;
118 m_location = std::forward<LocationT>(value);
120 template <
typename LocationT = Aws::String>
130 template <
typename RequestIdT = Aws::String>
132 m_requestIdHasBeenSet =
true;
133 m_requestId = std::forward<RequestIdT>(value);
135 template <
typename RequestIdT = Aws::String>
156 bool m_hostedZoneHasBeenSet =
false;
157 bool m_changeInfoHasBeenSet =
false;
158 bool m_delegationSetHasBeenSet =
false;
159 bool m_vPCHasBeenSet =
false;
160 bool m_locationHasBeenSet =
false;
161 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
Aws::Http::HttpResponseCode GetHttpResponseCode() 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