7#include <aws/route53/Route53_EXPORTS.h>
8#include <aws/route53/model/HostedZone.h>
9#include <aws/route53/model/DelegationSet.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
12#include <aws/route53/model/VPC.h>
17template<
typename RESULT_TYPE>
18class AmazonWebServiceResult;
51 template<
typename HostedZoneT = HostedZone>
52 void SetHostedZone(HostedZoneT&& value) { m_hostedZoneHasBeenSet =
true; m_hostedZone = std::forward<HostedZoneT>(value); }
53 template<
typename HostedZoneT = HostedZone>
63 template<
typename DelegationSetT = DelegationSet>
64 void SetDelegationSet(DelegationSetT&& value) { m_delegationSetHasBeenSet =
true; m_delegationSet = std::forward<DelegationSetT>(value); }
65 template<
typename DelegationSetT = DelegationSet>
75 template<
typename VPCsT = Aws::Vector<VPC>>
76 void SetVPCs(VPCsT&& value) { m_vPCsHasBeenSet =
true; m_vPCs = std::forward<VPCsT>(value); }
77 template<
typename VPCsT = Aws::Vector<VPC>>
79 template<
typename VPCsT = VPC>
86 template<
typename RequestIdT = Aws::String>
87 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
88 template<
typename RequestIdT = Aws::String>
94 bool m_hostedZoneHasBeenSet =
false;
97 bool m_delegationSetHasBeenSet =
false;
100 bool m_vPCsHasBeenSet =
false;
103 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