7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/kafkaconnect/KafkaConnect_EXPORTS.h>
19namespace KafkaConnect {
41 template <
typename CustomPluginArnT = Aws::String>
43 m_customPluginArnHasBeenSet =
true;
44 m_customPluginArn = std::forward<CustomPluginArnT>(value);
46 template <
typename CustomPluginArnT = Aws::String>
60 m_revisionHasBeenSet =
true;
71 long long m_revision{0};
72 bool m_customPluginArnHasBeenSet =
false;
73 bool m_revisionHasBeenSet =
false;
CustomPlugin & WithCustomPluginArn(CustomPluginArnT &&value)
bool RevisionHasBeenSet() const
const Aws::String & GetCustomPluginArn() const
AWS_KAFKACONNECT_API CustomPlugin()=default
AWS_KAFKACONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetCustomPluginArn(CustomPluginArnT &&value)
bool CustomPluginArnHasBeenSet() const
AWS_KAFKACONNECT_API CustomPlugin(Aws::Utils::Json::JsonView jsonValue)
void SetRevision(long long value)
long long GetRevision() const
CustomPlugin & WithRevision(long long value)
AWS_KAFKACONNECT_API CustomPlugin & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue