7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/route53/Route53Request.h>
9#include <aws/route53/Route53_EXPORTS.h>
10#include <aws/route53/model/HostedZoneConfig.h>
11#include <aws/route53/model/VPC.h>
51 template <
typename NameT = Aws::String>
53 m_nameHasBeenSet =
true;
54 m_name = std::forward<NameT>(value);
56 template <
typename NameT = Aws::String>
58 SetName(std::forward<NameT>(value));
76 template <
typename VPCT = VPC>
78 m_vPCHasBeenSet =
true;
79 m_vPC = std::forward<VPCT>(value);
81 template <
typename VPCT = VPC>
83 SetVPC(std::forward<VPCT>(value));
99 template <
typename CallerReferenceT = Aws::String>
101 m_callerReferenceHasBeenSet =
true;
102 m_callerReference = std::forward<CallerReferenceT>(value);
104 template <
typename CallerReferenceT = Aws::String>
122 template <
typename HostedZoneConfigT = HostedZoneConfig>
124 m_hostedZoneConfigHasBeenSet =
true;
125 m_hostedZoneConfig = std::forward<HostedZoneConfigT>(value);
127 template <
typename HostedZoneConfigT = HostedZoneConfig>
147 template <
typename DelegationSetIdT = Aws::String>
149 m_delegationSetIdHasBeenSet =
true;
150 m_delegationSetId = std::forward<DelegationSetIdT>(value);
152 template <
typename DelegationSetIdT = Aws::String>
168 bool m_nameHasBeenSet =
false;
169 bool m_vPCHasBeenSet =
false;
170 bool m_callerReferenceHasBeenSet =
false;
171 bool m_hostedZoneConfigHasBeenSet =
false;
172 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