7#include <aws/panorama/Panorama_EXPORTS.h>
8#include <aws/panorama/model/DeviceBrand.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/panorama/model/DeviceAggregatedStatus.h>
12#include <aws/panorama/model/LatestDeviceJob.h>
13#include <aws/panorama/model/DeviceStatus.h>
14#include <aws/core/utils/memory/stl/AWSMap.h>
15#include <aws/panorama/model/DeviceType.h>
79 inline void SetCurrentSoftware(
const char* value) { m_currentSoftwareHasBeenSet =
true; m_currentSoftware.assign(value); }
93 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
120 inline void SetDeviceId(
const char* value) { m_deviceIdHasBeenSet =
true; m_deviceId.assign(value); }
171 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
203 inline Device&
AddTags(
const char* key,
Aws::String&& value) { m_tagsHasBeenSet =
true; m_tags.emplace(key, std::move(value));
return *
this; }
204 inline Device&
AddTags(
Aws::String&& key,
const char* value) { m_tagsHasBeenSet =
true; m_tags.emplace(std::move(key), value);
return *
this; }
205 inline Device&
AddTags(
const char* key,
const char* value) { m_tagsHasBeenSet =
true; m_tags.emplace(key, value);
return *
this; }
222 bool m_brandHasBeenSet =
false;
225 bool m_createdTimeHasBeenSet =
false;
228 bool m_currentSoftwareHasBeenSet =
false;
231 bool m_descriptionHasBeenSet =
false;
234 bool m_deviceAggregatedStatusHasBeenSet =
false;
237 bool m_deviceIdHasBeenSet =
false;
240 bool m_lastUpdatedTimeHasBeenSet =
false;
243 bool m_latestDeviceJobHasBeenSet =
false;
246 bool m_leaseExpirationTimeHasBeenSet =
false;
249 bool m_nameHasBeenSet =
false;
252 bool m_provisioningStatusHasBeenSet =
false;
255 bool m_tagsHasBeenSet =
false;
258 bool m_typeHasBeenSet =
false;
void SetDeviceId(const Aws::String &value)
const DeviceType & GetType() const
bool DeviceIdHasBeenSet() const
const DeviceBrand & GetBrand() const
bool LastUpdatedTimeHasBeenSet() const
void SetLatestDeviceJob(const LatestDeviceJob &value)
bool LatestDeviceJobHasBeenSet() const
Device & AddTags(const Aws::String &key, const Aws::String &value)
Device & WithLastUpdatedTime(Aws::Utils::DateTime &&value)
void SetCurrentSoftware(Aws::String &&value)
Device & WithLeaseExpirationTime(const Aws::Utils::DateTime &value)
void SetBrand(DeviceBrand &&value)
void SetType(const DeviceType &value)
void SetLeaseExpirationTime(const Aws::Utils::DateTime &value)
void SetCreatedTime(const Aws::Utils::DateTime &value)
void SetName(const char *value)
Device & WithDeviceId(const Aws::String &value)
Device & AddTags(Aws::String &&key, const Aws::String &value)
void SetTags(const Aws::Map< Aws::String, Aws::String > &value)
void SetProvisioningStatus(DeviceStatus &&value)
bool ProvisioningStatusHasBeenSet() const
void SetType(DeviceType &&value)
bool TypeHasBeenSet() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
Device & WithCurrentSoftware(const Aws::String &value)
Device & WithDeviceAggregatedStatus(const DeviceAggregatedStatus &value)
Device & WithTags(const Aws::Map< Aws::String, Aws::String > &value)
Device & WithDescription(const char *value)
Device & WithName(const char *value)
Device & WithType(DeviceType &&value)
Device & WithDeviceAggregatedStatus(DeviceAggregatedStatus &&value)
void SetDeviceId(Aws::String &&value)
Device & AddTags(const char *key, Aws::String &&value)
void SetDescription(const Aws::String &value)
bool DeviceAggregatedStatusHasBeenSet() const
void SetName(const Aws::String &value)
Device & WithCurrentSoftware(const char *value)
bool DescriptionHasBeenSet() const
void SetDeviceId(const char *value)
Device & AddTags(Aws::String &&key, Aws::String &&value)
Device & WithType(const DeviceType &value)
void SetProvisioningStatus(const DeviceStatus &value)
bool LeaseExpirationTimeHasBeenSet() const
void SetDescription(const char *value)
void SetName(Aws::String &&value)
bool CreatedTimeHasBeenSet() const
Device & WithDescription(Aws::String &&value)
void SetDeviceAggregatedStatus(const DeviceAggregatedStatus &value)
Device & AddTags(const char *key, const char *value)
bool TagsHasBeenSet() const
Device & AddTags(const Aws::String &key, Aws::String &&value)
const Aws::String & GetName() const
AWS_PANORAMA_API Device(Aws::Utils::Json::JsonView jsonValue)
Device & WithName(const Aws::String &value)
Device & WithProvisioningStatus(const DeviceStatus &value)
const Aws::Utils::DateTime & GetLastUpdatedTime() const
Device & WithName(Aws::String &&value)
bool NameHasBeenSet() const
bool CurrentSoftwareHasBeenSet() const
Device & WithCreatedTime(Aws::Utils::DateTime &&value)
AWS_PANORAMA_API Aws::Utils::Json::JsonValue Jsonize() const
void SetTags(Aws::Map< Aws::String, Aws::String > &&value)
void SetCreatedTime(Aws::Utils::DateTime &&value)
Device & WithBrand(const DeviceBrand &value)
const LatestDeviceJob & GetLatestDeviceJob() const
void SetLeaseExpirationTime(Aws::Utils::DateTime &&value)
bool BrandHasBeenSet() const
const Aws::String & GetDescription() const
AWS_PANORAMA_API Device()
Device & WithCurrentSoftware(Aws::String &&value)
Device & WithTags(Aws::Map< Aws::String, Aws::String > &&value)
Device & AddTags(Aws::String &&key, const char *value)
void SetLatestDeviceJob(LatestDeviceJob &&value)
void SetDescription(Aws::String &&value)
Device & WithDescription(const Aws::String &value)
Device & WithLatestDeviceJob(const LatestDeviceJob &value)
void SetLastUpdatedTime(const Aws::Utils::DateTime &value)
void SetCurrentSoftware(const char *value)
const Aws::Utils::DateTime & GetCreatedTime() const
Device & WithLatestDeviceJob(LatestDeviceJob &&value)
Device & WithDeviceId(Aws::String &&value)
AWS_PANORAMA_API Device & operator=(Aws::Utils::Json::JsonView jsonValue)
Device & WithProvisioningStatus(DeviceStatus &&value)
void SetCurrentSoftware(const Aws::String &value)
Device & WithLeaseExpirationTime(Aws::Utils::DateTime &&value)
const DeviceAggregatedStatus & GetDeviceAggregatedStatus() const
Device & WithCreatedTime(const Aws::Utils::DateTime &value)
void SetDeviceAggregatedStatus(DeviceAggregatedStatus &&value)
Device & WithBrand(DeviceBrand &&value)
const Aws::String & GetDeviceId() const
Device & WithLastUpdatedTime(const Aws::Utils::DateTime &value)
void SetLastUpdatedTime(Aws::Utils::DateTime &&value)
const Aws::Utils::DateTime & GetLeaseExpirationTime() const
const DeviceStatus & GetProvisioningStatus() const
void SetBrand(const DeviceBrand &value)
const Aws::String & GetCurrentSoftware() const
Device & WithDeviceId(const char *value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue