7#include <aws/kafkaconnect/KafkaConnect_EXPORTS.h>
8#include <aws/kafkaconnect/model/CustomPluginContentType.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/kafkaconnect/model/CustomPluginFileDescription.h>
12#include <aws/kafkaconnect/model/CustomPluginLocationDescription.h>
76 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
112 inline void SetRevision(
long long value) { m_revisionHasBeenSet =
true; m_revision = value; }
118 bool m_contentTypeHasBeenSet =
false;
121 bool m_creationTimeHasBeenSet =
false;
124 bool m_descriptionHasBeenSet =
false;
127 bool m_fileDescriptionHasBeenSet =
false;
130 bool m_locationHasBeenSet =
false;
132 long long m_revision;
133 bool m_revisionHasBeenSet =
false;
long long GetRevision() const
void SetCreationTime(Aws::Utils::DateTime &&value)
void SetFileDescription(const CustomPluginFileDescription &value)
const CustomPluginFileDescription & GetFileDescription() const
CustomPluginRevisionSummary & WithDescription(const Aws::String &value)
const Aws::Utils::DateTime & GetCreationTime() const
void SetContentType(const CustomPluginContentType &value)
void SetDescription(const Aws::String &value)
CustomPluginRevisionSummary & WithDescription(Aws::String &&value)
bool DescriptionHasBeenSet() const
void SetDescription(const char *value)
CustomPluginRevisionSummary & WithCreationTime(const Aws::Utils::DateTime &value)
CustomPluginRevisionSummary & WithLocation(CustomPluginLocationDescription &&value)
const CustomPluginLocationDescription & GetLocation() const
CustomPluginRevisionSummary & WithFileDescription(const CustomPluginFileDescription &value)
void SetDescription(Aws::String &&value)
AWS_KAFKACONNECT_API CustomPluginRevisionSummary()
CustomPluginRevisionSummary & WithCreationTime(Aws::Utils::DateTime &&value)
void SetContentType(CustomPluginContentType &&value)
AWS_KAFKACONNECT_API CustomPluginRevisionSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool CreationTimeHasBeenSet() const
void SetFileDescription(CustomPluginFileDescription &&value)
bool LocationHasBeenSet() const
bool FileDescriptionHasBeenSet() const
CustomPluginRevisionSummary & WithDescription(const char *value)
CustomPluginRevisionSummary & WithFileDescription(CustomPluginFileDescription &&value)
void SetLocation(CustomPluginLocationDescription &&value)
void SetLocation(const CustomPluginLocationDescription &value)
CustomPluginRevisionSummary & WithRevision(long long value)
bool ContentTypeHasBeenSet() const
CustomPluginRevisionSummary & WithContentType(CustomPluginContentType &&value)
AWS_KAFKACONNECT_API CustomPluginRevisionSummary(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetDescription() const
CustomPluginRevisionSummary & WithContentType(const CustomPluginContentType &value)
AWS_KAFKACONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetRevision(long long value)
bool RevisionHasBeenSet() const
CustomPluginRevisionSummary & WithLocation(const CustomPluginLocationDescription &value)
const CustomPluginContentType & GetContentType() const
void SetCreationTime(const Aws::Utils::DateTime &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue