7#include <aws/databrew/GlueDataBrew_EXPORTS.h>
8#include <aws/databrew/model/ThresholdType.h>
9#include <aws/databrew/model/ThresholdUnit.h>
48 inline double GetValue()
const{
return m_value; }
50 inline void SetValue(
double value) { m_valueHasBeenSet =
true; m_value = value; }
82 bool m_valueHasBeenSet =
false;
85 bool m_typeHasBeenSet =
false;
88 bool m_unitHasBeenSet =
false;
void SetUnit(ThresholdUnit &&value)
Threshold & WithUnit(ThresholdUnit &&value)
bool UnitHasBeenSet() const
const ThresholdUnit & GetUnit() const
void SetType(ThresholdType &&value)
AWS_GLUEDATABREW_API Threshold & operator=(Aws::Utils::Json::JsonView jsonValue)
Threshold & WithType(ThresholdType &&value)
void SetValue(double value)
AWS_GLUEDATABREW_API Aws::Utils::Json::JsonValue Jsonize() const
Threshold & WithType(const ThresholdType &value)
AWS_GLUEDATABREW_API Threshold()
Threshold & WithValue(double value)
const ThresholdType & GetType() const
AWS_GLUEDATABREW_API Threshold(Aws::Utils::Json::JsonView jsonValue)
Threshold & WithUnit(const ThresholdUnit &value)
void SetType(const ThresholdType &value)
void SetUnit(const ThresholdUnit &value)
bool TypeHasBeenSet() const
bool ValueHasBeenSet() const
Aws::Utils::Json::JsonValue JsonValue