AWS SDK for C++

AWS SDK for C++ Version 1.11.741

Loading...
Searching...
No Matches
ProvisionedCapacityUpdate.h
1
6#pragma once
7#include <aws/kafkaconnect/KafkaConnect_EXPORTS.h>
8
9namespace Aws {
10namespace Utils {
11namespace Json {
12class JsonValue;
13class JsonView;
14} // namespace Json
15} // namespace Utils
16namespace KafkaConnect {
17namespace Model {
18
25 public:
26 AWS_KAFKACONNECT_API ProvisionedCapacityUpdate() = default;
29 AWS_KAFKACONNECT_API Aws::Utils::Json::JsonValue Jsonize() const;
30
32
36 inline int GetMcuCount() const { return m_mcuCount; }
37 inline bool McuCountHasBeenSet() const { return m_mcuCountHasBeenSet; }
38 inline void SetMcuCount(int value) {
39 m_mcuCountHasBeenSet = true;
40 m_mcuCount = value;
41 }
43 SetMcuCount(value);
44 return *this;
45 }
47
49
52 inline int GetWorkerCount() const { return m_workerCount; }
53 inline bool WorkerCountHasBeenSet() const { return m_workerCountHasBeenSet; }
54 inline void SetWorkerCount(int value) {
55 m_workerCountHasBeenSet = true;
56 m_workerCount = value;
57 }
59 SetWorkerCount(value);
60 return *this;
61 }
63 private:
64 int m_mcuCount{0};
65
66 int m_workerCount{0};
67 bool m_mcuCountHasBeenSet = false;
68 bool m_workerCountHasBeenSet = false;
69};
70
71} // namespace Model
72} // namespace KafkaConnect
73} // namespace Aws
AWS_KAFKACONNECT_API ProvisionedCapacityUpdate()=default
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