/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Information about an Elastic Load Balancing resource limit for your AWS
* account.See Also:
AWS
* API Reference
The name of the limit. The possible values are:
classic-listeners
classic-load-balancers
classic-registered-instances
The name of the limit. The possible values are:
classic-listeners
classic-load-balancers
classic-registered-instances
The name of the limit. The possible values are:
classic-listeners
classic-load-balancers
classic-registered-instances
The name of the limit. The possible values are:
classic-listeners
classic-load-balancers
classic-registered-instances
The name of the limit. The possible values are:
classic-listeners
classic-load-balancers
classic-registered-instances
The name of the limit. The possible values are:
classic-listeners
classic-load-balancers
classic-registered-instances
The name of the limit. The possible values are:
classic-listeners
classic-load-balancers
classic-registered-instances
The name of the limit. The possible values are:
classic-listeners
classic-load-balancers
classic-registered-instances
The maximum value of the limit.
*/ inline const Aws::String& GetMax() const{ return m_max; } /** *The maximum value of the limit.
*/ inline bool MaxHasBeenSet() const { return m_maxHasBeenSet; } /** *The maximum value of the limit.
*/ inline void SetMax(const Aws::String& value) { m_maxHasBeenSet = true; m_max = value; } /** *The maximum value of the limit.
*/ inline void SetMax(Aws::String&& value) { m_maxHasBeenSet = true; m_max = std::move(value); } /** *The maximum value of the limit.
*/ inline void SetMax(const char* value) { m_maxHasBeenSet = true; m_max.assign(value); } /** *The maximum value of the limit.
*/ inline Limit& WithMax(const Aws::String& value) { SetMax(value); return *this;} /** *The maximum value of the limit.
*/ inline Limit& WithMax(Aws::String&& value) { SetMax(std::move(value)); return *this;} /** *The maximum value of the limit.
*/ inline Limit& WithMax(const char* value) { SetMax(value); return *this;} private: Aws::String m_name; bool m_nameHasBeenSet = false; Aws::String m_max; bool m_maxHasBeenSet = false; }; } // namespace Model } // namespace ElasticLoadBalancing } // namespace Aws