/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Provides information about a table cell in a table excerpt.See
* Also:
AWS
* API Reference
The actual value or content within a table cell. A table cell could contain a * date value of a year, or a string value of text, for example.
*/ inline const Aws::String& GetValue() const{ return m_value; } /** *The actual value or content within a table cell. A table cell could contain a * date value of a year, or a string value of text, for example.
*/ inline bool ValueHasBeenSet() const { return m_valueHasBeenSet; } /** *The actual value or content within a table cell. A table cell could contain a * date value of a year, or a string value of text, for example.
*/ inline void SetValue(const Aws::String& value) { m_valueHasBeenSet = true; m_value = value; } /** *The actual value or content within a table cell. A table cell could contain a * date value of a year, or a string value of text, for example.
*/ inline void SetValue(Aws::String&& value) { m_valueHasBeenSet = true; m_value = std::move(value); } /** *The actual value or content within a table cell. A table cell could contain a * date value of a year, or a string value of text, for example.
*/ inline void SetValue(const char* value) { m_valueHasBeenSet = true; m_value.assign(value); } /** *The actual value or content within a table cell. A table cell could contain a * date value of a year, or a string value of text, for example.
*/ inline TableCell& WithValue(const Aws::String& value) { SetValue(value); return *this;} /** *The actual value or content within a table cell. A table cell could contain a * date value of a year, or a string value of text, for example.
*/ inline TableCell& WithValue(Aws::String&& value) { SetValue(std::move(value)); return *this;} /** *The actual value or content within a table cell. A table cell could contain a * date value of a year, or a string value of text, for example.
*/ inline TableCell& WithValue(const char* value) { SetValue(value); return *this;} /** * TRUE
if the response of the table cell is the top answer. This
* is the cell value or content with the highest confidence score or is the most
* relevant to the query.
TRUE
if the response of the table cell is the top answer. This
* is the cell value or content with the highest confidence score or is the most
* relevant to the query.
TRUE
if the response of the table cell is the top answer. This
* is the cell value or content with the highest confidence score or is the most
* relevant to the query.
TRUE
if the response of the table cell is the top answer. This
* is the cell value or content with the highest confidence score or is the most
* relevant to the query.
TRUE
means that the table cell has a high enough confidence and
* is relevant to the query, so the value or content should be highlighted.
TRUE
means that the table cell has a high enough confidence and
* is relevant to the query, so the value or content should be highlighted.
TRUE
means that the table cell has a high enough confidence and
* is relevant to the query, so the value or content should be highlighted.
TRUE
means that the table cell has a high enough confidence and
* is relevant to the query, so the value or content should be highlighted.
TRUE
means that the table cell should be treated as a
* header.
TRUE
means that the table cell should be treated as a
* header.
TRUE
means that the table cell should be treated as a
* header.
TRUE
means that the table cell should be treated as a
* header.