7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/DataTableAttributeValueType.h>
9#include <aws/connect/model/PrimaryValue.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
43 template <
typename RecordIdT = Aws::String>
45 m_recordIdHasBeenSet =
true;
46 m_recordId = std::forward<RecordIdT>(value);
48 template <
typename RecordIdT = Aws::String>
61 template <
typename PrimaryValuesT = Aws::Vector<PrimaryValue>>
63 m_primaryValuesHasBeenSet =
true;
64 m_primaryValues = std::forward<PrimaryValuesT>(value);
66 template <
typename PrimaryValuesT = Aws::Vector<PrimaryValue>>
71 template <
typename PrimaryValuesT = PrimaryValue>
73 m_primaryValuesHasBeenSet =
true;
74 m_primaryValues.emplace_back(std::forward<PrimaryValuesT>(value));
85 template <
typename AttributeNameT = Aws::String>
87 m_attributeNameHasBeenSet =
true;
88 m_attributeName = std::forward<AttributeNameT>(value);
90 template <
typename AttributeNameT = Aws::String>
104 m_valueTypeHasBeenSet =
true;
120 m_foundHasBeenSet =
true;
136 m_errorHasBeenSet =
true;
151 template <
typename EvaluatedValueT = Aws::String>
153 m_evaluatedValueHasBeenSet =
true;
154 m_evaluatedValue = std::forward<EvaluatedValueT>(value);
156 template <
typename EvaluatedValueT = Aws::String>
176 bool m_recordIdHasBeenSet =
false;
177 bool m_primaryValuesHasBeenSet =
false;
178 bool m_attributeNameHasBeenSet =
false;
179 bool m_valueTypeHasBeenSet =
false;
180 bool m_foundHasBeenSet =
false;
181 bool m_errorHasBeenSet =
false;
182 bool m_evaluatedValueHasBeenSet =
false;
bool AttributeNameHasBeenSet() const
const Aws::String & GetEvaluatedValue() const
DataTableEvaluatedValue & WithEvaluatedValue(EvaluatedValueT &&value)
DataTableAttributeValueType GetValueType() const
void SetAttributeName(AttributeNameT &&value)
DataTableEvaluatedValue & AddPrimaryValues(PrimaryValuesT &&value)
bool RecordIdHasBeenSet() const
AWS_CONNECT_API DataTableEvaluatedValue & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetRecordId() const
void SetRecordId(RecordIdT &&value)
bool ErrorHasBeenSet() const
DataTableEvaluatedValue & WithRecordId(RecordIdT &&value)
DataTableEvaluatedValue & WithError(bool value)
AWS_CONNECT_API DataTableEvaluatedValue()=default
bool FoundHasBeenSet() const
DataTableEvaluatedValue & WithFound(bool value)
DataTableEvaluatedValue & WithValueType(DataTableAttributeValueType value)
DataTableEvaluatedValue & WithPrimaryValues(PrimaryValuesT &&value)
AWS_CONNECT_API DataTableEvaluatedValue(Aws::Utils::Json::JsonView jsonValue)
DataTableEvaluatedValue & WithAttributeName(AttributeNameT &&value)
void SetValueType(DataTableAttributeValueType value)
void SetPrimaryValues(PrimaryValuesT &&value)
bool ValueTypeHasBeenSet() const
const Aws::Vector< PrimaryValue > & GetPrimaryValues() const
void SetFound(bool value)
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetError(bool value)
void SetEvaluatedValue(EvaluatedValueT &&value)
bool EvaluatedValueHasBeenSet() const
bool PrimaryValuesHasBeenSet() const
const Aws::String & GetAttributeName() const
DataTableAttributeValueType
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue