7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/kendra/Kendra_EXPORTS.h>
42 template <
typename ValueT = Aws::String>
44 m_valueHasBeenSet =
true;
45 m_value = std::forward<ValueT>(value);
47 template <
typename ValueT = Aws::String>
49 SetValue(std::forward<ValueT>(value));
63 m_topAnswerHasBeenSet =
true;
80 m_highlightedHasBeenSet =
true;
81 m_highlighted = value;
97 m_headerHasBeenSet =
true;
108 bool m_topAnswer{
false};
110 bool m_highlighted{
false};
112 bool m_header{
false};
113 bool m_valueHasBeenSet =
false;
114 bool m_topAnswerHasBeenSet =
false;
115 bool m_highlightedHasBeenSet =
false;
116 bool m_headerHasBeenSet =
false;
TableCell & WithHighlighted(bool value)
const Aws::String & GetValue() const
bool HighlightedHasBeenSet() const
AWS_KENDRA_API TableCell & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_KENDRA_API TableCell(Aws::Utils::Json::JsonView jsonValue)
void SetHeader(bool value)
void SetHighlighted(bool value)
bool ValueHasBeenSet() const
void SetTopAnswer(bool value)
TableCell & WithHeader(bool value)
AWS_KENDRA_API Aws::Utils::Json::JsonValue Jsonize() const
bool GetHighlighted() const
void SetValue(ValueT &&value)
bool HeaderHasBeenSet() const
bool GetTopAnswer() const
bool TopAnswerHasBeenSet() const
TableCell & WithValue(ValueT &&value)
AWS_KENDRA_API TableCell()=default
TableCell & WithTopAnswer(bool value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue