AWS SDK for C++

AWS SDK for C++ Version 1.11.717

Loading...
Searching...
No Matches
ClusterOperationStepInfo.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/kafka/Kafka_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace Kafka {
20namespace Model {
21
31 public:
32 AWS_KAFKA_API ClusterOperationStepInfo() = default;
35 AWS_KAFKA_API Aws::Utils::Json::JsonValue Jsonize() const;
36
38
43 inline const Aws::String& GetStepStatus() const { return m_stepStatus; }
44 inline bool StepStatusHasBeenSet() const { return m_stepStatusHasBeenSet; }
45 template <typename StepStatusT = Aws::String>
46 void SetStepStatus(StepStatusT&& value) {
47 m_stepStatusHasBeenSet = true;
48 m_stepStatus = std::forward<StepStatusT>(value);
49 }
50 template <typename StepStatusT = Aws::String>
52 SetStepStatus(std::forward<StepStatusT>(value));
53 return *this;
54 }
56 private:
57 Aws::String m_stepStatus;
58 bool m_stepStatusHasBeenSet = false;
59};
60
61} // namespace Model
62} // namespace Kafka
63} // namespace Aws
AWS_KAFKA_API ClusterOperationStepInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_KAFKA_API ClusterOperationStepInfo(Aws::Utils::Json::JsonView jsonValue)
AWS_KAFKA_API ClusterOperationStepInfo()=default
AWS_KAFKA_API Aws::Utils::Json::JsonValue Jsonize() const
ClusterOperationStepInfo & WithStepStatus(StepStatusT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue