AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
InputParallelism.h
1
6#pragma once
7#include <aws/kinesisanalytics/KinesisAnalytics_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 KinesisAnalytics
20{
21namespace Model
22{
23
33 {
34 public:
35 AWS_KINESISANALYTICS_API InputParallelism();
36 AWS_KINESISANALYTICS_API InputParallelism(Aws::Utils::Json::JsonView jsonValue);
37 AWS_KINESISANALYTICS_API InputParallelism& operator=(Aws::Utils::Json::JsonView jsonValue);
38 AWS_KINESISANALYTICS_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
47 inline int GetCount() const{ return m_count; }
48 inline bool CountHasBeenSet() const { return m_countHasBeenSet; }
49 inline void SetCount(int value) { m_countHasBeenSet = true; m_count = value; }
50 inline InputParallelism& WithCount(int value) { SetCount(value); return *this;}
52 private:
53
54 int m_count;
55 bool m_countHasBeenSet = false;
56 };
57
58} // namespace Model
59} // namespace KinesisAnalytics
60} // namespace Aws
AWS_KINESISANALYTICS_API InputParallelism(Aws::Utils::Json::JsonView jsonValue)
AWS_KINESISANALYTICS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_KINESISANALYTICS_API InputParallelism & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_KINESISANALYTICS_API InputParallelism()
Aws::Utils::Json::JsonValue JsonValue