7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
50 inline void SetComparison(
const char* value) { m_comparisonHasBeenSet =
true; m_comparison.assign(value); }
62 inline void SetThresholdValue(
double value) { m_thresholdValueHasBeenSet =
true; m_thresholdValue = value; }
68 bool m_comparisonHasBeenSet =
false;
70 double m_thresholdValue;
71 bool m_thresholdValueHasBeenSet =
false;
double GetThresholdValue() const
AWS_CONNECT_API ThresholdV2 & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetThresholdValue(double value)
void SetComparison(const char *value)
void SetComparison(const Aws::String &value)
ThresholdV2 & WithThresholdValue(double value)
AWS_CONNECT_API ThresholdV2(Aws::Utils::Json::JsonView jsonValue)
void SetComparison(Aws::String &&value)
const Aws::String & GetComparison() const
AWS_CONNECT_API ThresholdV2()
bool ComparisonHasBeenSet() const
ThresholdV2 & WithComparison(const Aws::String &value)
ThresholdV2 & WithComparison(Aws::String &&value)
bool ThresholdValueHasBeenSet() const
ThresholdV2 & WithComparison(const char *value)
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue