7#include <aws/kafkaconnect/KafkaConnect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename FileMd5T = Aws::String>
48 void SetFileMd5(FileMd5T&& value) { m_fileMd5HasBeenSet =
true; m_fileMd5 = std::forward<FileMd5T>(value); }
49 template<
typename FileMd5T = Aws::String>
60 inline void SetFileSize(
long long value) { m_fileSizeHasBeenSet =
true; m_fileSize = value; }
66 bool m_fileMd5HasBeenSet =
false;
68 long long m_fileSize{0};
69 bool m_fileSizeHasBeenSet =
false;
AWS_KAFKACONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetFileSize(long long value)
AWS_KAFKACONNECT_API CustomPluginFileDescription(Aws::Utils::Json::JsonView jsonValue)
CustomPluginFileDescription & WithFileMd5(FileMd5T &&value)
bool FileSizeHasBeenSet() const
CustomPluginFileDescription & WithFileSize(long long value)
const Aws::String & GetFileMd5() const
AWS_KAFKACONNECT_API CustomPluginFileDescription()=default
void SetFileMd5(FileMd5T &&value)
long long GetFileSize() const
AWS_KAFKACONNECT_API CustomPluginFileDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
bool FileMd5HasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue