7#include <aws/qbusiness/QBusiness_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
35 AWS_QBUSINESS_API
S3() =
default;
47 template<
typename BucketT = Aws::String>
48 void SetBucket(
BucketT&& value) { m_bucketHasBeenSet =
true; m_bucket = std::forward<BucketT>(value); }
49 template<
typename BucketT = Aws::String>
59 template<
typename KeyT = Aws::String>
60 void SetKey(
KeyT&& value) { m_keyHasBeenSet =
true; m_key = std::forward<KeyT>(value); }
61 template<
typename KeyT = Aws::String>
67 bool m_bucketHasBeenSet =
false;
70 bool m_keyHasBeenSet =
false;
const Aws::String & GetBucket() const
bool KeyHasBeenSet() const
S3 & WithBucket(BucketT &&value)
AWS_QBUSINESS_API S3()=default
AWS_QBUSINESS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetBucket(BucketT &&value)
void SetKey(KeyT &&value)
bool BucketHasBeenSet() const
AWS_QBUSINESS_API S3 & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetKey() const
AWS_QBUSINESS_API S3(Aws::Utils::Json::JsonView jsonValue)
S3 & WithKey(KeyT &&value)
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue