7#include <aws/route53/Route53_EXPORTS.h>
8#include <aws/route53/Route53Request.h>
9#include <aws/route53/model/ReusableDelegationSetLimitType.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
62 inline void SetDelegationSetId(
const char* value) { m_delegationSetIdHasBeenSet =
true; m_delegationSetId.assign(value); }
70 bool m_typeHasBeenSet =
false;
73 bool m_delegationSetIdHasBeenSet =
false;
void SetDelegationSetId(const char *value)
bool TypeHasBeenSet() const
GetReusableDelegationSetLimitRequest & WithType(ReusableDelegationSetLimitType &&value)
void SetDelegationSetId(const Aws::String &value)
AWS_ROUTE53_API GetReusableDelegationSetLimitRequest()
virtual const char * GetServiceRequestName() const override
AWS_ROUTE53_API Aws::String SerializePayload() const override
GetReusableDelegationSetLimitRequest & WithDelegationSetId(const Aws::String &value)
void SetType(const ReusableDelegationSetLimitType &value)
GetReusableDelegationSetLimitRequest & WithDelegationSetId(Aws::String &&value)
const ReusableDelegationSetLimitType & GetType() const
bool DelegationSetIdHasBeenSet() const
const Aws::String & GetDelegationSetId() const
void SetType(ReusableDelegationSetLimitType &&value)
void SetDelegationSetId(Aws::String &&value)
GetReusableDelegationSetLimitRequest & WithDelegationSetId(const char *value)
GetReusableDelegationSetLimitRequest & WithType(const ReusableDelegationSetLimitType &value)
ReusableDelegationSetLimitType
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String