7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
41 template <
typename UrlT = Aws::String>
43 m_urlHasBeenSet =
true;
44 m_url = std::forward<UrlT>(value);
46 template <
typename UrlT = Aws::String>
48 SetUrl(std::forward<UrlT>(value));
54 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