7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/kafkaconnect/KafkaConnect_EXPORTS.h>
9#include <aws/kafkaconnect/model/CustomPluginState.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace KafkaConnect {
36 template <
typename CustomPluginArnT = Aws::String>
38 m_customPluginArnHasBeenSet =
true;
39 m_customPluginArn = std::forward<CustomPluginArnT>(value);
41 template <
typename CustomPluginArnT = Aws::String>
54 m_customPluginStateHasBeenSet =
true;
55 m_customPluginState = value;
66 template <
typename RequestIdT = Aws::String>
68 m_requestIdHasBeenSet =
true;
69 m_requestId = std::forward<RequestIdT>(value);
71 template <
typename RequestIdT = Aws::String>
83 bool m_customPluginArnHasBeenSet =
false;
84 bool m_customPluginStateHasBeenSet =
false;
85 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