/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include List of limits that are specific to a given instance type.See
* Also:
AWS
* API Reference
MaximumNumberOfDataNodesSupported
- This attribute
* only applies to master nodes and specifies the maximum number of data nodes of a
* given instance type a master node can support.
* MaximumNumberOfDataNodesWithoutMasterNode
- This attribute only
* applies to data nodes and specifies the maximum number of data nodes of a given
* instance type can exist without a master node governing them.
MaximumNumberOfDataNodesSupported
- This attribute
* only applies to master nodes and specifies the maximum number of data nodes of a
* given instance type a master node can support.
* MaximumNumberOfDataNodesWithoutMasterNode
- This attribute only
* applies to data nodes and specifies the maximum number of data nodes of a given
* instance type can exist without a master node governing them.
MaximumNumberOfDataNodesSupported
- This attribute
* only applies to master nodes and specifies the maximum number of data nodes of a
* given instance type a master node can support.
* MaximumNumberOfDataNodesWithoutMasterNode
- This attribute only
* applies to data nodes and specifies the maximum number of data nodes of a given
* instance type can exist without a master node governing them.
MaximumNumberOfDataNodesSupported
- This attribute
* only applies to master nodes and specifies the maximum number of data nodes of a
* given instance type a master node can support.
* MaximumNumberOfDataNodesWithoutMasterNode
- This attribute only
* applies to data nodes and specifies the maximum number of data nodes of a given
* instance type can exist without a master node governing them.
MaximumNumberOfDataNodesSupported
- This attribute
* only applies to master nodes and specifies the maximum number of data nodes of a
* given instance type a master node can support.
* MaximumNumberOfDataNodesWithoutMasterNode
- This attribute only
* applies to data nodes and specifies the maximum number of data nodes of a given
* instance type can exist without a master node governing them.
MaximumNumberOfDataNodesSupported
- This attribute
* only applies to master nodes and specifies the maximum number of data nodes of a
* given instance type a master node can support.
* MaximumNumberOfDataNodesWithoutMasterNode
- This attribute only
* applies to data nodes and specifies the maximum number of data nodes of a given
* instance type can exist without a master node governing them.
MaximumNumberOfDataNodesSupported
- This attribute
* only applies to master nodes and specifies the maximum number of data nodes of a
* given instance type a master node can support.
* MaximumNumberOfDataNodesWithoutMasterNode
- This attribute only
* applies to data nodes and specifies the maximum number of data nodes of a given
* instance type can exist without a master node governing them.
MaximumNumberOfDataNodesSupported
- This attribute
* only applies to master nodes and specifies the maximum number of data nodes of a
* given instance type a master node can support.
* MaximumNumberOfDataNodesWithoutMasterNode
- This attribute only
* applies to data nodes and specifies the maximum number of data nodes of a given
* instance type can exist without a master node governing them.
The values of the additional instance type limits.
*/ inline const Aws::VectorThe values of the additional instance type limits.
*/ inline bool LimitValuesHasBeenSet() const { return m_limitValuesHasBeenSet; } /** *The values of the additional instance type limits.
*/ inline void SetLimitValues(const Aws::VectorThe values of the additional instance type limits.
*/ inline void SetLimitValues(Aws::VectorThe values of the additional instance type limits.
*/ inline AdditionalLimit& WithLimitValues(const Aws::VectorThe values of the additional instance type limits.
*/ inline AdditionalLimit& WithLimitValues(Aws::VectorThe values of the additional instance type limits.
*/ inline AdditionalLimit& AddLimitValues(const Aws::String& value) { m_limitValuesHasBeenSet = true; m_limitValues.push_back(value); return *this; } /** *The values of the additional instance type limits.
*/ inline AdditionalLimit& AddLimitValues(Aws::String&& value) { m_limitValuesHasBeenSet = true; m_limitValues.push_back(std::move(value)); return *this; } /** *The values of the additional instance type limits.
*/ inline AdditionalLimit& AddLimitValues(const char* value) { m_limitValuesHasBeenSet = true; m_limitValues.push_back(value); return *this; } private: Aws::String m_limitName; bool m_limitNameHasBeenSet = false; Aws::Vector