AWS SDK for C++
1.9.1
AWS SDK for C++
|
#include <AdditionalResultAttributeValue.h>
Public Member Functions | |
AdditionalResultAttributeValue () | |
AdditionalResultAttributeValue (Aws::Utils::Json::JsonView jsonValue) | |
AdditionalResultAttributeValue & | operator= (Aws::Utils::Json::JsonView jsonValue) |
Aws::Utils::Json::JsonValue | Jsonize () const |
const TextWithHighlights & | GetTextWithHighlightsValue () const |
bool | TextWithHighlightsValueHasBeenSet () const |
void | SetTextWithHighlightsValue (const TextWithHighlights &value) |
void | SetTextWithHighlightsValue (TextWithHighlights &&value) |
AdditionalResultAttributeValue & | WithTextWithHighlightsValue (const TextWithHighlights &value) |
AdditionalResultAttributeValue & | WithTextWithHighlightsValue (TextWithHighlights &&value) |
An attribute returned with a document from a search.
Definition at line 32 of file AdditionalResultAttributeValue.h.
Aws::kendra::Model::AdditionalResultAttributeValue::AdditionalResultAttributeValue | ( | ) |
Aws::kendra::Model::AdditionalResultAttributeValue::AdditionalResultAttributeValue | ( | Aws::Utils::Json::JsonView | jsonValue | ) |
|
inline |
The text associated with the attribute and information about the highlight to apply to the text.
Definition at line 45 of file AdditionalResultAttributeValue.h.
Aws::Utils::Json::JsonValue Aws::kendra::Model::AdditionalResultAttributeValue::Jsonize | ( | ) | const |
AdditionalResultAttributeValue& Aws::kendra::Model::AdditionalResultAttributeValue::operator= | ( | Aws::Utils::Json::JsonView | jsonValue | ) |
|
inline |
The text associated with the attribute and information about the highlight to apply to the text.
Definition at line 57 of file AdditionalResultAttributeValue.h.
|
inline |
The text associated with the attribute and information about the highlight to apply to the text.
Definition at line 63 of file AdditionalResultAttributeValue.h.
|
inline |
The text associated with the attribute and information about the highlight to apply to the text.
Definition at line 51 of file AdditionalResultAttributeValue.h.
|
inline |
The text associated with the attribute and information about the highlight to apply to the text.
Definition at line 69 of file AdditionalResultAttributeValue.h.
|
inline |
The text associated with the attribute and information about the highlight to apply to the text.
Definition at line 75 of file AdditionalResultAttributeValue.h.