7#include <aws/deadline/Deadline_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename NameT = Aws::String>
47 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
48 template<
typename NameT = Aws::String>
56 inline double GetMin()
const {
return m_min; }
58 inline void SetMin(
double value) { m_minHasBeenSet =
true; m_min = value; }
66 inline double GetMax()
const {
return m_max; }
68 inline void SetMax(
double value) { m_maxHasBeenSet =
true; m_max = value; }
74 bool m_nameHasBeenSet =
false;
77 bool m_minHasBeenSet =
false;
80 bool m_maxHasBeenSet =
false;
bool NameHasBeenSet() const
bool MinHasBeenSet() const
void SetMin(double value)
bool MaxHasBeenSet() const
void SetMax(double value)
AWS_DEADLINE_API FleetAmountCapability(Aws::Utils::Json::JsonView jsonValue)
FleetAmountCapability & WithName(NameT &&value)
FleetAmountCapability & WithMax(double value)
AWS_DEADLINE_API FleetAmountCapability & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetName(NameT &&value)
FleetAmountCapability & WithMin(double value)
const Aws::String & GetName() const
AWS_DEADLINE_API FleetAmountCapability()=default
AWS_DEADLINE_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue