AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
ConnectorOperationStep.h
1
6#pragma once
7#include <aws/kafkaconnect/KafkaConnect_EXPORTS.h>
8#include <aws/kafkaconnect/model/ConnectorOperationStepType.h>
9#include <aws/kafkaconnect/model/ConnectorOperationStepState.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace KafkaConnect
23{
24namespace Model
25{
26
34 {
35 public:
36 AWS_KAFKACONNECT_API ConnectorOperationStep() = default;
37 AWS_KAFKACONNECT_API ConnectorOperationStep(Aws::Utils::Json::JsonView jsonValue);
39 AWS_KAFKACONNECT_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
46 inline ConnectorOperationStepType GetStepType() const { return m_stepType; }
47 inline bool StepTypeHasBeenSet() const { return m_stepTypeHasBeenSet; }
48 inline void SetStepType(ConnectorOperationStepType value) { m_stepTypeHasBeenSet = true; m_stepType = value; }
51
53
56 inline ConnectorOperationStepState GetStepState() const { return m_stepState; }
57 inline bool StepStateHasBeenSet() const { return m_stepStateHasBeenSet; }
58 inline void SetStepState(ConnectorOperationStepState value) { m_stepStateHasBeenSet = true; m_stepState = value; }
61 private:
62
64 bool m_stepTypeHasBeenSet = false;
65
67 bool m_stepStateHasBeenSet = false;
68 };
69
70} // namespace Model
71} // namespace KafkaConnect
72} // namespace Aws
ConnectorOperationStep & WithStepType(ConnectorOperationStepType value)
AWS_KAFKACONNECT_API ConnectorOperationStep()=default
AWS_KAFKACONNECT_API ConnectorOperationStep(Aws::Utils::Json::JsonView jsonValue)
ConnectorOperationStep & WithStepState(ConnectorOperationStepState value)
void SetStepType(ConnectorOperationStepType value)
void SetStepState(ConnectorOperationStepState value)
AWS_KAFKACONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_KAFKACONNECT_API ConnectorOperationStep & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue