7#include <aws/kafkaconnect/KafkaConnect_EXPORTS.h>
8#include <aws/kafkaconnect/model/CustomPluginDescription.h>
46 template<
typename CustomPluginT = CustomPluginDescription>
47 void SetCustomPlugin(CustomPluginT&& value) { m_customPluginHasBeenSet =
true; m_customPlugin = std::forward<CustomPluginT>(value); }
48 template<
typename CustomPluginT = CustomPluginDescription>
54 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