7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/deadline/Deadline_EXPORTS.h>
41 template <
typename NameT = Aws::String>
43 m_nameHasBeenSet =
true;
44 m_name = std::forward<NameT>(value);
46 template <
typename NameT = Aws::String>
48 SetName(std::forward<NameT>(value));
57 inline double GetMin()
const {
return m_min; }
60 m_minHasBeenSet =
true;
73 inline double GetMax()
const {
return m_max; }
76 m_maxHasBeenSet =
true;
89 inline double GetValue()
const {
return m_value; }
92 m_valueHasBeenSet =
true;
108 bool m_nameHasBeenSet =
false;
109 bool m_minHasBeenSet =
false;
110 bool m_maxHasBeenSet =
false;
111 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