7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
42 template <
typename ComparisonT = Aws::String>
44 m_comparisonHasBeenSet =
true;
45 m_comparison = std::forward<ComparisonT>(value);
47 template <
typename ComparisonT = Aws::String>
61 m_thresholdValueHasBeenSet =
true;
62 m_thresholdValue = value;
72 double m_thresholdValue{0.0};
73 bool m_comparisonHasBeenSet =
false;
74 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