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; }
78 bool m_valueHasBeenSet =
false;
81 bool m_typeHasBeenSet =
false;
84 bool m_unitHasBeenSet =
false;
void SetUnit(ThresholdUnit value)
bool UnitHasBeenSet() const
AWS_GLUEDATABREW_API Threshold & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetValue(double value)
AWS_GLUEDATABREW_API Aws::Utils::Json::JsonValue Jsonize() const
Threshold & WithType(ThresholdType value)
Threshold & WithValue(double value)
ThresholdUnit GetUnit() const
AWS_GLUEDATABREW_API Threshold(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUEDATABREW_API Threshold()=default
void SetType(ThresholdType value)
bool TypeHasBeenSet() const
ThresholdType GetType() const
bool ValueHasBeenSet() const
Threshold & WithUnit(ThresholdUnit value)
Aws::Utils::Json::JsonValue JsonValue