7#include <aws/iotsitewise/IoTSiteWise_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename IdT = Aws::String>
48 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
49 template<
typename IdT = Aws::String>
60 template<
typename UrlT = Aws::String>
61 void SetUrl(UrlT&& value) { m_urlHasBeenSet =
true; m_url = std::forward<UrlT>(value); }
62 template<
typename UrlT = Aws::String>
68 bool m_idHasBeenSet =
false;
71 bool m_urlHasBeenSet =
false;
bool IdHasBeenSet() const
ImageLocation & WithUrl(UrlT &&value)
AWS_IOTSITEWISE_API ImageLocation & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTSITEWISE_API ImageLocation(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetUrl() const
AWS_IOTSITEWISE_API ImageLocation()=default
ImageLocation & WithId(IdT &&value)
bool UrlHasBeenSet() const
AWS_IOTSITEWISE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetUrl(UrlT &&value)
const Aws::String & GetId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue