7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/kendra/Kendra_EXPORTS.h>
10#include <aws/kendra/model/FaqFileFormat.h>
11#include <aws/kendra/model/FaqStatus.h>
44 template <
typename IdT = Aws::String>
46 m_idHasBeenSet =
true;
47 m_id = std::forward<IdT>(value);
49 template <
typename IdT = Aws::String>
51 SetId(std::forward<IdT>(value));
62 template <
typename NameT = Aws::String>
64 m_nameHasBeenSet =
true;
65 m_name = std::forward<NameT>(value);
67 template <
typename NameT = Aws::String>
69 SetName(std::forward<NameT>(value));
82 m_statusHasBeenSet =
true;
97 template <
typename CreatedAtT = Aws::Utils::DateTime>
99 m_createdAtHasBeenSet =
true;
100 m_createdAt = std::forward<CreatedAtT>(value);
102 template <
typename CreatedAtT = Aws::Utils::DateTime>
115 template <
typename UpdatedAtT = Aws::Utils::DateTime>
117 m_updatedAtHasBeenSet =
true;
118 m_updatedAt = std::forward<UpdatedAtT>(value);
120 template <
typename UpdatedAtT = Aws::Utils::DateTime>
134 m_fileFormatHasBeenSet =
true;
135 m_fileFormat = value;
153 template <
typename LanguageCodeT = Aws::String>
155 m_languageCodeHasBeenSet =
true;
156 m_languageCode = std::forward<LanguageCodeT>(value);
158 template <
typename LanguageCodeT = Aws::String>
178 bool m_idHasBeenSet =
false;
179 bool m_nameHasBeenSet =
false;
180 bool m_statusHasBeenSet =
false;
181 bool m_createdAtHasBeenSet =
false;
182 bool m_updatedAtHasBeenSet =
false;
183 bool m_fileFormatHasBeenSet =
false;
184 bool m_languageCodeHasBeenSet =
false;
FaqSummary & WithStatus(FaqStatus value)
bool IdHasBeenSet() const
FaqFileFormat GetFileFormat() const
FaqSummary & WithName(NameT &&value)
FaqSummary & WithUpdatedAt(UpdatedAtT &&value)
const Aws::String & GetName() const
void SetStatus(FaqStatus value)
void SetUpdatedAt(UpdatedAtT &&value)
void SetCreatedAt(CreatedAtT &&value)
bool CreatedAtHasBeenSet() const
const Aws::Utils::DateTime & GetCreatedAt() const
const Aws::String & GetLanguageCode() const
FaqSummary & WithLanguageCode(LanguageCodeT &&value)
void SetFileFormat(FaqFileFormat value)
const Aws::String & GetId() const
bool StatusHasBeenSet() const
FaqStatus GetStatus() const
FaqSummary & WithFileFormat(FaqFileFormat value)
AWS_KENDRA_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_KENDRA_API FaqSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool NameHasBeenSet() const
FaqSummary & WithId(IdT &&value)
bool FileFormatHasBeenSet() const
bool LanguageCodeHasBeenSet() const
const Aws::Utils::DateTime & GetUpdatedAt() const
AWS_KENDRA_API FaqSummary(Aws::Utils::Json::JsonView jsonValue)
bool UpdatedAtHasBeenSet() const
FaqSummary & WithCreatedAt(CreatedAtT &&value)
void SetLanguageCode(LanguageCodeT &&value)
void SetName(NameT &&value)
AWS_KENDRA_API FaqSummary()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue