7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
40 template <
typename PublicUrlT = Aws::String>
42 m_publicUrlHasBeenSet =
true;
43 m_publicUrl = std::forward<PublicUrlT>(value);
45 template <
typename PublicUrlT = Aws::String>
58 template <
typename S3UriT = Aws::String>
60 m_s3UriHasBeenSet =
true;
61 m_s3Uri = std::forward<S3UriT>(value);
63 template <
typename S3UriT = Aws::String>
65 SetS3Uri(std::forward<S3UriT>(value));
73 bool m_publicUrlHasBeenSet =
false;
74 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