7#include <aws/iotsitewise/IoTSiteWise_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
49 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
63 inline void SetUrl(
Aws::String&& value) { m_urlHasBeenSet =
true; m_url = std::move(value); }
64 inline void SetUrl(
const char* value) { m_urlHasBeenSet =
true; m_url.assign(value); }
72 bool m_idHasBeenSet =
false;
75 bool m_urlHasBeenSet =
false;
bool IdHasBeenSet() const
ImageLocation & WithUrl(const char *value)
void SetUrl(Aws::String &&value)
AWS_IOTSITEWISE_API ImageLocation & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTSITEWISE_API ImageLocation(Aws::Utils::Json::JsonView jsonValue)
ImageLocation & WithUrl(const Aws::String &value)
AWS_IOTSITEWISE_API ImageLocation()
ImageLocation & WithId(Aws::String &&value)
void SetId(Aws::String &&value)
const Aws::String & GetUrl() const
void SetUrl(const char *value)
void SetUrl(const Aws::String &value)
void SetId(const Aws::String &value)
ImageLocation & WithId(const Aws::String &value)
bool UrlHasBeenSet() const
ImageLocation & WithId(const char *value)
void SetId(const char *value)
AWS_IOTSITEWISE_API Aws::Utils::Json::JsonValue Jsonize() const
ImageLocation & WithUrl(Aws::String &&value)
const Aws::String & GetId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue