7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/kendra/Kendra_EXPORTS.h>
46 template <
typename IdT = Aws::String>
48 m_idHasBeenSet =
true;
49 m_id = std::forward<IdT>(value);
51 template <
typename IdT = Aws::String>
53 SetId(std::forward<IdT>(value));
64 template <
typename TitleT = Aws::String>
66 m_titleHasBeenSet =
true;
67 m_title = std::forward<TitleT>(value);
69 template <
typename TitleT = Aws::String>
71 SetTitle(std::forward<TitleT>(value));
82 template <
typename URIT = Aws::String>
84 m_uRIHasBeenSet =
true;
85 m_uRI = std::forward<URIT>(value);
87 template <
typename URIT = Aws::String>
89 SetURI(std::forward<URIT>(value));
99 bool m_idHasBeenSet =
false;
100 bool m_titleHasBeenSet =
false;
101 bool m_uRIHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue