AWS SDK for C++

AWS SDK for C++ Version 1.11.748

Loading...
Searching...
No Matches
FaqStatistics.h
1
6#pragma once
7#include <aws/kendra/Kendra_EXPORTS.h>
8
9namespace Aws {
10namespace Utils {
11namespace Json {
12class JsonValue;
13class JsonView;
14} // namespace Json
15} // namespace Utils
16namespace kendra {
17namespace Model {
18
26 public:
27 AWS_KENDRA_API FaqStatistics() = default;
28 AWS_KENDRA_API FaqStatistics(Aws::Utils::Json::JsonView jsonValue);
30 AWS_KENDRA_API Aws::Utils::Json::JsonValue Jsonize() const;
31
33
36 inline int GetIndexedQuestionAnswersCount() const { return m_indexedQuestionAnswersCount; }
37 inline bool IndexedQuestionAnswersCountHasBeenSet() const { return m_indexedQuestionAnswersCountHasBeenSet; }
38 inline void SetIndexedQuestionAnswersCount(int value) {
39 m_indexedQuestionAnswersCountHasBeenSet = true;
40 m_indexedQuestionAnswersCount = value;
41 }
44 return *this;
45 }
47 private:
48 int m_indexedQuestionAnswersCount{0};
49 bool m_indexedQuestionAnswersCountHasBeenSet = false;
50};
51
52} // namespace Model
53} // namespace kendra
54} // namespace Aws
bool IndexedQuestionAnswersCountHasBeenSet() const
AWS_KENDRA_API FaqStatistics & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_KENDRA_API FaqStatistics(Aws::Utils::Json::JsonView jsonValue)
FaqStatistics & WithIndexedQuestionAnswersCount(int value)
AWS_KENDRA_API FaqStatistics()=default
AWS_KENDRA_API Aws::Utils::Json::JsonValue Jsonize() const
void SetIndexedQuestionAnswersCount(int value)
Aws::Utils::Json::JsonValue JsonValue