7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename BucketT = Aws::String>
47 void SetBucket(BucketT&& value) { m_bucketHasBeenSet =
true; m_bucket = std::forward<BucketT>(value); }
48 template<
typename BucketT = Aws::String>
58 template<
typename KeyT = Aws::String>
59 void SetKey(KeyT&& value) { m_keyHasBeenSet =
true; m_key = std::forward<KeyT>(value); }
60 template<
typename KeyT = Aws::String>
66 bool m_bucketHasBeenSet =
false;
69 bool m_keyHasBeenSet =
false;
void SetKey(KeyT &&value)
bool BucketHasBeenSet() const
void SetBucket(BucketT &&value)
AWS_QUICKSIGHT_API ManifestFileLocation & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API ManifestFileLocation(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
ManifestFileLocation & WithKey(KeyT &&value)
bool KeyHasBeenSet() const
const Aws::String & GetKey() const
AWS_QUICKSIGHT_API ManifestFileLocation()=default
ManifestFileLocation & WithBucket(BucketT &&value)
const Aws::String & GetBucket() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue