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>
12#include <aws/kendra/model/S3Path.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
38 template <
typename IdT = Aws::String>
40 m_idHasBeenSet =
true;
41 m_id = std::forward<IdT>(value);
43 template <
typename IdT = Aws::String>
45 SetId(std::forward<IdT>(value));
55 template <
typename IndexIdT = Aws::String>
57 m_indexIdHasBeenSet =
true;
58 m_indexId = std::forward<IndexIdT>(value);
60 template <
typename IndexIdT = Aws::String>
72 template <
typename NameT = Aws::String>
74 m_nameHasBeenSet =
true;
75 m_name = std::forward<NameT>(value);
77 template <
typename NameT = Aws::String>
79 SetName(std::forward<NameT>(value));
89 template <
typename DescriptionT = Aws::String>
91 m_descriptionHasBeenSet =
true;
92 m_description = std::forward<DescriptionT>(value);
94 template <
typename DescriptionT = Aws::String>
106 template <
typename CreatedAtT = Aws::Utils::DateTime>
108 m_createdAtHasBeenSet =
true;
109 m_createdAt = std::forward<CreatedAtT>(value);
111 template <
typename CreatedAtT = Aws::Utils::DateTime>
123 template <
typename UpdatedAtT = Aws::Utils::DateTime>
125 m_updatedAtHasBeenSet =
true;
126 m_updatedAt = std::forward<UpdatedAtT>(value);
128 template <
typename UpdatedAtT = Aws::Utils::DateTime>
138 template <
typename S3PathT = S3Path>
140 m_s3PathHasBeenSet =
true;
141 m_s3Path = std::forward<S3PathT>(value);
143 template <
typename S3PathT = S3Path>
157 m_statusHasBeenSet =
true;
172 template <
typename RoleArnT = Aws::String>
174 m_roleArnHasBeenSet =
true;
175 m_roleArn = std::forward<RoleArnT>(value);
177 template <
typename RoleArnT = Aws::String>
190 template <
typename ErrorMessageT = Aws::String>
192 m_errorMessageHasBeenSet =
true;
193 m_errorMessage = std::forward<ErrorMessageT>(value);
195 template <
typename ErrorMessageT = Aws::String>
208 m_fileFormatHasBeenSet =
true;
209 m_fileFormat = value;
226 template <
typename LanguageCodeT = Aws::String>
228 m_languageCodeHasBeenSet =
true;
229 m_languageCode = std::forward<LanguageCodeT>(value);
231 template <
typename LanguageCodeT = Aws::String>
241 template <
typename RequestIdT = Aws::String>
243 m_requestIdHasBeenSet =
true;
244 m_requestId = std::forward<RequestIdT>(value);
246 template <
typename RequestIdT = Aws::String>
254 bool m_idHasBeenSet =
false;
257 bool m_indexIdHasBeenSet =
false;
260 bool m_nameHasBeenSet =
false;
263 bool m_descriptionHasBeenSet =
false;
266 bool m_createdAtHasBeenSet =
false;
269 bool m_updatedAtHasBeenSet =
false;
272 bool m_s3PathHasBeenSet =
false;
275 bool m_statusHasBeenSet =
false;
278 bool m_roleArnHasBeenSet =
false;
281 bool m_errorMessageHasBeenSet =
false;
284 bool m_fileFormatHasBeenSet =
false;
287 bool m_languageCodeHasBeenSet =
false;
290 bool m_requestIdHasBeenSet =
false;
FaqFileFormat GetFileFormat() const
DescribeFaqResult & WithS3Path(S3PathT &&value)
const Aws::String & GetId() const
FaqStatus GetStatus() const
void SetName(NameT &&value)
void SetStatus(FaqStatus value)
DescribeFaqResult & WithId(IdT &&value)
const S3Path & GetS3Path() const
const Aws::String & GetDescription() const
void SetRequestId(RequestIdT &&value)
const Aws::String & GetIndexId() const
const Aws::String & GetErrorMessage() const
const Aws::String & GetName() const
AWS_KENDRA_API DescribeFaqResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetLanguageCode() const
void SetErrorMessage(ErrorMessageT &&value)
void SetCreatedAt(CreatedAtT &&value)
DescribeFaqResult & WithLanguageCode(LanguageCodeT &&value)
DescribeFaqResult & WithRoleArn(RoleArnT &&value)
DescribeFaqResult & WithDescription(DescriptionT &&value)
DescribeFaqResult & WithIndexId(IndexIdT &&value)
const Aws::String & GetRoleArn() const
DescribeFaqResult & WithErrorMessage(ErrorMessageT &&value)
const Aws::Utils::DateTime & GetUpdatedAt() const
void SetS3Path(S3PathT &&value)
void SetRoleArn(RoleArnT &&value)
DescribeFaqResult & WithFileFormat(FaqFileFormat value)
AWS_KENDRA_API DescribeFaqResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeFaqResult & WithUpdatedAt(UpdatedAtT &&value)
void SetUpdatedAt(UpdatedAtT &&value)
void SetIndexId(IndexIdT &&value)
DescribeFaqResult & WithName(NameT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
void SetDescription(DescriptionT &&value)
DescribeFaqResult & WithStatus(FaqStatus value)
void SetFileFormat(FaqFileFormat value)
DescribeFaqResult & WithRequestId(RequestIdT &&value)
void SetLanguageCode(LanguageCodeT &&value)
const Aws::String & GetRequestId() const
DescribeFaqResult & WithCreatedAt(CreatedAtT &&value)
AWS_KENDRA_API DescribeFaqResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue