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>
55 template<
typename NameT = Aws::String>
56 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
57 template<
typename NameT = Aws::String>
74 template<
typename VPCT = VPC>
75 void SetVPC(VPCT&& value) { m_vPCHasBeenSet =
true; m_vPC = std::forward<VPCT>(value); }
76 template<
typename VPCT = VPC>
91 template<
typename CallerReferenceT = Aws::String>
92 void SetCallerReference(CallerReferenceT&& value) { m_callerReferenceHasBeenSet =
true; m_callerReference = std::forward<CallerReferenceT>(value); }
93 template<
typename CallerReferenceT = Aws::String>
108 template<
typename HostedZoneConfigT = HostedZoneConfig>
109 void SetHostedZoneConfig(HostedZoneConfigT&& value) { m_hostedZoneConfigHasBeenSet =
true; m_hostedZoneConfig = std::forward<HostedZoneConfigT>(value); }
110 template<
typename HostedZoneConfigT = HostedZoneConfig>
127 template<
typename DelegationSetIdT = Aws::String>
128 void SetDelegationSetId(DelegationSetIdT&& value) { m_delegationSetIdHasBeenSet =
true; m_delegationSetId = std::forward<DelegationSetIdT>(value); }
129 template<
typename DelegationSetIdT = Aws::String>
135 bool m_nameHasBeenSet =
false;
138 bool m_vPCHasBeenSet =
false;
141 bool m_callerReferenceHasBeenSet =
false;
144 bool m_hostedZoneConfigHasBeenSet =
false;
147 bool m_delegationSetIdHasBeenSet =
false;
void SetCallerReference(CallerReferenceT &&value)
bool CallerReferenceHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetDelegationSetId(DelegationSetIdT &&value)
bool NameHasBeenSet() const
bool VPCHasBeenSet() const
const VPC & GetVPC() const
const Aws::String & GetCallerReference() const
void SetVPC(VPCT &&value)
void SetName(NameT &&value)
bool HostedZoneConfigHasBeenSet() const
bool DelegationSetIdHasBeenSet() const
CreateHostedZoneRequest & WithHostedZoneConfig(HostedZoneConfigT &&value)
AWS_ROUTE53_API CreateHostedZoneRequest()=default
CreateHostedZoneRequest & WithVPC(VPCT &&value)
void SetHostedZoneConfig(HostedZoneConfigT &&value)
CreateHostedZoneRequest & WithName(NameT &&value)
const Aws::String & GetName() const
const Aws::String & GetDelegationSetId() const
const HostedZoneConfig & GetHostedZoneConfig() const
CreateHostedZoneRequest & WithCallerReference(CallerReferenceT &&value)
AWS_ROUTE53_API Aws::String SerializePayload() const override
CreateHostedZoneRequest & WithDelegationSetId(DelegationSetIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String