7#include <aws/connectcases/ConnectCases_EXPORTS.h>
8#include <aws/connectcases/model/EmptyOperandValue.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
20namespace ConnectCases {
45 template <
typename StringValueT = Aws::String>
47 m_stringValueHasBeenSet =
true;
48 m_stringValue = std::forward<StringValueT>(value);
50 template <
typename StringValueT = Aws::String>
64 m_booleanValueHasBeenSet =
true;
65 m_booleanValue = value;
80 m_doubleValueHasBeenSet =
true;
81 m_doubleValue = value;
95 template <
typename EmptyValueT = EmptyOperandValue>
97 m_emptyValueHasBeenSet =
true;
98 m_emptyValue = std::forward<EmptyValueT>(value);
100 template <
typename EmptyValueT = EmptyOperandValue>
109 bool m_booleanValue{
false};
111 double m_doubleValue{0.0};
113 EmptyOperandValue m_emptyValue;
114 bool m_stringValueHasBeenSet =
false;
115 bool m_booleanValueHasBeenSet =
false;
116 bool m_doubleValueHasBeenSet =
false;
117 bool m_emptyValueHasBeenSet =
false;
const EmptyOperandValue & GetEmptyValue() const
double GetDoubleValue() const
OperandTwo & WithEmptyValue(EmptyValueT &&value)
AWS_CONNECTCASES_API Aws::Utils::Json::JsonValue Jsonize() const
bool BooleanValueHasBeenSet() const
AWS_CONNECTCASES_API OperandTwo(Aws::Utils::Json::JsonView jsonValue)
void SetBooleanValue(bool value)
bool GetBooleanValue() const
bool EmptyValueHasBeenSet() const
OperandTwo & WithBooleanValue(bool value)
const Aws::String & GetStringValue() const
void SetEmptyValue(EmptyValueT &&value)
AWS_CONNECTCASES_API OperandTwo()=default
AWS_CONNECTCASES_API OperandTwo & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetStringValue(StringValueT &&value)
bool DoubleValueHasBeenSet() const
void SetDoubleValue(double value)
OperandTwo & WithStringValue(StringValueT &&value)
bool StringValueHasBeenSet() const
OperandTwo & WithDoubleValue(double value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue