7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename BucketNameT = Aws::String>
48 void SetBucketName(BucketNameT&& value) { m_bucketNameHasBeenSet =
true; m_bucketName = std::forward<BucketNameT>(value); }
49 template<
typename BucketNameT = Aws::String>
59 template<
typename ObjectKeyT = Aws::String>
60 void SetObjectKey(ObjectKeyT&& value) { m_objectKeyHasBeenSet =
true; m_objectKey = std::forward<ObjectKeyT>(value); }
61 template<
typename ObjectKeyT = Aws::String>
71 template<
typename RegionT = Aws::String>
72 void SetRegion(RegionT&& value) { m_regionHasBeenSet =
true; m_region = std::forward<RegionT>(value); }
73 template<
typename RegionT = Aws::String>
79 bool m_bucketNameHasBeenSet =
false;
82 bool m_objectKeyHasBeenSet =
false;
85 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