7#include <aws/iotsitewise/IoTSiteWise_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iotsitewise/model/ImageFile.h>
52 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
53 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
63 inline void SetFile(
const ImageFile& value) { m_fileHasBeenSet =
true; m_file = value; }
64 inline void SetFile(
ImageFile&& value) { m_fileHasBeenSet =
true; m_file = std::move(value); }
71 bool m_idHasBeenSet =
false;
74 bool m_fileHasBeenSet =
false;
Image & WithId(const char *value)
void SetId(const char *value)
AWS_IOTSITEWISE_API Image(Aws::Utils::Json::JsonView jsonValue)
bool IdHasBeenSet() const
AWS_IOTSITEWISE_API Aws::Utils::Json::JsonValue Jsonize() const
Image & WithId(Aws::String &&value)
AWS_IOTSITEWISE_API Image()
void SetId(const Aws::String &value)
bool FileHasBeenSet() const
void SetFile(const ImageFile &value)
void SetFile(ImageFile &&value)
Image & WithFile(const ImageFile &value)
void SetId(Aws::String &&value)
const Aws::String & GetId() const
Image & WithId(const Aws::String &value)
const ImageFile & GetFile() const
AWS_IOTSITEWISE_API Image & operator=(Aws::Utils::Json::JsonView jsonValue)
Image & WithFile(ImageFile &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue