7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/route53/Route53_EXPORTS.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;
46 template <
typename HostedZoneT = HostedZone>
48 m_hostedZoneHasBeenSet =
true;
49 m_hostedZone = std::forward<HostedZoneT>(value);
51 template <
typename HostedZoneT = HostedZone>
64 template <
typename DelegationSetT = DelegationSet>
66 m_delegationSetHasBeenSet =
true;
67 m_delegationSet = std::forward<DelegationSetT>(value);
69 template <
typename DelegationSetT = DelegationSet>
82 template <
typename VPCsT = Aws::Vector<VPC>>
84 m_vPCsHasBeenSet =
true;
85 m_vPCs = std::forward<VPCsT>(value);
87 template <
typename VPCsT = Aws::Vector<VPC>>
89 SetVPCs(std::forward<VPCsT>(value));
92 template <
typename VPCsT = VPC>
94 m_vPCsHasBeenSet =
true;
95 m_vPCs.emplace_back(std::forward<VPCsT>(value));
103 template <
typename RequestIdT = Aws::String>
105 m_requestIdHasBeenSet =
true;
106 m_requestId = std::forward<RequestIdT>(value);
108 template <
typename RequestIdT = Aws::String>
125 bool m_hostedZoneHasBeenSet =
false;
126 bool m_delegationSetHasBeenSet =
false;
127 bool m_vPCsHasBeenSet =
false;
128 bool m_requestIdHasBeenSet =
false;
GetHostedZoneResult & WithDelegationSet(DelegationSetT &&value)
GetHostedZoneResult & AddVPCs(VPCsT &&value)
const DelegationSet & GetDelegationSet() const
GetHostedZoneResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
const HostedZone & GetHostedZone() const
GetHostedZoneResult & WithHostedZone(HostedZoneT &&value)
AWS_ROUTE53_API GetHostedZoneResult()=default
GetHostedZoneResult & WithVPCs(VPCsT &&value)
AWS_ROUTE53_API GetHostedZoneResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
const Aws::Vector< VPC > & GetVPCs() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetRequestId(RequestIdT &&value)
void SetDelegationSet(DelegationSetT &&value)
void SetHostedZone(HostedZoneT &&value)
void SetVPCs(VPCsT &&value)
AWS_ROUTE53_API GetHostedZoneResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Xml::XmlDocument XmlDocument