7#include <aws/kafkaconnect/KafkaConnect_EXPORTS.h>
8#include <aws/kafkaconnect/model/CustomPluginDescription.h>
19namespace KafkaConnect {
40 template <
typename CustomPluginT = CustomPluginDescription>
42 m_customPluginHasBeenSet =
true;
43 m_customPlugin = std::forward<CustomPluginT>(value);
45 template <
typename CustomPluginT = CustomPluginDescription>
53 bool m_customPluginHasBeenSet =
false;
bool CustomPluginHasBeenSet() const
PluginDescription & WithCustomPlugin(CustomPluginT &&value)
AWS_KAFKACONNECT_API PluginDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_KAFKACONNECT_API PluginDescription()=default
const CustomPluginDescription & GetCustomPlugin() const
AWS_KAFKACONNECT_API PluginDescription(Aws::Utils::Json::JsonView jsonValue)
void SetCustomPlugin(CustomPluginT &&value)
AWS_KAFKACONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue