7#include <aws/elasticmapreduce/EMR_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 inline void SetBucket(
const char* value) { m_bucketHasBeenSet =
true; m_bucket.assign(value); }
63 inline void SetKey(
Aws::String&& value) { m_keyHasBeenSet =
true; m_key = std::move(value); }
64 inline void SetKey(
const char* value) { m_keyHasBeenSet =
true; m_key.assign(value); }
72 bool m_bucketHasBeenSet =
false;
75 bool m_keyHasBeenSet =
false;
bool BucketHasBeenSet() const
NotebookS3LocationForOutput & WithBucket(Aws::String &&value)
bool KeyHasBeenSet() const
AWS_EMR_API Aws::Utils::Json::JsonValue Jsonize() const
NotebookS3LocationForOutput & WithBucket(const Aws::String &value)
const Aws::String & GetKey() const
void SetKey(Aws::String &&value)
NotebookS3LocationForOutput & WithKey(const char *value)
AWS_EMR_API NotebookS3LocationForOutput & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetBucket(const Aws::String &value)
void SetKey(const char *value)
const Aws::String & GetBucket() const
AWS_EMR_API NotebookS3LocationForOutput()
AWS_EMR_API NotebookS3LocationForOutput(Aws::Utils::Json::JsonView jsonValue)
NotebookS3LocationForOutput & WithKey(const Aws::String &value)
NotebookS3LocationForOutput & WithBucket(const char *value)
void SetKey(const Aws::String &value)
void SetBucket(Aws::String &&value)
void SetBucket(const char *value)
NotebookS3LocationForOutput & WithKey(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue