/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include A complex type that contains information about the request to create a hosted
* zone.See Also:
AWS
* API Reference
Specify MAX_ZONES_BY_REUSABLE_DELEGATION_SET to get the maximum
* number of hosted zones that you can associate with the specified reusable
* delegation set.
Specify MAX_ZONES_BY_REUSABLE_DELEGATION_SET to get the maximum
* number of hosted zones that you can associate with the specified reusable
* delegation set.
Specify MAX_ZONES_BY_REUSABLE_DELEGATION_SET to get the maximum
* number of hosted zones that you can associate with the specified reusable
* delegation set.
Specify MAX_ZONES_BY_REUSABLE_DELEGATION_SET to get the maximum
* number of hosted zones that you can associate with the specified reusable
* delegation set.
Specify MAX_ZONES_BY_REUSABLE_DELEGATION_SET to get the maximum
* number of hosted zones that you can associate with the specified reusable
* delegation set.
Specify MAX_ZONES_BY_REUSABLE_DELEGATION_SET to get the maximum
* number of hosted zones that you can associate with the specified reusable
* delegation set.
The ID of the delegation set that you want to get the limit for.
*/ inline const Aws::String& GetDelegationSetId() const{ return m_delegationSetId; } /** *The ID of the delegation set that you want to get the limit for.
*/ inline bool DelegationSetIdHasBeenSet() const { return m_delegationSetIdHasBeenSet; } /** *The ID of the delegation set that you want to get the limit for.
*/ inline void SetDelegationSetId(const Aws::String& value) { m_delegationSetIdHasBeenSet = true; m_delegationSetId = value; } /** *The ID of the delegation set that you want to get the limit for.
*/ inline void SetDelegationSetId(Aws::String&& value) { m_delegationSetIdHasBeenSet = true; m_delegationSetId = std::move(value); } /** *The ID of the delegation set that you want to get the limit for.
*/ inline void SetDelegationSetId(const char* value) { m_delegationSetIdHasBeenSet = true; m_delegationSetId.assign(value); } /** *The ID of the delegation set that you want to get the limit for.
*/ inline GetReusableDelegationSetLimitRequest& WithDelegationSetId(const Aws::String& value) { SetDelegationSetId(value); return *this;} /** *The ID of the delegation set that you want to get the limit for.
*/ inline GetReusableDelegationSetLimitRequest& WithDelegationSetId(Aws::String&& value) { SetDelegationSetId(std::move(value)); return *this;} /** *The ID of the delegation set that you want to get the limit for.
*/ inline GetReusableDelegationSetLimitRequest& WithDelegationSetId(const char* value) { SetDelegationSetId(value); return *this;} private: ReusableDelegationSetLimitType m_type; bool m_typeHasBeenSet; Aws::String m_delegationSetId; bool m_delegationSetIdHasBeenSet; }; } // namespace Model } // namespace Route53 } // namespace Aws