AWS SDK for C++
1.9.4
AWS SDK for C++
|
#include <DocumentAttribute.h>
Public Member Functions | |
DocumentAttribute () | |
DocumentAttribute (Aws::Utils::Json::JsonView jsonValue) | |
DocumentAttribute & | operator= (Aws::Utils::Json::JsonView jsonValue) |
Aws::Utils::Json::JsonValue | Jsonize () const |
const Aws::String & | GetKey () const |
bool | KeyHasBeenSet () const |
void | SetKey (const Aws::String &value) |
void | SetKey (Aws::String &&value) |
void | SetKey (const char *value) |
DocumentAttribute & | WithKey (const Aws::String &value) |
DocumentAttribute & | WithKey (Aws::String &&value) |
DocumentAttribute & | WithKey (const char *value) |
const DocumentAttributeValue & | GetValue () const |
bool | ValueHasBeenSet () const |
void | SetValue (const DocumentAttributeValue &value) |
void | SetValue (DocumentAttributeValue &&value) |
DocumentAttribute & | WithValue (const DocumentAttributeValue &value) |
DocumentAttribute & | WithValue (DocumentAttributeValue &&value) |
A custom attribute value assigned to a document.
Definition at line 33 of file DocumentAttribute.h.
Aws::kendra::Model::DocumentAttribute::DocumentAttribute | ( | ) |
Aws::kendra::Model::DocumentAttribute::DocumentAttribute | ( | Aws::Utils::Json::JsonView | jsonValue | ) |
|
inline |
The identifier for the attribute.
Definition at line 45 of file DocumentAttribute.h.
|
inline |
The value of the attribute.
Definition at line 86 of file DocumentAttribute.h.
Aws::Utils::Json::JsonValue Aws::kendra::Model::DocumentAttribute::Jsonize | ( | ) | const |
|
inline |
The identifier for the attribute.
Definition at line 50 of file DocumentAttribute.h.
DocumentAttribute& Aws::kendra::Model::DocumentAttribute::operator= | ( | Aws::Utils::Json::JsonView | jsonValue | ) |
|
inline |
The identifier for the attribute.
Definition at line 60 of file DocumentAttribute.h.
|
inline |
The identifier for the attribute.
Definition at line 55 of file DocumentAttribute.h.
|
inline |
The identifier for the attribute.
Definition at line 65 of file DocumentAttribute.h.
|
inline |
The value of the attribute.
Definition at line 96 of file DocumentAttribute.h.
|
inline |
The value of the attribute.
Definition at line 101 of file DocumentAttribute.h.
|
inline |
The value of the attribute.
Definition at line 91 of file DocumentAttribute.h.
|
inline |
The identifier for the attribute.
Definition at line 75 of file DocumentAttribute.h.
|
inline |
The identifier for the attribute.
Definition at line 70 of file DocumentAttribute.h.
|
inline |
The identifier for the attribute.
Definition at line 80 of file DocumentAttribute.h.
|
inline |
The value of the attribute.
Definition at line 106 of file DocumentAttribute.h.
|
inline |
The value of the attribute.
Definition at line 111 of file DocumentAttribute.h.