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;
44 template <
typename ChannelArnT = Aws::String>
46 m_channelArnHasBeenSet =
true;
47 m_channelArn = std::forward<ChannelArnT>(value);
49 template <
typename ChannelArnT = Aws::String>
64 template <
typename ClusterOperationArnT = Aws::String>
66 m_clusterOperationArnHasBeenSet =
true;
67 m_clusterOperationArn = std::forward<ClusterOperationArnT>(value);
69 template <
typename ClusterOperationArnT = Aws::String>
79 template <
typename RequestIdT = Aws::String>
81 m_requestIdHasBeenSet =
true;
82 m_requestId = std::forward<RequestIdT>(value);
84 template <
typename RequestIdT = Aws::String>
99 bool m_channelArnHasBeenSet =
false;
100 bool m_clusterOperationArnHasBeenSet =
false;
101 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
DeleteChannelResult & WithChannelArn(ChannelArnT &&value)
void SetClusterOperationArn(ClusterOperationArnT &&value)
AWS_KAFKA_API DeleteChannelResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetChannelArn(ChannelArnT &&value)
AWS_KAFKA_API DeleteChannelResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DeleteChannelResult & WithRequestId(RequestIdT &&value)
DeleteChannelResult & WithClusterOperationArn(ClusterOperationArnT &&value)
const Aws::String & GetClusterOperationArn() const
const Aws::String & GetChannelArn() const
AWS_KAFKA_API DeleteChannelResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue