7#include <aws/route53/Route53_EXPORTS.h>
8#include <aws/route53/model/HostedZone.h>
9#include <aws/route53/model/ChangeInfo.h>
10#include <aws/route53/model/DelegationSet.h>
11#include <aws/route53/model/VPC.h>
12#include <aws/core/utils/memory/stl/AWSString.h>
17template<
typename RESULT_TYPE>
18class AmazonWebServiceResult;
85 inline void SetVPC(
const VPC& value) { m_vPC = value; }
86 inline void SetVPC(
VPC&& value) { m_vPC = std::move(value); }
98 inline void SetLocation(
const char* value) { m_location.assign(value); }
109 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
void SetHostedZone(const HostedZone &value)
CreateHostedZoneResult & WithLocation(const Aws::String &value)
void SetVPC(const VPC &value)
CreateHostedZoneResult & WithVPC(VPC &&value)
void SetHostedZone(HostedZone &&value)
CreateHostedZoneResult & WithRequestId(const char *value)
const VPC & GetVPC() const
const DelegationSet & GetDelegationSet() const
void SetRequestId(const char *value)
void SetLocation(const char *value)
AWS_ROUTE53_API CreateHostedZoneResult()
CreateHostedZoneResult & WithRequestId(const Aws::String &value)
AWS_ROUTE53_API CreateHostedZoneResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
CreateHostedZoneResult & WithHostedZone(HostedZone &&value)
void SetDelegationSet(const DelegationSet &value)
CreateHostedZoneResult & WithHostedZone(const HostedZone &value)
void SetDelegationSet(DelegationSet &&value)
CreateHostedZoneResult & WithDelegationSet(DelegationSet &&value)
void SetChangeInfo(const ChangeInfo &value)
CreateHostedZoneResult & WithChangeInfo(const ChangeInfo &value)
const ChangeInfo & GetChangeInfo() const
CreateHostedZoneResult & WithRequestId(Aws::String &&value)
const Aws::String & GetRequestId() const
void SetRequestId(const Aws::String &value)
void SetRequestId(Aws::String &&value)
CreateHostedZoneResult & WithDelegationSet(const DelegationSet &value)
CreateHostedZoneResult & WithChangeInfo(ChangeInfo &&value)
CreateHostedZoneResult & WithVPC(const VPC &value)
void SetLocation(const Aws::String &value)
CreateHostedZoneResult & WithLocation(Aws::String &&value)
CreateHostedZoneResult & WithLocation(const char *value)
void SetLocation(Aws::String &&value)
const Aws::String & GetLocation() const
void SetChangeInfo(ChangeInfo &&value)
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