7#include <aws/databrew/GlueDataBrew_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename BucketT = Aws::String>
49 void SetBucket(BucketT&& value) { m_bucketHasBeenSet =
true; m_bucket = std::forward<BucketT>(value); }
50 template<
typename BucketT = Aws::String>
60 template<
typename KeyT = Aws::String>
61 void SetKey(KeyT&& value) { m_keyHasBeenSet =
true; m_key = std::forward<KeyT>(value); }
62 template<
typename KeyT = Aws::String>
72 template<
typename BucketOwnerT = Aws::String>
73 void SetBucketOwner(BucketOwnerT&& value) { m_bucketOwnerHasBeenSet =
true; m_bucketOwner = std::forward<BucketOwnerT>(value); }
74 template<
typename BucketOwnerT = Aws::String>
80 bool m_bucketHasBeenSet =
false;
83 bool m_keyHasBeenSet =
false;
86 bool m_bucketOwnerHasBeenSet =
false;
void SetBucket(BucketT &&value)
const Aws::String & GetBucketOwner() const
AWS_GLUEDATABREW_API S3Location(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUEDATABREW_API S3Location & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUEDATABREW_API Aws::Utils::Json::JsonValue Jsonize() const
bool KeyHasBeenSet() const
S3Location & WithBucketOwner(BucketOwnerT &&value)
bool BucketOwnerHasBeenSet() const
const Aws::String & GetKey() const
S3Location & WithBucket(BucketT &&value)
S3Location & WithKey(KeyT &&value)
void SetKey(KeyT &&value)
AWS_GLUEDATABREW_API S3Location()=default
const Aws::String & GetBucket() const
void SetBucketOwner(BucketOwnerT &&value)
bool BucketHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue