7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 inline void SetBucket(
const char* value) { m_bucketHasBeenSet =
true; m_bucket.assign(value); }
61 inline void SetKey(
Aws::String&& value) { m_keyHasBeenSet =
true; m_key = std::move(value); }
62 inline void SetKey(
const char* value) { m_keyHasBeenSet =
true; m_key.assign(value); }
70 bool m_bucketHasBeenSet =
false;
73 bool m_keyHasBeenSet =
false;
ManifestFileLocation & WithBucket(Aws::String &&value)
bool BucketHasBeenSet() const
ManifestFileLocation & WithBucket(const char *value)
AWS_QUICKSIGHT_API ManifestFileLocation & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetBucket(Aws::String &&value)
ManifestFileLocation & WithKey(Aws::String &&value)
AWS_QUICKSIGHT_API ManifestFileLocation(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
ManifestFileLocation & WithKey(const char *value)
ManifestFileLocation & WithKey(const Aws::String &value)
void SetKey(Aws::String &&value)
void SetKey(const Aws::String &value)
bool KeyHasBeenSet() const
const Aws::String & GetKey() const
void SetKey(const char *value)
AWS_QUICKSIGHT_API ManifestFileLocation()
ManifestFileLocation & WithBucket(const Aws::String &value)
void SetBucket(const char *value)
const Aws::String & GetBucket() const
void SetBucket(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue