/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include #include #include #include #include #include namespace Aws { namespace Utils { namespace Json { class JsonValue; class JsonView; } // namespace Json } // namespace Utils namespace kendra { namespace Model { /** *

Summary information for frequently asked questions and answers included in an * index.

See Also:

AWS * API Reference

*/ class FaqSummary { public: AWS_KENDRA_API FaqSummary(); AWS_KENDRA_API FaqSummary(Aws::Utils::Json::JsonView jsonValue); AWS_KENDRA_API FaqSummary& operator=(Aws::Utils::Json::JsonView jsonValue); AWS_KENDRA_API Aws::Utils::Json::JsonValue Jsonize() const; /** *

The identifier of the FAQ.

*/ inline const Aws::String& GetId() const{ return m_id; } /** *

The identifier of the FAQ.

*/ inline bool IdHasBeenSet() const { return m_idHasBeenSet; } /** *

The identifier of the FAQ.

*/ inline void SetId(const Aws::String& value) { m_idHasBeenSet = true; m_id = value; } /** *

The identifier of the FAQ.

*/ inline void SetId(Aws::String&& value) { m_idHasBeenSet = true; m_id = std::move(value); } /** *

The identifier of the FAQ.

*/ inline void SetId(const char* value) { m_idHasBeenSet = true; m_id.assign(value); } /** *

The identifier of the FAQ.

*/ inline FaqSummary& WithId(const Aws::String& value) { SetId(value); return *this;} /** *

The identifier of the FAQ.

*/ inline FaqSummary& WithId(Aws::String&& value) { SetId(std::move(value)); return *this;} /** *

The identifier of the FAQ.

*/ inline FaqSummary& WithId(const char* value) { SetId(value); return *this;} /** *

The name that you assigned the FAQ when you created or updated the FAQ.

*/ inline const Aws::String& GetName() const{ return m_name; } /** *

The name that you assigned the FAQ when you created or updated the FAQ.

*/ inline bool NameHasBeenSet() const { return m_nameHasBeenSet; } /** *

The name that you assigned the FAQ when you created or updated the FAQ.

*/ inline void SetName(const Aws::String& value) { m_nameHasBeenSet = true; m_name = value; } /** *

The name that you assigned the FAQ when you created or updated the FAQ.

*/ inline void SetName(Aws::String&& value) { m_nameHasBeenSet = true; m_name = std::move(value); } /** *

The name that you assigned the FAQ when you created or updated the FAQ.

*/ inline void SetName(const char* value) { m_nameHasBeenSet = true; m_name.assign(value); } /** *

The name that you assigned the FAQ when you created or updated the FAQ.

*/ inline FaqSummary& WithName(const Aws::String& value) { SetName(value); return *this;} /** *

The name that you assigned the FAQ when you created or updated the FAQ.

*/ inline FaqSummary& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;} /** *

The name that you assigned the FAQ when you created or updated the FAQ.

*/ inline FaqSummary& WithName(const char* value) { SetName(value); return *this;} /** *

The current status of the FAQ. When the status is ACTIVE the FAQ * is ready for use.

*/ inline const FaqStatus& GetStatus() const{ return m_status; } /** *

The current status of the FAQ. When the status is ACTIVE the FAQ * is ready for use.

*/ inline bool StatusHasBeenSet() const { return m_statusHasBeenSet; } /** *

The current status of the FAQ. When the status is ACTIVE the FAQ * is ready for use.

*/ inline void SetStatus(const FaqStatus& value) { m_statusHasBeenSet = true; m_status = value; } /** *

The current status of the FAQ. When the status is ACTIVE the FAQ * is ready for use.

*/ inline void SetStatus(FaqStatus&& value) { m_statusHasBeenSet = true; m_status = std::move(value); } /** *

The current status of the FAQ. When the status is ACTIVE the FAQ * is ready for use.

*/ inline FaqSummary& WithStatus(const FaqStatus& value) { SetStatus(value); return *this;} /** *

The current status of the FAQ. When the status is ACTIVE the FAQ * is ready for use.

*/ inline FaqSummary& WithStatus(FaqStatus&& value) { SetStatus(std::move(value)); return *this;} /** *

The Unix timestamp when the FAQ was created.

*/ inline const Aws::Utils::DateTime& GetCreatedAt() const{ return m_createdAt; } /** *

The Unix timestamp when the FAQ was created.

*/ inline bool CreatedAtHasBeenSet() const { return m_createdAtHasBeenSet; } /** *

The Unix timestamp when the FAQ was created.

*/ inline void SetCreatedAt(const Aws::Utils::DateTime& value) { m_createdAtHasBeenSet = true; m_createdAt = value; } /** *

The Unix timestamp when the FAQ was created.

*/ inline void SetCreatedAt(Aws::Utils::DateTime&& value) { m_createdAtHasBeenSet = true; m_createdAt = std::move(value); } /** *

The Unix timestamp when the FAQ was created.

*/ inline FaqSummary& WithCreatedAt(const Aws::Utils::DateTime& value) { SetCreatedAt(value); return *this;} /** *

The Unix timestamp when the FAQ was created.

*/ inline FaqSummary& WithCreatedAt(Aws::Utils::DateTime&& value) { SetCreatedAt(std::move(value)); return *this;} /** *

The Unix timestamp when the FAQ was last updated.

*/ inline const Aws::Utils::DateTime& GetUpdatedAt() const{ return m_updatedAt; } /** *

The Unix timestamp when the FAQ was last updated.

*/ inline bool UpdatedAtHasBeenSet() const { return m_updatedAtHasBeenSet; } /** *

The Unix timestamp when the FAQ was last updated.

*/ inline void SetUpdatedAt(const Aws::Utils::DateTime& value) { m_updatedAtHasBeenSet = true; m_updatedAt = value; } /** *

The Unix timestamp when the FAQ was last updated.

*/ inline void SetUpdatedAt(Aws::Utils::DateTime&& value) { m_updatedAtHasBeenSet = true; m_updatedAt = std::move(value); } /** *

The Unix timestamp when the FAQ was last updated.

*/ inline FaqSummary& WithUpdatedAt(const Aws::Utils::DateTime& value) { SetUpdatedAt(value); return *this;} /** *

The Unix timestamp when the FAQ was last updated.

*/ inline FaqSummary& WithUpdatedAt(Aws::Utils::DateTime&& value) { SetUpdatedAt(std::move(value)); return *this;} /** *

The file type used to create the FAQ.

*/ inline const FaqFileFormat& GetFileFormat() const{ return m_fileFormat; } /** *

The file type used to create the FAQ.

*/ inline bool FileFormatHasBeenSet() const { return m_fileFormatHasBeenSet; } /** *

The file type used to create the FAQ.

*/ inline void SetFileFormat(const FaqFileFormat& value) { m_fileFormatHasBeenSet = true; m_fileFormat = value; } /** *

The file type used to create the FAQ.

*/ inline void SetFileFormat(FaqFileFormat&& value) { m_fileFormatHasBeenSet = true; m_fileFormat = std::move(value); } /** *

The file type used to create the FAQ.

*/ inline FaqSummary& WithFileFormat(const FaqFileFormat& value) { SetFileFormat(value); return *this;} /** *

The file type used to create the FAQ.

*/ inline FaqSummary& WithFileFormat(FaqFileFormat&& value) { SetFileFormat(std::move(value)); return *this;} /** *

The code for a language. This shows a supported language for the FAQ document * as part of the summary information for FAQs. English is supported by default. * For more information on supported languages, including their codes, see Adding * documents in languages other than English.

*/ inline const Aws::String& GetLanguageCode() const{ return m_languageCode; } /** *

The code for a language. This shows a supported language for the FAQ document * as part of the summary information for FAQs. English is supported by default. * For more information on supported languages, including their codes, see Adding * documents in languages other than English.

*/ inline bool LanguageCodeHasBeenSet() const { return m_languageCodeHasBeenSet; } /** *

The code for a language. This shows a supported language for the FAQ document * as part of the summary information for FAQs. English is supported by default. * For more information on supported languages, including their codes, see Adding * documents in languages other than English.

*/ inline void SetLanguageCode(const Aws::String& value) { m_languageCodeHasBeenSet = true; m_languageCode = value; } /** *

The code for a language. This shows a supported language for the FAQ document * as part of the summary information for FAQs. English is supported by default. * For more information on supported languages, including their codes, see Adding * documents in languages other than English.

*/ inline void SetLanguageCode(Aws::String&& value) { m_languageCodeHasBeenSet = true; m_languageCode = std::move(value); } /** *

The code for a language. This shows a supported language for the FAQ document * as part of the summary information for FAQs. English is supported by default. * For more information on supported languages, including their codes, see Adding * documents in languages other than English.

*/ inline void SetLanguageCode(const char* value) { m_languageCodeHasBeenSet = true; m_languageCode.assign(value); } /** *

The code for a language. This shows a supported language for the FAQ document * as part of the summary information for FAQs. English is supported by default. * For more information on supported languages, including their codes, see Adding * documents in languages other than English.

*/ inline FaqSummary& WithLanguageCode(const Aws::String& value) { SetLanguageCode(value); return *this;} /** *

The code for a language. This shows a supported language for the FAQ document * as part of the summary information for FAQs. English is supported by default. * For more information on supported languages, including their codes, see Adding * documents in languages other than English.

*/ inline FaqSummary& WithLanguageCode(Aws::String&& value) { SetLanguageCode(std::move(value)); return *this;} /** *

The code for a language. This shows a supported language for the FAQ document * as part of the summary information for FAQs. English is supported by default. * For more information on supported languages, including their codes, see Adding * documents in languages other than English.

*/ inline FaqSummary& WithLanguageCode(const char* value) { SetLanguageCode(value); return *this;} private: Aws::String m_id; bool m_idHasBeenSet = false; Aws::String m_name; bool m_nameHasBeenSet = false; FaqStatus m_status; bool m_statusHasBeenSet = false; Aws::Utils::DateTime m_createdAt; bool m_createdAtHasBeenSet = false; Aws::Utils::DateTime m_updatedAt; bool m_updatedAtHasBeenSet = false; FaqFileFormat m_fileFormat; bool m_fileFormatHasBeenSet = false; Aws::String m_languageCode; bool m_languageCodeHasBeenSet = false; }; } // namespace Model } // namespace kendra } // namespace Aws