7#include <aws/iotsitewise/IoTSiteWise_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iotsitewise/model/ImageFile.h>
38 AWS_IOTSITEWISE_API
Image() =
default;
51 template<
typename IdT = Aws::String>
52 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
53 template<
typename IdT = Aws::String>
61 template<
typename FileT = ImageFile>
62 void SetFile(FileT&& value) { m_fileHasBeenSet =
true; m_file = std::forward<FileT>(value); }
63 template<
typename FileT = ImageFile>
69 bool m_idHasBeenSet =
false;
72 bool m_fileHasBeenSet =
false;
void SetFile(FileT &&value)
AWS_IOTSITEWISE_API Image()=default
Image & WithId(IdT &&value)
AWS_IOTSITEWISE_API Image(Aws::Utils::Json::JsonView jsonValue)
bool IdHasBeenSet() const
AWS_IOTSITEWISE_API Aws::Utils::Json::JsonValue Jsonize() const
bool FileHasBeenSet() const
const Aws::String & GetId() const
Image & WithFile(FileT &&value)
const ImageFile & GetFile() const
AWS_IOTSITEWISE_API Image & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue