7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/EmptyFieldValue.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
42 m_booleanValueHasBeenSet =
true;
43 m_booleanValue = value;
58 m_doubleValueHasBeenSet =
true;
59 m_doubleValue = value;
73 template <
typename EmptyValueT = EmptyFieldValue>
75 m_emptyValueHasBeenSet =
true;
76 m_emptyValue = std::forward<EmptyValueT>(value);
78 template <
typename EmptyValueT = EmptyFieldValue>
91 template <
typename StringValueT = Aws::String>
93 m_stringValueHasBeenSet =
true;
94 m_stringValue = std::forward<StringValueT>(value);
96 template <
typename StringValueT = Aws::String>
103 bool m_booleanValue{
false};
105 double m_doubleValue{0.0};
107 EmptyFieldValue m_emptyValue;
110 bool m_booleanValueHasBeenSet =
false;
111 bool m_doubleValueHasBeenSet =
false;
112 bool m_emptyValueHasBeenSet =
false;
113 bool m_stringValueHasBeenSet =
false;
FieldValueUnion & WithStringValue(StringValueT &&value)
bool StringValueHasBeenSet() const
void SetBooleanValue(bool value)
const EmptyFieldValue & GetEmptyValue() const
bool GetBooleanValue() const
void SetStringValue(StringValueT &&value)
void SetDoubleValue(double value)
const Aws::String & GetStringValue() const
bool EmptyValueHasBeenSet() const
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CONNECT_API FieldValueUnion(Aws::Utils::Json::JsonView jsonValue)
AWS_CONNECT_API FieldValueUnion & operator=(Aws::Utils::Json::JsonView jsonValue)
bool DoubleValueHasBeenSet() const
double GetDoubleValue() const
AWS_CONNECT_API FieldValueUnion()=default
FieldValueUnion & WithBooleanValue(bool value)
bool BooleanValueHasBeenSet() const
void SetEmptyValue(EmptyValueT &&value)
FieldValueUnion & WithEmptyValue(EmptyValueT &&value)
FieldValueUnion & WithDoubleValue(double value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue