7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename ComparisonT = Aws::String>
49 void SetComparison(ComparisonT&& value) { m_comparisonHasBeenSet =
true; m_comparison = std::forward<ComparisonT>(value); }
50 template<
typename ComparisonT = Aws::String>
60 inline void SetThresholdValue(
double value) { m_thresholdValueHasBeenSet =
true; m_thresholdValue = value; }
66 bool m_comparisonHasBeenSet =
false;
68 double m_thresholdValue{0.0};
69 bool m_thresholdValueHasBeenSet =
false;
double GetThresholdValue() const
AWS_CONNECT_API ThresholdV2 & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetThresholdValue(double value)
ThresholdV2 & WithThresholdValue(double value)
AWS_CONNECT_API ThresholdV2(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetComparison() const
ThresholdV2 & WithComparison(ComparisonT &&value)
bool ComparisonHasBeenSet() const
void SetComparison(ComparisonT &&value)
AWS_CONNECT_API ThresholdV2()=default
bool ThresholdValueHasBeenSet() const
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