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;
88 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
void SetRequestId(const Aws::String &value)
GetHostedZoneResult & WithRequestId(const char *value)
void SetRequestId(Aws::String &&value)
const DelegationSet & GetDelegationSet() const
void SetRequestId(const char *value)
GetHostedZoneResult & AddVPCs(const VPC &value)
GetHostedZoneResult & WithVPCs(Aws::Vector< VPC > &&value)
GetHostedZoneResult & WithRequestId(Aws::String &&value)
void SetHostedZone(HostedZone &&value)
GetHostedZoneResult & WithRequestId(const Aws::String &value)
GetHostedZoneResult & WithHostedZone(HostedZone &&value)
void SetVPCs(Aws::Vector< VPC > &&value)
void SetVPCs(const Aws::Vector< VPC > &value)
GetHostedZoneResult & AddVPCs(VPC &&value)
void SetHostedZone(const HostedZone &value)
const Aws::String & GetRequestId() const
GetHostedZoneResult & WithDelegationSet(DelegationSet &&value)
GetHostedZoneResult & WithHostedZone(const HostedZone &value)
const HostedZone & GetHostedZone() const
AWS_ROUTE53_API GetHostedZoneResult()
AWS_ROUTE53_API GetHostedZoneResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
const Aws::Vector< VPC > & GetVPCs() const
void SetDelegationSet(DelegationSet &&value)
void SetDelegationSet(const DelegationSet &value)
GetHostedZoneResult & WithDelegationSet(const DelegationSet &value)
AWS_ROUTE53_API GetHostedZoneResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
GetHostedZoneResult & WithVPCs(const Aws::Vector< VPC > &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Xml::XmlDocument XmlDocument