AWS SDK for C++

AWS SDK for C++ Version 1.11.718

Loading...
Searching...
No Matches
UpdateRebalancingResult.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 {
13template <typename RESULT_TYPE>
14class AmazonWebServiceResult;
15
16namespace Utils {
17namespace Json {
18class JsonValue;
19} // namespace Json
20} // namespace Utils
21namespace Kafka {
22namespace Model {
24 public:
25 AWS_KAFKA_API UpdateRebalancingResult() = default;
28
30
36 inline const Aws::String& GetClusterArn() const { return m_clusterArn; }
37 template <typename ClusterArnT = Aws::String>
38 void SetClusterArn(ClusterArnT&& value) {
39 m_clusterArnHasBeenSet = true;
40 m_clusterArn = std::forward<ClusterArnT>(value);
41 }
42 template <typename ClusterArnT = Aws::String>
44 SetClusterArn(std::forward<ClusterArnT>(value));
45 return *this;
46 }
48
50
56 inline const Aws::String& GetClusterOperationArn() const { return m_clusterOperationArn; }
57 template <typename ClusterOperationArnT = Aws::String>
58 void SetClusterOperationArn(ClusterOperationArnT&& value) {
59 m_clusterOperationArnHasBeenSet = true;
60 m_clusterOperationArn = std::forward<ClusterOperationArnT>(value);
61 }
62 template <typename ClusterOperationArnT = Aws::String>
63 UpdateRebalancingResult& WithClusterOperationArn(ClusterOperationArnT&& value) {
64 SetClusterOperationArn(std::forward<ClusterOperationArnT>(value));
65 return *this;
66 }
68
70
71 inline const Aws::String& GetRequestId() const { return m_requestId; }
72 template <typename RequestIdT = Aws::String>
73 void SetRequestId(RequestIdT&& value) {
74 m_requestIdHasBeenSet = true;
75 m_requestId = std::forward<RequestIdT>(value);
76 }
77 template <typename RequestIdT = Aws::String>
79 SetRequestId(std::forward<RequestIdT>(value));
80 return *this;
81 }
83 private:
84 Aws::String m_clusterArn;
85
86 Aws::String m_clusterOperationArn;
87
88 Aws::String m_requestId;
89 bool m_clusterArnHasBeenSet = false;
90 bool m_clusterOperationArnHasBeenSet = false;
91 bool m_requestIdHasBeenSet = false;
92};
93
94} // namespace Model
95} // namespace Kafka
96} // namespace Aws
AWS_KAFKA_API UpdateRebalancingResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_KAFKA_API UpdateRebalancingResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_KAFKA_API UpdateRebalancingResult()=default
void SetClusterOperationArn(ClusterOperationArnT &&value)
UpdateRebalancingResult & WithRequestId(RequestIdT &&value)
UpdateRebalancingResult & WithClusterOperationArn(ClusterOperationArnT &&value)
UpdateRebalancingResult & WithClusterArn(ClusterArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue