7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/kafka/Kafka_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
38 template <
typename ClusterArnT = Aws::String>
40 m_clusterArnHasBeenSet =
true;
41 m_clusterArn = std::forward<ClusterArnT>(value);
43 template <
typename ClusterArnT = Aws::String>
58 template <
typename ClusterOperationArnT = Aws::String>
60 m_clusterOperationArnHasBeenSet =
true;
61 m_clusterOperationArn = std::forward<ClusterOperationArnT>(value);
63 template <
typename ClusterOperationArnT = Aws::String>
73 template <
typename RequestIdT = Aws::String>
75 m_requestIdHasBeenSet =
true;
76 m_requestId = std::forward<RequestIdT>(value);
78 template <
typename RequestIdT = Aws::String>
93 bool m_clusterArnHasBeenSet =
false;
94 bool m_clusterOperationArnHasBeenSet =
false;
95 bool m_requestIdHasBeenSet =
false;
void SetClusterArn(ClusterArnT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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
const Aws::String & GetClusterOperationArn() const
void SetClusterOperationArn(ClusterOperationArnT &&value)
UpdateRebalancingResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
const Aws::String & GetClusterArn() const
UpdateRebalancingResult & WithClusterOperationArn(ClusterOperationArnT &&value)
void SetRequestId(RequestIdT &&value)
UpdateRebalancingResult & WithClusterArn(ClusterArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue