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