7#include <aws/deadline/Deadline_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
59 inline double GetMin()
const{
return m_min; }
61 inline void SetMin(
double value) { m_minHasBeenSet =
true; m_min = value; }
69 inline double GetMax()
const{
return m_max; }
71 inline void SetMax(
double value) { m_maxHasBeenSet =
true; m_max = value; }
79 inline double GetValue()
const{
return m_value; }
81 inline void SetValue(
double value) { m_valueHasBeenSet =
true; m_value = value; }
87 bool m_nameHasBeenSet =
false;
90 bool m_minHasBeenSet =
false;
93 bool m_maxHasBeenSet =
false;
96 bool m_valueHasBeenSet =
false;
bool MinHasBeenSet() const
void SetValue(double value)
void SetName(const char *value)
bool ValueHasBeenSet() const
StepAmountCapability & WithValue(double value)
AWS_DEADLINE_API StepAmountCapability & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetMax(double value)
StepAmountCapability & WithName(Aws::String &&value)
AWS_DEADLINE_API Aws::Utils::Json::JsonValue Jsonize() const
bool MaxHasBeenSet() const
void SetMin(double value)
AWS_DEADLINE_API StepAmountCapability()
const Aws::String & GetName() const
bool NameHasBeenSet() const
StepAmountCapability & WithName(const char *value)
void SetName(const Aws::String &value)
AWS_DEADLINE_API StepAmountCapability(Aws::Utils::Json::JsonView jsonValue)
StepAmountCapability & WithMin(double value)
StepAmountCapability & WithMax(double value)
StepAmountCapability & WithName(const Aws::String &value)
void SetName(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue