7#include <aws/route53/Route53_EXPORTS.h>
8#include <aws/route53/Route53Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/route53/model/VPC.h>
11#include <aws/route53/model/HostedZoneConfig.h>
57 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
76 inline void SetVPC(
const VPC& value) { m_vPCHasBeenSet =
true; m_vPC = value; }
77 inline void SetVPC(
VPC&& value) { m_vPCHasBeenSet =
true; m_vPC = std::move(value); }
95 inline void SetCallerReference(
const char* value) { m_callerReferenceHasBeenSet =
true; m_callerReference.assign(value); }
133 inline void SetDelegationSetId(
const char* value) { m_delegationSetIdHasBeenSet =
true; m_delegationSetId.assign(value); }
141 bool m_nameHasBeenSet =
false;
144 bool m_vPCHasBeenSet =
false;
147 bool m_callerReferenceHasBeenSet =
false;
150 bool m_hostedZoneConfigHasBeenSet =
false;
153 bool m_delegationSetIdHasBeenSet =
false;
CreateHostedZoneRequest & WithDelegationSetId(Aws::String &&value)
bool CallerReferenceHasBeenSet() const
virtual const char * GetServiceRequestName() const override
AWS_ROUTE53_API CreateHostedZoneRequest()
CreateHostedZoneRequest & WithCallerReference(const Aws::String &value)
CreateHostedZoneRequest & WithName(const Aws::String &value)
CreateHostedZoneRequest & WithDelegationSetId(const Aws::String &value)
bool NameHasBeenSet() const
bool VPCHasBeenSet() const
CreateHostedZoneRequest & WithCallerReference(const char *value)
const VPC & GetVPC() const
const Aws::String & GetCallerReference() const
CreateHostedZoneRequest & WithVPC(const VPC &value)
CreateHostedZoneRequest & WithHostedZoneConfig(const HostedZoneConfig &value)
CreateHostedZoneRequest & WithName(const char *value)
void SetDelegationSetId(const char *value)
CreateHostedZoneRequest & WithHostedZoneConfig(HostedZoneConfig &&value)
void SetCallerReference(const Aws::String &value)
bool HostedZoneConfigHasBeenSet() const
CreateHostedZoneRequest & WithName(Aws::String &&value)
void SetCallerReference(Aws::String &&value)
CreateHostedZoneRequest & WithDelegationSetId(const char *value)
bool DelegationSetIdHasBeenSet() const
void SetDelegationSetId(Aws::String &&value)
void SetHostedZoneConfig(HostedZoneConfig &&value)
CreateHostedZoneRequest & WithVPC(VPC &&value)
void SetName(const char *value)
void SetVPC(const VPC &value)
void SetName(Aws::String &&value)
const Aws::String & GetName() const
const Aws::String & GetDelegationSetId() const
const HostedZoneConfig & GetHostedZoneConfig() const
void SetCallerReference(const char *value)
void SetHostedZoneConfig(const HostedZoneConfig &value)
void SetName(const Aws::String &value)
AWS_ROUTE53_API Aws::String SerializePayload() const override
CreateHostedZoneRequest & WithCallerReference(Aws::String &&value)
void SetDelegationSetId(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String