7#include <aws/kafkaconnect/KafkaConnect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/kafkaconnect/model/CustomPluginState.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
42 template<
typename CustomPluginArnT = Aws::String>
43 void SetCustomPluginArn(CustomPluginArnT&& value) { m_customPluginArnHasBeenSet =
true; m_customPluginArn = std::forward<CustomPluginArnT>(value); }
44 template<
typename CustomPluginArnT = Aws::String>
60 template<
typename RequestIdT = Aws::String>
61 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
62 template<
typename RequestIdT = Aws::String>
68 bool m_customPluginArnHasBeenSet =
false;
71 bool m_customPluginStateHasBeenSet =
false;
74 bool m_requestIdHasBeenSet =
false;
DeleteCustomPluginResult & WithCustomPluginState(CustomPluginState value)
DeleteCustomPluginResult & WithCustomPluginArn(CustomPluginArnT &&value)
void SetCustomPluginArn(CustomPluginArnT &&value)
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