7#include <aws/deadline/Deadline_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename NameT = Aws::String>
48 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
49 template<
typename NameT = Aws::String>
57 inline double GetMin()
const {
return m_min; }
59 inline void SetMin(
double value) { m_minHasBeenSet =
true; m_min = value; }
67 inline double GetMax()
const {
return m_max; }
69 inline void SetMax(
double value) { m_maxHasBeenSet =
true; m_max = value; }
77 inline double GetValue()
const {
return m_value; }
79 inline void SetValue(
double value) { m_valueHasBeenSet =
true; m_value = value; }
85 bool m_nameHasBeenSet =
false;
88 bool m_minHasBeenSet =
false;
91 bool m_maxHasBeenSet =
false;
94 bool m_valueHasBeenSet =
false;
bool MinHasBeenSet() const
void SetValue(double value)
bool ValueHasBeenSet() const
StepAmountCapability & WithValue(double value)
AWS_DEADLINE_API StepAmountCapability & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetMax(double value)
void SetName(NameT &&value)
AWS_DEADLINE_API StepAmountCapability()=default
AWS_DEADLINE_API Aws::Utils::Json::JsonValue Jsonize() const
bool MaxHasBeenSet() const
void SetMin(double value)
const Aws::String & GetName() const
bool NameHasBeenSet() const
StepAmountCapability & WithName(NameT &&value)
AWS_DEADLINE_API StepAmountCapability(Aws::Utils::Json::JsonView jsonValue)
StepAmountCapability & WithMin(double value)
StepAmountCapability & WithMax(double value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue