7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/quicksight/model/CustomContentType.h>
10#include <aws/quicksight/model/CustomContentImageScalingConfiguration.h>
11#include <aws/quicksight/model/VisualInteractionOptions.h>
53 inline void SetContentUrl(
const char* value) { m_contentUrlHasBeenSet =
true; m_contentUrl.assign(value); }
100 bool m_contentUrlHasBeenSet =
false;
103 bool m_contentTypeHasBeenSet =
false;
106 bool m_imageScalingHasBeenSet =
false;
109 bool m_interactionsHasBeenSet =
false;
CustomContentConfiguration & WithContentUrl(const Aws::String &value)
CustomContentConfiguration & WithContentUrl(Aws::String &&value)
const CustomContentType & GetContentType() const
CustomContentConfiguration & WithContentType(const CustomContentType &value)
const CustomContentImageScalingConfiguration & GetImageScaling() const
void SetImageScaling(CustomContentImageScalingConfiguration &&value)
void SetImageScaling(const CustomContentImageScalingConfiguration &value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
bool ContentTypeHasBeenSet() const
AWS_QUICKSIGHT_API CustomContentConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetContentType(CustomContentType &&value)
CustomContentConfiguration & WithImageScaling(CustomContentImageScalingConfiguration &&value)
CustomContentConfiguration & WithInteractions(VisualInteractionOptions &&value)
const Aws::String & GetContentUrl() const
void SetInteractions(const VisualInteractionOptions &value)
void SetContentUrl(const char *value)
void SetContentType(const CustomContentType &value)
CustomContentConfiguration & WithImageScaling(const CustomContentImageScalingConfiguration &value)
CustomContentConfiguration & WithContentType(CustomContentType &&value)
bool ContentUrlHasBeenSet() const
bool ImageScalingHasBeenSet() const
AWS_QUICKSIGHT_API CustomContentConfiguration()
AWS_QUICKSIGHT_API CustomContentConfiguration(Aws::Utils::Json::JsonView jsonValue)
bool InteractionsHasBeenSet() const
CustomContentConfiguration & WithContentUrl(const char *value)
CustomContentConfiguration & WithInteractions(const VisualInteractionOptions &value)
void SetContentUrl(const Aws::String &value)
void SetInteractions(VisualInteractionOptions &&value)
void SetContentUrl(Aws::String &&value)
const VisualInteractionOptions & GetInteractions() const
CustomContentImageScalingConfiguration
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue