7#include <aws/elasticmapreduce/EMR_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
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>
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>
68 bool m_bucketHasBeenSet =
false;
71 bool m_keyHasBeenSet =
false;
AWS_EMR_API NotebookS3LocationForOutput()=default
bool BucketHasBeenSet() const
bool KeyHasBeenSet() const
void SetKey(KeyT &&value)
void SetBucket(BucketT &&value)
AWS_EMR_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetKey() const
NotebookS3LocationForOutput & WithBucket(BucketT &&value)
NotebookS3LocationForOutput & WithKey(KeyT &&value)
AWS_EMR_API NotebookS3LocationForOutput & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetBucket() const
AWS_EMR_API NotebookS3LocationForOutput(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue