AWS SDK for C++

AWS SDK for C++ Version 1.11.760

Loading...
Searching...
No Matches
MinimumThroughputBillingCommitmentInput.h
1
6#pragma once
7#include <aws/kinesis/Kinesis_EXPORTS.h>
8#include <aws/kinesis/model/MinimumThroughputBillingCommitmentInputStatus.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace Kinesis {
20namespace Model {
21
37 public:
38 AWS_KINESIS_API MinimumThroughputBillingCommitmentInput() = default;
41 AWS_KINESIS_API Aws::Utils::Json::JsonValue Jsonize() const;
42
44
47 inline MinimumThroughputBillingCommitmentInputStatus GetStatus() const { return m_status; }
48 inline bool StatusHasBeenSet() const { return m_statusHasBeenSet; }
50 m_statusHasBeenSet = true;
51 m_status = value;
52 }
54 SetStatus(value);
55 return *this;
56 }
58 private:
60 bool m_statusHasBeenSet = false;
61};
62
63} // namespace Model
64} // namespace Kinesis
65} // namespace Aws
AWS_KINESIS_API MinimumThroughputBillingCommitmentInput & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_KINESIS_API Aws::Utils::Json::JsonValue Jsonize() const
MinimumThroughputBillingCommitmentInput & WithStatus(MinimumThroughputBillingCommitmentInputStatus value)
AWS_KINESIS_API MinimumThroughputBillingCommitmentInput(Aws::Utils::Json::JsonView jsonValue)
void SetStatus(MinimumThroughputBillingCommitmentInputStatus value)
Aws::Utils::Json::JsonValue JsonValue