7#include <aws/snow-device-management/SnowDeviceManagement_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
22namespace SnowDeviceManagement
49 inline void SetAssociatedWithJob(
const char* value) { m_associatedWithJobHasBeenSet =
true; m_associatedWithJob.assign(value); }
63 inline void SetManagedDeviceArn(
const char* value) { m_managedDeviceArnHasBeenSet =
true; m_managedDeviceArn.assign(value); }
77 inline void SetManagedDeviceId(
const char* value) { m_managedDeviceIdHasBeenSet =
true; m_managedDeviceId.assign(value); }
101 inline DeviceSummary&
AddTags(
const char* key,
const char* value) { m_tagsHasBeenSet =
true; m_tags.emplace(key, value);
return *
this; }
106 bool m_associatedWithJobHasBeenSet =
false;
109 bool m_managedDeviceArnHasBeenSet =
false;
112 bool m_managedDeviceIdHasBeenSet =
false;
115 bool m_tagsHasBeenSet =
false;
void SetManagedDeviceArn(Aws::String &&value)
void SetManagedDeviceArn(const Aws::String &value)
void SetTags(const Aws::Map< Aws::String, Aws::String > &value)
DeviceSummary & AddTags(Aws::String &&key, Aws::String &&value)
void SetAssociatedWithJob(Aws::String &&value)
DeviceSummary & WithManagedDeviceArn(const char *value)
void SetManagedDeviceArn(const char *value)
void SetManagedDeviceId(Aws::String &&value)
AWS_SNOWDEVICEMANAGEMENT_API DeviceSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
DeviceSummary & WithManagedDeviceArn(const Aws::String &value)
DeviceSummary & AddTags(Aws::String &&key, const Aws::String &value)
bool TagsHasBeenSet() const
const Aws::String & GetManagedDeviceId() const
DeviceSummary & WithManagedDeviceArn(Aws::String &&value)
void SetAssociatedWithJob(const char *value)
bool AssociatedWithJobHasBeenSet() const
void SetTags(Aws::Map< Aws::String, Aws::String > &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
void SetManagedDeviceId(const Aws::String &value)
DeviceSummary & WithAssociatedWithJob(Aws::String &&value)
const Aws::String & GetManagedDeviceArn() const
void SetManagedDeviceId(const char *value)
bool ManagedDeviceArnHasBeenSet() const
const Aws::String & GetAssociatedWithJob() const
bool ManagedDeviceIdHasBeenSet() const
DeviceSummary & WithAssociatedWithJob(const char *value)
DeviceSummary & AddTags(const char *key, Aws::String &&value)
AWS_SNOWDEVICEMANAGEMENT_API DeviceSummary()
void SetAssociatedWithJob(const Aws::String &value)
DeviceSummary & WithTags(const Aws::Map< Aws::String, Aws::String > &value)
DeviceSummary & WithManagedDeviceId(const char *value)
DeviceSummary & AddTags(Aws::String &&key, const char *value)
AWS_SNOWDEVICEMANAGEMENT_API DeviceSummary(Aws::Utils::Json::JsonView jsonValue)
DeviceSummary & AddTags(const char *key, const char *value)
DeviceSummary & WithTags(Aws::Map< Aws::String, Aws::String > &&value)
DeviceSummary & AddTags(const Aws::String &key, Aws::String &&value)
DeviceSummary & WithManagedDeviceId(const Aws::String &value)
DeviceSummary & WithManagedDeviceId(Aws::String &&value)
DeviceSummary & WithAssociatedWithJob(const Aws::String &value)
AWS_SNOWDEVICEMANAGEMENT_API Aws::Utils::Json::JsonValue Jsonize() const
DeviceSummary & AddTags(const Aws::String &key, const Aws::String &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