7#include <aws/kafkaconnect/KafkaConnect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename CustomPluginArnT = Aws::String>
47 void SetCustomPluginArn(CustomPluginArnT&& value) { m_customPluginArnHasBeenSet =
true; m_customPluginArn = std::forward<CustomPluginArnT>(value); }
48 template<
typename CustomPluginArnT = Aws::String>
58 inline void SetRevision(
long long value) { m_revisionHasBeenSet =
true; m_revision = value; }
64 bool m_customPluginArnHasBeenSet =
false;
66 long long m_revision{0};
67 bool m_revisionHasBeenSet =
false;
AWS_KAFKACONNECT_API CustomPluginDescription()=default
AWS_KAFKACONNECT_API CustomPluginDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
long long GetRevision() const
void SetCustomPluginArn(CustomPluginArnT &&value)
void SetRevision(long long value)
const Aws::String & GetCustomPluginArn() const
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
CustomPluginDescription & WithCustomPluginArn(CustomPluginArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue