7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
40 template <
typename BucketT = Aws::String>
42 m_bucketHasBeenSet =
true;
43 m_bucket = std::forward<BucketT>(value);
45 template <
typename BucketT = Aws::String>
58 template <
typename KeyT = Aws::String>
60 m_keyHasBeenSet =
true;
61 m_key = std::forward<KeyT>(value);
63 template <
typename KeyT = Aws::String>
65 SetKey(std::forward<KeyT>(value));
73 bool m_bucketHasBeenSet =
false;
74 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