7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
41 template <
typename BucketNameT = Aws::String>
43 m_bucketNameHasBeenSet =
true;
44 m_bucketName = std::forward<BucketNameT>(value);
46 template <
typename BucketNameT = Aws::String>
59 template <
typename ObjectKeyT = Aws::String>
61 m_objectKeyHasBeenSet =
true;
62 m_objectKey = std::forward<ObjectKeyT>(value);
64 template <
typename ObjectKeyT = Aws::String>
77 template <
typename RegionT = Aws::String>
79 m_regionHasBeenSet =
true;
80 m_region = std::forward<RegionT>(value);
82 template <
typename RegionT = Aws::String>
94 bool m_bucketNameHasBeenSet =
false;
95 bool m_objectKeyHasBeenSet =
false;
96 bool m_regionHasBeenSet =
false;
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetObjectKey() const
AWS_QUICKSIGHT_API StaticFileS3SourceOptions(Aws::Utils::Json::JsonView jsonValue)
StaticFileS3SourceOptions & WithObjectKey(ObjectKeyT &&value)
void SetRegion(RegionT &&value)
AWS_QUICKSIGHT_API StaticFileS3SourceOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ObjectKeyHasBeenSet() const
AWS_QUICKSIGHT_API StaticFileS3SourceOptions()=default
bool RegionHasBeenSet() const
const Aws::String & GetRegion() const
void SetBucketName(BucketNameT &&value)
const Aws::String & GetBucketName() const
void SetObjectKey(ObjectKeyT &&value)
StaticFileS3SourceOptions & WithBucketName(BucketNameT &&value)
bool BucketNameHasBeenSet() const
StaticFileS3SourceOptions & WithRegion(RegionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue