7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/kafkaconnect/KafkaConnect_EXPORTS.h>
10#include <aws/kafkaconnect/model/CustomPluginState.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace KafkaConnect {
37 template <
typename CustomPluginArnT = Aws::String>
39 m_customPluginArnHasBeenSet =
true;
40 m_customPluginArn = std::forward<CustomPluginArnT>(value);
42 template <
typename CustomPluginArnT = Aws::String>
55 m_customPluginStateHasBeenSet =
true;
56 m_customPluginState = value;
67 template <
typename RequestIdT = Aws::String>
69 m_requestIdHasBeenSet =
true;
70 m_requestId = std::forward<RequestIdT>(value);
72 template <
typename RequestIdT = Aws::String>
87 bool m_customPluginArnHasBeenSet =
false;
88 bool m_customPluginStateHasBeenSet =
false;
89 bool m_requestIdHasBeenSet =
false;
DeleteCustomPluginResult & WithCustomPluginState(CustomPluginState value)
DeleteCustomPluginResult & WithCustomPluginArn(CustomPluginArnT &&value)
void SetCustomPluginArn(CustomPluginArnT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_KAFKACONNECT_API DeleteCustomPluginResult()=default
DeleteCustomPluginResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetCustomPluginArn() const
CustomPluginState GetCustomPluginState() const
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
void SetCustomPluginState(CustomPluginState value)
AWS_KAFKACONNECT_API DeleteCustomPluginResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_KAFKACONNECT_API DeleteCustomPluginResult & 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