7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/quicksight/model/StaticFileSource.h>
47 template<
typename StaticFileIdT = Aws::String>
48 void SetStaticFileId(StaticFileIdT&& value) { m_staticFileIdHasBeenSet =
true; m_staticFileId = std::forward<StaticFileIdT>(value); }
49 template<
typename StaticFileIdT = Aws::String>
59 template<
typename SourceT = StaticFileSource>
60 void SetSource(SourceT&& value) { m_sourceHasBeenSet =
true; m_source = std::forward<SourceT>(value); }
61 template<
typename SourceT = StaticFileSource>
67 bool m_staticFileIdHasBeenSet =
false;
70 bool m_sourceHasBeenSet =
false;
AWS_QUICKSIGHT_API ImageStaticFile(Aws::Utils::Json::JsonView jsonValue)
const StaticFileSource & GetSource() const
ImageStaticFile & WithSource(SourceT &&value)
void SetSource(SourceT &&value)
ImageStaticFile & WithStaticFileId(StaticFileIdT &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QUICKSIGHT_API ImageStaticFile()=default
AWS_QUICKSIGHT_API ImageStaticFile & operator=(Aws::Utils::Json::JsonView jsonValue)
bool SourceHasBeenSet() const
void SetStaticFileId(StaticFileIdT &&value)
bool StaticFileIdHasBeenSet() const
const Aws::String & GetStaticFileId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue