7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/kafkaconnect/KafkaConnect_EXPORTS.h>
19namespace KafkaConnect {
41 template <
typename BucketArnT = Aws::String>
43 m_bucketArnHasBeenSet =
true;
44 m_bucketArn = std::forward<BucketArnT>(value);
46 template <
typename BucketArnT = Aws::String>
59 template <
typename FileKeyT = Aws::String>
61 m_fileKeyHasBeenSet =
true;
62 m_fileKey = std::forward<FileKeyT>(value);
64 template <
typename FileKeyT = Aws::String>
77 template <
typename ObjectVersionT = Aws::String>
79 m_objectVersionHasBeenSet =
true;
80 m_objectVersion = std::forward<ObjectVersionT>(value);
82 template <
typename ObjectVersionT = Aws::String>
94 bool m_bucketArnHasBeenSet =
false;
95 bool m_fileKeyHasBeenSet =
false;
96 bool m_objectVersionHasBeenSet =
false;
bool FileKeyHasBeenSet() const
const Aws::String & GetFileKey() const
const Aws::String & GetBucketArn() const
void SetObjectVersion(ObjectVersionT &&value)
AWS_KAFKACONNECT_API S3LocationDescription()=default
bool BucketArnHasBeenSet() const
S3LocationDescription & WithBucketArn(BucketArnT &&value)
AWS_KAFKACONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetObjectVersion() const
bool ObjectVersionHasBeenSet() const
AWS_KAFKACONNECT_API S3LocationDescription(Aws::Utils::Json::JsonView jsonValue)
void SetFileKey(FileKeyT &&value)
AWS_KAFKACONNECT_API S3LocationDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
S3LocationDescription & WithFileKey(FileKeyT &&value)
S3LocationDescription & WithObjectVersion(ObjectVersionT &&value)
void SetBucketArn(BucketArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue