7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename UrlT = Aws::String>
48 void SetUrl(UrlT&& value) { m_urlHasBeenSet =
true; m_url = std::forward<UrlT>(value); }
49 template<
typename UrlT = Aws::String>
55 bool m_urlHasBeenSet =
false;
StaticFileUrlSourceOptions & WithUrl(UrlT &&value)
const Aws::String & GetUrl() const
AWS_QUICKSIGHT_API StaticFileUrlSourceOptions(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QUICKSIGHT_API StaticFileUrlSourceOptions()=default
void SetUrl(UrlT &&value)
AWS_QUICKSIGHT_API StaticFileUrlSourceOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
bool UrlHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue