This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
pxz-hos-client-cpp-module/support/aws-sdk-cpp-master/aws-cpp-sdk-route53/include/aws/route53/model/GetAccountLimitRequest.h

150 lines
7.9 KiB
C++

/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include <aws/route53/Route53_EXPORTS.h>
#include <aws/route53/Route53Request.h>
#include <aws/route53/model/AccountLimitType.h>
#include <utility>
namespace Aws
{
namespace Route53
{
namespace Model
{
/**
* <p>A complex type that contains information about the request to create a hosted
* zone.</p><p><h3>See Also:</h3> <a
* href="http://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/GetAccountLimitRequest">AWS
* API Reference</a></p>
*/
class AWS_ROUTE53_API GetAccountLimitRequest : public Route53Request
{
public:
GetAccountLimitRequest();
// Service request name is the Operation name which will send this request out,
// each operation should has unique request name, so that we can get operation's name from this request.
// Note: this is not true for response, multiple operations may have the same response name,
// so we can not get operation's name from response.
inline virtual const char* GetServiceRequestName() const override { return "GetAccountLimit"; }
Aws::String SerializePayload() const override;
/**
* <p>The limit that you want to get. Valid values include the following:</p> <ul>
* <li> <p> <b>MAX_HEALTH_CHECKS_BY_OWNER</b>: The maximum number of health checks
* that you can create using the current account.</p> </li> <li> <p>
* <b>MAX_HOSTED_ZONES_BY_OWNER</b>: The maximum number of hosted zones that you
* can create using the current account.</p> </li> <li> <p>
* <b>MAX_REUSABLE_DELEGATION_SETS_BY_OWNER</b>: The maximum number of reusable
* delegation sets that you can create using the current account.</p> </li> <li>
* <p> <b>MAX_TRAFFIC_POLICIES_BY_OWNER</b>: The maximum number of traffic policies
* that you can create using the current account.</p> </li> <li> <p>
* <b>MAX_TRAFFIC_POLICY_INSTANCES_BY_OWNER</b>: The maximum number of traffic
* policy instances that you can create using the current account. (Traffic policy
* instances are referred to as traffic flow policy records in the Amazon Route 53
* console.)</p> </li> </ul>
*/
inline const AccountLimitType& GetType() const{ return m_type; }
/**
* <p>The limit that you want to get. Valid values include the following:</p> <ul>
* <li> <p> <b>MAX_HEALTH_CHECKS_BY_OWNER</b>: The maximum number of health checks
* that you can create using the current account.</p> </li> <li> <p>
* <b>MAX_HOSTED_ZONES_BY_OWNER</b>: The maximum number of hosted zones that you
* can create using the current account.</p> </li> <li> <p>
* <b>MAX_REUSABLE_DELEGATION_SETS_BY_OWNER</b>: The maximum number of reusable
* delegation sets that you can create using the current account.</p> </li> <li>
* <p> <b>MAX_TRAFFIC_POLICIES_BY_OWNER</b>: The maximum number of traffic policies
* that you can create using the current account.</p> </li> <li> <p>
* <b>MAX_TRAFFIC_POLICY_INSTANCES_BY_OWNER</b>: The maximum number of traffic
* policy instances that you can create using the current account. (Traffic policy
* instances are referred to as traffic flow policy records in the Amazon Route 53
* console.)</p> </li> </ul>
*/
inline bool TypeHasBeenSet() const { return m_typeHasBeenSet; }
/**
* <p>The limit that you want to get. Valid values include the following:</p> <ul>
* <li> <p> <b>MAX_HEALTH_CHECKS_BY_OWNER</b>: The maximum number of health checks
* that you can create using the current account.</p> </li> <li> <p>
* <b>MAX_HOSTED_ZONES_BY_OWNER</b>: The maximum number of hosted zones that you
* can create using the current account.</p> </li> <li> <p>
* <b>MAX_REUSABLE_DELEGATION_SETS_BY_OWNER</b>: The maximum number of reusable
* delegation sets that you can create using the current account.</p> </li> <li>
* <p> <b>MAX_TRAFFIC_POLICIES_BY_OWNER</b>: The maximum number of traffic policies
* that you can create using the current account.</p> </li> <li> <p>
* <b>MAX_TRAFFIC_POLICY_INSTANCES_BY_OWNER</b>: The maximum number of traffic
* policy instances that you can create using the current account. (Traffic policy
* instances are referred to as traffic flow policy records in the Amazon Route 53
* console.)</p> </li> </ul>
*/
inline void SetType(const AccountLimitType& value) { m_typeHasBeenSet = true; m_type = value; }
/**
* <p>The limit that you want to get. Valid values include the following:</p> <ul>
* <li> <p> <b>MAX_HEALTH_CHECKS_BY_OWNER</b>: The maximum number of health checks
* that you can create using the current account.</p> </li> <li> <p>
* <b>MAX_HOSTED_ZONES_BY_OWNER</b>: The maximum number of hosted zones that you
* can create using the current account.</p> </li> <li> <p>
* <b>MAX_REUSABLE_DELEGATION_SETS_BY_OWNER</b>: The maximum number of reusable
* delegation sets that you can create using the current account.</p> </li> <li>
* <p> <b>MAX_TRAFFIC_POLICIES_BY_OWNER</b>: The maximum number of traffic policies
* that you can create using the current account.</p> </li> <li> <p>
* <b>MAX_TRAFFIC_POLICY_INSTANCES_BY_OWNER</b>: The maximum number of traffic
* policy instances that you can create using the current account. (Traffic policy
* instances are referred to as traffic flow policy records in the Amazon Route 53
* console.)</p> </li> </ul>
*/
inline void SetType(AccountLimitType&& value) { m_typeHasBeenSet = true; m_type = std::move(value); }
/**
* <p>The limit that you want to get. Valid values include the following:</p> <ul>
* <li> <p> <b>MAX_HEALTH_CHECKS_BY_OWNER</b>: The maximum number of health checks
* that you can create using the current account.</p> </li> <li> <p>
* <b>MAX_HOSTED_ZONES_BY_OWNER</b>: The maximum number of hosted zones that you
* can create using the current account.</p> </li> <li> <p>
* <b>MAX_REUSABLE_DELEGATION_SETS_BY_OWNER</b>: The maximum number of reusable
* delegation sets that you can create using the current account.</p> </li> <li>
* <p> <b>MAX_TRAFFIC_POLICIES_BY_OWNER</b>: The maximum number of traffic policies
* that you can create using the current account.</p> </li> <li> <p>
* <b>MAX_TRAFFIC_POLICY_INSTANCES_BY_OWNER</b>: The maximum number of traffic
* policy instances that you can create using the current account. (Traffic policy
* instances are referred to as traffic flow policy records in the Amazon Route 53
* console.)</p> </li> </ul>
*/
inline GetAccountLimitRequest& WithType(const AccountLimitType& value) { SetType(value); return *this;}
/**
* <p>The limit that you want to get. Valid values include the following:</p> <ul>
* <li> <p> <b>MAX_HEALTH_CHECKS_BY_OWNER</b>: The maximum number of health checks
* that you can create using the current account.</p> </li> <li> <p>
* <b>MAX_HOSTED_ZONES_BY_OWNER</b>: The maximum number of hosted zones that you
* can create using the current account.</p> </li> <li> <p>
* <b>MAX_REUSABLE_DELEGATION_SETS_BY_OWNER</b>: The maximum number of reusable
* delegation sets that you can create using the current account.</p> </li> <li>
* <p> <b>MAX_TRAFFIC_POLICIES_BY_OWNER</b>: The maximum number of traffic policies
* that you can create using the current account.</p> </li> <li> <p>
* <b>MAX_TRAFFIC_POLICY_INSTANCES_BY_OWNER</b>: The maximum number of traffic
* policy instances that you can create using the current account. (Traffic policy
* instances are referred to as traffic flow policy records in the Amazon Route 53
* console.)</p> </li> </ul>
*/
inline GetAccountLimitRequest& WithType(AccountLimitType&& value) { SetType(std::move(value)); return *this;}
private:
AccountLimitType m_type;
bool m_typeHasBeenSet;
};
} // namespace Model
} // namespace Route53
} // namespace Aws