AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ExtractedCharactersListItem.h
1
6#pragma once
7#include <aws/comprehend/Comprehend_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 Comprehend
20{
21namespace Model
22{
23
31 {
32 public:
33 AWS_COMPREHEND_API ExtractedCharactersListItem();
36 AWS_COMPREHEND_API Aws::Utils::Json::JsonValue Jsonize() const;
37
38
40
43 inline int GetPage() const{ return m_page; }
44 inline bool PageHasBeenSet() const { return m_pageHasBeenSet; }
45 inline void SetPage(int value) { m_pageHasBeenSet = true; m_page = value; }
46 inline ExtractedCharactersListItem& WithPage(int value) { SetPage(value); return *this;}
48
50
53 inline int GetCount() const{ return m_count; }
54 inline bool CountHasBeenSet() const { return m_countHasBeenSet; }
55 inline void SetCount(int value) { m_countHasBeenSet = true; m_count = value; }
56 inline ExtractedCharactersListItem& WithCount(int value) { SetCount(value); return *this;}
58 private:
59
60 int m_page;
61 bool m_pageHasBeenSet = false;
62
63 int m_count;
64 bool m_countHasBeenSet = false;
65 };
66
67} // namespace Model
68} // namespace Comprehend
69} // namespace Aws
AWS_COMPREHEND_API ExtractedCharactersListItem & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_COMPREHEND_API ExtractedCharactersListItem(Aws::Utils::Json::JsonView jsonValue)
AWS_COMPREHEND_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue