7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/route53/Route53_EXPORTS.h>
10#include <aws/route53/model/DelegationSet.h>
11#include <aws/route53/model/HostedZone.h>
12#include <aws/route53/model/VPC.h>
17template <
typename RESULT_TYPE>
18class 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 DelegationSetT = DelegationSet>
65 m_delegationSetHasBeenSet =
true;
66 m_delegationSet = std::forward<DelegationSetT>(value);
68 template <
typename DelegationSetT = DelegationSet>
81 template <
typename VPCsT = Aws::Vector<VPC>>
83 m_vPCsHasBeenSet =
true;
84 m_vPCs = std::forward<VPCsT>(value);
86 template <
typename VPCsT = Aws::Vector<VPC>>
88 SetVPCs(std::forward<VPCsT>(value));
91 template <
typename VPCsT = VPC>
93 m_vPCsHasBeenSet =
true;
94 m_vPCs.emplace_back(std::forward<VPCsT>(value));
102 template <
typename RequestIdT = Aws::String>
104 m_requestIdHasBeenSet =
true;
105 m_requestId = std::forward<RequestIdT>(value);
107 template <
typename RequestIdT = Aws::String>
121 bool m_hostedZoneHasBeenSet =
false;
122 bool m_delegationSetHasBeenSet =
false;
123 bool m_vPCsHasBeenSet =
false;
124 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
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