AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
TextDocumentStatistics.h
1
6#pragma once
7#include <aws/qbusiness/QBusiness_EXPORTS.h>
8
9namespace Aws
10{
11namespace Utils
12{
13namespace Json
14{
15 class JsonValue;
16 class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace QBusiness
20{
21namespace Model
22{
23
31 {
32 public:
33 AWS_QBUSINESS_API TextDocumentStatistics();
36 AWS_QBUSINESS_API Aws::Utils::Json::JsonValue Jsonize() const;
37
38
40
43 inline long long GetIndexedTextBytes() const{ return m_indexedTextBytes; }
44 inline bool IndexedTextBytesHasBeenSet() const { return m_indexedTextBytesHasBeenSet; }
45 inline void SetIndexedTextBytes(long long value) { m_indexedTextBytesHasBeenSet = true; m_indexedTextBytes = value; }
46 inline TextDocumentStatistics& WithIndexedTextBytes(long long value) { SetIndexedTextBytes(value); return *this;}
48
50
53 inline int GetIndexedTextDocumentCount() const{ return m_indexedTextDocumentCount; }
54 inline bool IndexedTextDocumentCountHasBeenSet() const { return m_indexedTextDocumentCountHasBeenSet; }
55 inline void SetIndexedTextDocumentCount(int value) { m_indexedTextDocumentCountHasBeenSet = true; m_indexedTextDocumentCount = value; }
58 private:
59
60 long long m_indexedTextBytes;
61 bool m_indexedTextBytesHasBeenSet = false;
62
63 int m_indexedTextDocumentCount;
64 bool m_indexedTextDocumentCountHasBeenSet = false;
65 };
66
67} // namespace Model
68} // namespace QBusiness
69} // namespace Aws
TextDocumentStatistics & WithIndexedTextBytes(long long value)
TextDocumentStatistics & WithIndexedTextDocumentCount(int value)
AWS_QBUSINESS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QBUSINESS_API TextDocumentStatistics(Aws::Utils::Json::JsonView jsonValue)
AWS_QBUSINESS_API TextDocumentStatistics & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue