7#include <aws/kafkaconnect/KafkaConnect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename BucketArnT = Aws::String>
48 void SetBucketArn(BucketArnT&& value) { m_bucketArnHasBeenSet =
true; m_bucketArn = std::forward<BucketArnT>(value); }
49 template<
typename BucketArnT = Aws::String>
59 template<
typename FileKeyT = Aws::String>
60 void SetFileKey(FileKeyT&& value) { m_fileKeyHasBeenSet =
true; m_fileKey = std::forward<FileKeyT>(value); }
61 template<
typename FileKeyT = Aws::String>
71 template<
typename ObjectVersionT = Aws::String>
72 void SetObjectVersion(ObjectVersionT&& value) { m_objectVersionHasBeenSet =
true; m_objectVersion = std::forward<ObjectVersionT>(value); }
73 template<
typename ObjectVersionT = Aws::String>
79 bool m_bucketArnHasBeenSet =
false;
82 bool m_fileKeyHasBeenSet =
false;
85 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