7#include <aws/kafkaconnect/KafkaConnect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 inline void SetCustomPluginArn(
const char* value) { m_customPluginArnHasBeenSet =
true; m_customPluginArn.assign(value); }
60 inline void SetRevision(
long long value) { m_revisionHasBeenSet =
true; m_revision = value; }
66 bool m_customPluginArnHasBeenSet =
false;
69 bool m_revisionHasBeenSet =
false;
void SetCustomPluginArn(Aws::String &&value)
AWS_KAFKACONNECT_API CustomPluginDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetCustomPluginArn(const char *value)
void SetCustomPluginArn(const Aws::String &value)
long long GetRevision() const
CustomPluginDescription & WithCustomPluginArn(const Aws::String &value)
void SetRevision(long long value)
const Aws::String & GetCustomPluginArn() const
CustomPluginDescription & WithCustomPluginArn(const char *value)
CustomPluginDescription & WithCustomPluginArn(Aws::String &&value)
AWS_KAFKACONNECT_API CustomPluginDescription()
CustomPluginDescription & WithRevision(long long value)
bool RevisionHasBeenSet() const
AWS_KAFKACONNECT_API CustomPluginDescription(Aws::Utils::Json::JsonView jsonValue)
AWS_KAFKACONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
bool CustomPluginArnHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue