7#include <aws/route53/Route53_EXPORTS.h>
8#include <aws/route53/Route53Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename CallerReferenceT = Aws::String>
47 void SetCallerReference(CallerReferenceT&& value) { m_callerReferenceHasBeenSet =
true; m_callerReference = std::forward<CallerReferenceT>(value); }
48 template<
typename CallerReferenceT = Aws::String>
59 template<
typename HostedZoneIdT = Aws::String>
60 void SetHostedZoneId(HostedZoneIdT&& value) { m_hostedZoneIdHasBeenSet =
true; m_hostedZoneId = std::forward<HostedZoneIdT>(value); }
61 template<
typename HostedZoneIdT = Aws::String>
67 bool m_callerReferenceHasBeenSet =
false;
70 bool m_hostedZoneIdHasBeenSet =
false;
bool HostedZoneIdHasBeenSet() const
AWS_ROUTE53_API CreateReusableDelegationSetRequest()=default
const Aws::String & GetCallerReference() const
CreateReusableDelegationSetRequest & WithHostedZoneId(HostedZoneIdT &&value)
void SetCallerReference(CallerReferenceT &&value)
bool CallerReferenceHasBeenSet() const
void SetHostedZoneId(HostedZoneIdT &&value)
AWS_ROUTE53_API Aws::String SerializePayload() const override
CreateReusableDelegationSetRequest & WithCallerReference(CallerReferenceT &&value)
const Aws::String & GetHostedZoneId() const
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String