AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ProvisionedCapacityUpdate.h
1
6#pragma once
7#include <aws/kafkaconnect/KafkaConnect_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 KafkaConnect
20{
21namespace Model
22{
23
30 {
31 public:
32 AWS_KAFKACONNECT_API ProvisionedCapacityUpdate();
35 AWS_KAFKACONNECT_API Aws::Utils::Json::JsonValue Jsonize() const;
36
37
39
43 inline int GetMcuCount() const{ return m_mcuCount; }
44 inline bool McuCountHasBeenSet() const { return m_mcuCountHasBeenSet; }
45 inline void SetMcuCount(int value) { m_mcuCountHasBeenSet = true; m_mcuCount = value; }
46 inline ProvisionedCapacityUpdate& WithMcuCount(int value) { SetMcuCount(value); return *this;}
48
50
53 inline int GetWorkerCount() const{ return m_workerCount; }
54 inline bool WorkerCountHasBeenSet() const { return m_workerCountHasBeenSet; }
55 inline void SetWorkerCount(int value) { m_workerCountHasBeenSet = true; m_workerCount = value; }
56 inline ProvisionedCapacityUpdate& WithWorkerCount(int value) { SetWorkerCount(value); return *this;}
58 private:
59
60 int m_mcuCount;
61 bool m_mcuCountHasBeenSet = false;
62
63 int m_workerCount;
64 bool m_workerCountHasBeenSet = false;
65 };
66
67} // namespace Model
68} // namespace KafkaConnect
69} // namespace Aws
AWS_KAFKACONNECT_API ProvisionedCapacityUpdate & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_KAFKACONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_KAFKACONNECT_API ProvisionedCapacityUpdate(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue