7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/kafkaconnect/KafkaConnect_EXPORTS.h>
19namespace KafkaConnect {
40 template <
typename BucketArnT = Aws::String>
42 m_bucketArnHasBeenSet =
true;
43 m_bucketArn = std::forward<BucketArnT>(value);
45 template <
typename BucketArnT = Aws::String>
58 template <
typename FileKeyT = Aws::String>
60 m_fileKeyHasBeenSet =
true;
61 m_fileKey = std::forward<FileKeyT>(value);
63 template <
typename FileKeyT = Aws::String>
76 template <
typename ObjectVersionT = Aws::String>
78 m_objectVersionHasBeenSet =
true;
79 m_objectVersion = std::forward<ObjectVersionT>(value);
81 template <
typename ObjectVersionT = Aws::String>
93 bool m_bucketArnHasBeenSet =
false;
94 bool m_fileKeyHasBeenSet =
false;
95 bool m_objectVersionHasBeenSet =
false;
void SetBucketArn(BucketArnT &&value)
void SetFileKey(FileKeyT &&value)
void SetObjectVersion(ObjectVersionT &&value)
S3Location & WithObjectVersion(ObjectVersionT &&value)
bool ObjectVersionHasBeenSet() const
AWS_KAFKACONNECT_API S3Location(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetFileKey() const
AWS_KAFKACONNECT_API S3Location & operator=(Aws::Utils::Json::JsonView jsonValue)
bool BucketArnHasBeenSet() const
AWS_KAFKACONNECT_API S3Location()=default
S3Location & WithFileKey(FileKeyT &&value)
const Aws::String & GetObjectVersion() const
AWS_KAFKACONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
bool FileKeyHasBeenSet() const
const Aws::String & GetBucketArn() const
S3Location & WithBucketArn(BucketArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue