7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/StaticFileUrlSourceOptions.h>
9#include <aws/quicksight/model/StaticFileS3SourceOptions.h>
47 template<
typename UrlOptionsT = StaticFileUrlSourceOptions>
48 void SetUrlOptions(UrlOptionsT&& value) { m_urlOptionsHasBeenSet =
true; m_urlOptions = std::forward<UrlOptionsT>(value); }
49 template<
typename UrlOptionsT = StaticFileUrlSourceOptions>
60 template<
typename S3OptionsT = StaticFileS3SourceOptions>
61 void SetS3Options(S3OptionsT&& value) { m_s3OptionsHasBeenSet =
true; m_s3Options = std::forward<S3OptionsT>(value); }
62 template<
typename S3OptionsT = StaticFileS3SourceOptions>
68 bool m_urlOptionsHasBeenSet =
false;
71 bool m_s3OptionsHasBeenSet =
false;
AWS_QUICKSIGHT_API StaticFileSource & operator=(Aws::Utils::Json::JsonView jsonValue)
bool S3OptionsHasBeenSet() const
const StaticFileS3SourceOptions & GetS3Options() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
StaticFileSource & WithUrlOptions(UrlOptionsT &&value)
bool UrlOptionsHasBeenSet() const
void SetS3Options(S3OptionsT &&value)
void SetUrlOptions(UrlOptionsT &&value)
const StaticFileUrlSourceOptions & GetUrlOptions() const
AWS_QUICKSIGHT_API StaticFileSource()=default
StaticFileSource & WithS3Options(S3OptionsT &&value)
AWS_QUICKSIGHT_API StaticFileSource(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue