/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Represents the returned data in response to a request action.See
* Also:
AWS
* API Reference
The maximum number of instances for the specified instance type.
*/ inline const Aws::VectorThe maximum number of instances for the specified instance type.
*/ inline void SetEC2InstanceLimits(const Aws::VectorThe maximum number of instances for the specified instance type.
*/ inline void SetEC2InstanceLimits(Aws::VectorThe maximum number of instances for the specified instance type.
*/ inline DescribeEC2InstanceLimitsResult& WithEC2InstanceLimits(const Aws::VectorThe maximum number of instances for the specified instance type.
*/ inline DescribeEC2InstanceLimitsResult& WithEC2InstanceLimits(Aws::VectorThe maximum number of instances for the specified instance type.
*/ inline DescribeEC2InstanceLimitsResult& AddEC2InstanceLimits(const EC2InstanceLimit& value) { m_eC2InstanceLimits.push_back(value); return *this; } /** *The maximum number of instances for the specified instance type.
*/ inline DescribeEC2InstanceLimitsResult& AddEC2InstanceLimits(EC2InstanceLimit&& value) { m_eC2InstanceLimits.push_back(std::move(value)); return *this; } private: Aws::Vector