AWS SDK for C++

AWS SDK for C++ Version 1.11.746

Loading...
Searching...
No Matches
InputParallelism.h
1
6#pragma once
7#include <aws/kinesisanalyticsv2/KinesisAnalyticsV2_EXPORTS.h>
8
9namespace Aws {
10namespace Utils {
11namespace Json {
12class JsonValue;
13class JsonView;
14} // namespace Json
15} // namespace Utils
16namespace KinesisAnalyticsV2 {
17namespace Model {
18
27 public:
28 AWS_KINESISANALYTICSV2_API InputParallelism() = default;
29 AWS_KINESISANALYTICSV2_API InputParallelism(Aws::Utils::Json::JsonView jsonValue);
30 AWS_KINESISANALYTICSV2_API InputParallelism& operator=(Aws::Utils::Json::JsonView jsonValue);
31 AWS_KINESISANALYTICSV2_API Aws::Utils::Json::JsonValue Jsonize() const;
32
34
37 inline int GetCount() const { return m_count; }
38 inline bool CountHasBeenSet() const { return m_countHasBeenSet; }
39 inline void SetCount(int value) {
40 m_countHasBeenSet = true;
41 m_count = value;
42 }
43 inline InputParallelism& WithCount(int value) {
44 SetCount(value);
45 return *this;
46 }
48 private:
49 int m_count{0};
50 bool m_countHasBeenSet = false;
51};
52
53} // namespace Model
54} // namespace KinesisAnalyticsV2
55} // namespace Aws
AWS_KINESISANALYTICSV2_API InputParallelism & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_KINESISANALYTICSV2_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_KINESISANALYTICSV2_API InputParallelism()=default
AWS_KINESISANALYTICSV2_API InputParallelism(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue