AWS SDK for C++

AWS SDK for C++ Version 1.11.741

Loading...
Searching...
No Matches
ProvisionedCapacityDescription.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
26 public:
27 AWS_KAFKACONNECT_API ProvisionedCapacityDescription() = default;
30 AWS_KAFKACONNECT_API Aws::Utils::Json::JsonValue Jsonize() const;
31
33
37 inline int GetMcuCount() const { return m_mcuCount; }
38 inline bool McuCountHasBeenSet() const { return m_mcuCountHasBeenSet; }
39 inline void SetMcuCount(int value) {
40 m_mcuCountHasBeenSet = true;
41 m_mcuCount = value;
42 }
44 SetMcuCount(value);
45 return *this;
46 }
48
50
53 inline int GetWorkerCount() const { return m_workerCount; }
54 inline bool WorkerCountHasBeenSet() const { return m_workerCountHasBeenSet; }
55 inline void SetWorkerCount(int value) {
56 m_workerCountHasBeenSet = true;
57 m_workerCount = value;
58 }
60 SetWorkerCount(value);
61 return *this;
62 }
64 private:
65 int m_mcuCount{0};
66
67 int m_workerCount{0};
68 bool m_mcuCountHasBeenSet = false;
69 bool m_workerCountHasBeenSet = false;
70};
71
72} // namespace Model
73} // namespace KafkaConnect
74} // namespace Aws
AWS_KAFKACONNECT_API ProvisionedCapacityDescription()=default
AWS_KAFKACONNECT_API ProvisionedCapacityDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_KAFKACONNECT_API ProvisionedCapacityDescription(Aws::Utils::Json::JsonView jsonValue)
AWS_KAFKACONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue