7#include <aws/kendra/Kendra_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/kendra/model/FaqStatus.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/kendra/model/FaqFileFormat.h>
50 template<
typename IdT = Aws::String>
51 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
52 template<
typename IdT = Aws::String>
62 template<
typename NameT = Aws::String>
63 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
64 template<
typename NameT = Aws::String>
85 template<
typename CreatedAtT = Aws::Utils::DateTime>
86 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
87 template<
typename CreatedAtT = Aws::Utils::DateTime>
97 template<
typename UpdatedAtT = Aws::Utils::DateTime>
98 void SetUpdatedAt(UpdatedAtT&& value) { m_updatedAtHasBeenSet =
true; m_updatedAt = std::forward<UpdatedAtT>(value); }
99 template<
typename UpdatedAtT = Aws::Utils::DateTime>
123 template<
typename LanguageCodeT = Aws::String>
124 void SetLanguageCode(LanguageCodeT&& value) { m_languageCodeHasBeenSet =
true; m_languageCode = std::forward<LanguageCodeT>(value); }
125 template<
typename LanguageCodeT = Aws::String>
131 bool m_idHasBeenSet =
false;
134 bool m_nameHasBeenSet =
false;
137 bool m_statusHasBeenSet =
false;
140 bool m_createdAtHasBeenSet =
false;
143 bool m_updatedAtHasBeenSet =
false;
146 bool m_fileFormatHasBeenSet =
false;
149 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