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;
41 template <
typename ChannelArnT = Aws::String>
43 m_channelArnHasBeenSet =
true;
44 m_channelArn = std::forward<ChannelArnT>(value);
46 template <
typename ChannelArnT = Aws::String>
61 template <
typename ClusterOperationArnT = Aws::String>
63 m_clusterOperationArnHasBeenSet =
true;
64 m_clusterOperationArn = std::forward<ClusterOperationArnT>(value);
66 template <
typename ClusterOperationArnT = Aws::String>
76 template <
typename RequestIdT = Aws::String>
78 m_requestIdHasBeenSet =
true;
79 m_requestId = std::forward<RequestIdT>(value);
81 template <
typename RequestIdT = Aws::String>
96 bool m_channelArnHasBeenSet =
false;
97 bool m_clusterOperationArnHasBeenSet =
false;
98 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
AWS_KAFKA_API UpdateChannelResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
UpdateChannelResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetChannelArn() const
const Aws::String & GetClusterOperationArn() const
UpdateChannelResult & WithClusterOperationArn(ClusterOperationArnT &&value)
const Aws::String & GetRequestId() const
UpdateChannelResult & WithChannelArn(ChannelArnT &&value)
AWS_KAFKA_API UpdateChannelResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetClusterOperationArn(ClusterOperationArnT &&value)
void SetChannelArn(ChannelArnT &&value)
AWS_KAFKA_API UpdateChannelResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue