AWS SDK for C++

AWS SDK for C++ Version 1.11.760

Loading...
Searching...
No Matches
WarmThroughputObject.h
1
6#pragma once
7#include <aws/kinesis/Kinesis_EXPORTS.h>
8
9namespace Aws {
10namespace Utils {
11namespace Json {
12class JsonValue;
13class JsonView;
14} // namespace Json
15} // namespace Utils
16namespace Kinesis {
17namespace Model {
18
28 public:
29 AWS_KINESIS_API WarmThroughputObject() = default;
32 AWS_KINESIS_API Aws::Utils::Json::JsonValue Jsonize() const;
33
35
39 inline int GetTargetMiBps() const { return m_targetMiBps; }
40 inline bool TargetMiBpsHasBeenSet() const { return m_targetMiBpsHasBeenSet; }
41 inline void SetTargetMiBps(int value) {
42 m_targetMiBpsHasBeenSet = true;
43 m_targetMiBps = value;
44 }
46 SetTargetMiBps(value);
47 return *this;
48 }
50
52
56 inline int GetCurrentMiBps() const { return m_currentMiBps; }
57 inline bool CurrentMiBpsHasBeenSet() const { return m_currentMiBpsHasBeenSet; }
58 inline void SetCurrentMiBps(int value) {
59 m_currentMiBpsHasBeenSet = true;
60 m_currentMiBps = value;
61 }
63 SetCurrentMiBps(value);
64 return *this;
65 }
67 private:
68 int m_targetMiBps{0};
69
70 int m_currentMiBps{0};
71 bool m_targetMiBpsHasBeenSet = false;
72 bool m_currentMiBpsHasBeenSet = false;
73};
74
75} // namespace Model
76} // namespace Kinesis
77} // namespace Aws
WarmThroughputObject & WithCurrentMiBps(int value)
AWS_KINESIS_API WarmThroughputObject(Aws::Utils::Json::JsonView jsonValue)
AWS_KINESIS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_KINESIS_API WarmThroughputObject & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_KINESIS_API WarmThroughputObject()=default
WarmThroughputObject & WithTargetMiBps(int value)
Aws::Utils::Json::JsonValue JsonValue