AWS SDK for C++

AWS SDK for C++ Version 1.11.740

Loading...
Searching...
No Matches
InputParallelismUpdate.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
25 public:
26 AWS_KINESISANALYTICS_API InputParallelismUpdate() = default;
27 AWS_KINESISANALYTICS_API InputParallelismUpdate(Aws::Utils::Json::JsonView jsonValue);
28 AWS_KINESISANALYTICS_API InputParallelismUpdate& operator=(Aws::Utils::Json::JsonView jsonValue);
29 AWS_KINESISANALYTICS_API Aws::Utils::Json::JsonValue Jsonize() const;
30
32
36 inline int GetCountUpdate() const { return m_countUpdate; }
37 inline bool CountUpdateHasBeenSet() const { return m_countUpdateHasBeenSet; }
38 inline void SetCountUpdate(int value) {
39 m_countUpdateHasBeenSet = true;
40 m_countUpdate = value;
41 }
43 SetCountUpdate(value);
44 return *this;
45 }
47 private:
48 int m_countUpdate{0};
49 bool m_countUpdateHasBeenSet = false;
50};
51
52} // namespace Model
53} // namespace KinesisAnalytics
54} // namespace Aws
AWS_KINESISANALYTICS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_KINESISANALYTICS_API InputParallelismUpdate & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_KINESISANALYTICS_API InputParallelismUpdate(Aws::Utils::Json::JsonView jsonValue)
AWS_KINESISANALYTICS_API InputParallelismUpdate()=default
Aws::Utils::Json::JsonValue JsonValue