7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/kafkaconnect/KafkaConnect_EXPORTS.h>
19namespace KafkaConnect {
40 template <
typename CustomPluginArnT = Aws::String>
42 m_customPluginArnHasBeenSet =
true;
43 m_customPluginArn = std::forward<CustomPluginArnT>(value);
45 template <
typename CustomPluginArnT = Aws::String>
59 m_revisionHasBeenSet =
true;
70 long long m_revision{0};
71 bool m_customPluginArnHasBeenSet =
false;
72 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