AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
UpdateClusterConfigurationResult.h
1
6#pragma once
7#include <aws/kafka/Kafka_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13template<typename RESULT_TYPE>
14class AmazonWebServiceResult;
15
16namespace Utils
17{
18namespace Json
19{
20 class JsonValue;
21} // namespace Json
22} // namespace Utils
23namespace Kafka
24{
25namespace Model
26{
28 {
29 public:
30 AWS_KAFKA_API UpdateClusterConfigurationResult() = default;
33
34
36
41 inline const Aws::String& GetClusterArn() const { return m_clusterArn; }
42 template<typename ClusterArnT = Aws::String>
43 void SetClusterArn(ClusterArnT&& value) { m_clusterArnHasBeenSet = true; m_clusterArn = std::forward<ClusterArnT>(value); }
44 template<typename ClusterArnT = Aws::String>
45 UpdateClusterConfigurationResult& WithClusterArn(ClusterArnT&& value) { SetClusterArn(std::forward<ClusterArnT>(value)); return *this;}
47
49
55 inline const Aws::String& GetClusterOperationArn() const { return m_clusterOperationArn; }
56 template<typename ClusterOperationArnT = Aws::String>
57 void SetClusterOperationArn(ClusterOperationArnT&& value) { m_clusterOperationArnHasBeenSet = true; m_clusterOperationArn = std::forward<ClusterOperationArnT>(value); }
58 template<typename ClusterOperationArnT = Aws::String>
59 UpdateClusterConfigurationResult& WithClusterOperationArn(ClusterOperationArnT&& value) { SetClusterOperationArn(std::forward<ClusterOperationArnT>(value)); return *this;}
61
63
64 inline const Aws::String& GetRequestId() const { return m_requestId; }
65 template<typename RequestIdT = Aws::String>
66 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet = true; m_requestId = std::forward<RequestIdT>(value); }
67 template<typename RequestIdT = Aws::String>
68 UpdateClusterConfigurationResult& WithRequestId(RequestIdT&& value) { SetRequestId(std::forward<RequestIdT>(value)); return *this;}
70 private:
71
72 Aws::String m_clusterArn;
73 bool m_clusterArnHasBeenSet = false;
74
75 Aws::String m_clusterOperationArn;
76 bool m_clusterOperationArnHasBeenSet = false;
77
78 Aws::String m_requestId;
79 bool m_requestIdHasBeenSet = false;
80 };
81
82} // namespace Model
83} // namespace Kafka
84} // namespace Aws
UpdateClusterConfigurationResult & WithClusterOperationArn(ClusterOperationArnT &&value)
UpdateClusterConfigurationResult & WithRequestId(RequestIdT &&value)
AWS_KAFKA_API UpdateClusterConfigurationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateClusterConfigurationResult & WithClusterArn(ClusterArnT &&value)
AWS_KAFKA_API UpdateClusterConfigurationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue