AWS SDK for C++

AWS SDK for C++ Version 1.11.740

Loading...
Searching...
No Matches
InputParallelism.h
1
6#pragma once
7#include <aws/kinesisanalytics/KinesisAnalytics_EXPORTS.h>
8
9namespace Aws {
10namespace Utils {
11namespace Json {
12class JsonValue;
13class JsonView;
14} // namespace Json
15} // namespace Utils
16namespace KinesisAnalytics {
17namespace Model {
18
28 public:
29 AWS_KINESISANALYTICS_API InputParallelism() = default;
30 AWS_KINESISANALYTICS_API InputParallelism(Aws::Utils::Json::JsonView jsonValue);
31 AWS_KINESISANALYTICS_API InputParallelism& operator=(Aws::Utils::Json::JsonView jsonValue);
32 AWS_KINESISANALYTICS_API Aws::Utils::Json::JsonValue Jsonize() const;
33
35
40 inline int GetCount() const { return m_count; }
41 inline bool CountHasBeenSet() const { return m_countHasBeenSet; }
42 inline void SetCount(int value) {
43 m_countHasBeenSet = true;
44 m_count = value;
45 }
46 inline InputParallelism& WithCount(int value) {
47 SetCount(value);
48 return *this;
49 }
51 private:
52 int m_count{0};
53 bool m_countHasBeenSet = false;
54};
55
56} // namespace Model
57} // namespace KinesisAnalytics
58} // 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()=default
Aws::Utils::Json::JsonValue JsonValue