7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename PublicUrlT = Aws::String>
47 void SetPublicUrl(PublicUrlT&& value) { m_publicUrlHasBeenSet =
true; m_publicUrl = std::forward<PublicUrlT>(value); }
48 template<
typename PublicUrlT = Aws::String>
58 template<
typename S3UriT = Aws::String>
59 void SetS3Uri(S3UriT&& value) { m_s3UriHasBeenSet =
true; m_s3Uri = std::forward<S3UriT>(value); }
60 template<
typename S3UriT = Aws::String>
66 bool m_publicUrlHasBeenSet =
false;
69 bool m_s3UriHasBeenSet =
false;
bool S3UriHasBeenSet() const
AWS_QUICKSIGHT_API ImageSource()=default
void SetPublicUrl(PublicUrlT &&value)
const Aws::String & GetS3Uri() const
ImageSource & WithPublicUrl(PublicUrlT &&value)
ImageSource & WithS3Uri(S3UriT &&value)
AWS_QUICKSIGHT_API ImageSource(Aws::Utils::Json::JsonView jsonValue)
void SetS3Uri(S3UriT &&value)
bool PublicUrlHasBeenSet() const
AWS_QUICKSIGHT_API ImageSource & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetPublicUrl() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue