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
47 template<
typename AssociatedWithJobT = Aws::String>
48 void SetAssociatedWithJob(AssociatedWithJobT&& value) { m_associatedWithJobHasBeenSet =
true; m_associatedWithJob = std::forward<AssociatedWithJobT>(value); }
49 template<
typename AssociatedWithJobT = Aws::String>
59 template<
typename ManagedDeviceArnT = Aws::String>
60 void SetManagedDeviceArn(ManagedDeviceArnT&& value) { m_managedDeviceArnHasBeenSet =
true; m_managedDeviceArn = std::forward<ManagedDeviceArnT>(value); }
61 template<
typename ManagedDeviceArnT = Aws::String>
71 template<
typename ManagedDeviceIdT = Aws::String>
72 void SetManagedDeviceId(ManagedDeviceIdT&& value) { m_managedDeviceIdHasBeenSet =
true; m_managedDeviceId = std::forward<ManagedDeviceIdT>(value); }
73 template<
typename ManagedDeviceIdT = Aws::String>
85 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
86 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
87 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
89 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
91 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
97 bool m_associatedWithJobHasBeenSet =
false;
100 bool m_managedDeviceArnHasBeenSet =
false;
103 bool m_managedDeviceIdHasBeenSet =
false;
106 bool m_tagsHasBeenSet =
false;
void SetTags(TagsT &&value)
void SetManagedDeviceId(ManagedDeviceIdT &&value)
DeviceSummary & AddTags(TagsKeyT &&key, TagsValueT &&value)
AWS_SNOWDEVICEMANAGEMENT_API DeviceSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool TagsHasBeenSet() const
DeviceSummary & WithManagedDeviceId(ManagedDeviceIdT &&value)
const Aws::String & GetManagedDeviceId() const
bool AssociatedWithJobHasBeenSet() const
DeviceSummary & WithAssociatedWithJob(AssociatedWithJobT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
const Aws::String & GetManagedDeviceArn() const
bool ManagedDeviceArnHasBeenSet() const
const Aws::String & GetAssociatedWithJob() const
bool ManagedDeviceIdHasBeenSet() const
void SetAssociatedWithJob(AssociatedWithJobT &&value)
DeviceSummary & WithTags(TagsT &&value)
AWS_SNOWDEVICEMANAGEMENT_API DeviceSummary()=default
DeviceSummary & WithManagedDeviceArn(ManagedDeviceArnT &&value)
AWS_SNOWDEVICEMANAGEMENT_API DeviceSummary(Aws::Utils::Json::JsonView jsonValue)
void SetManagedDeviceArn(ManagedDeviceArnT &&value)
AWS_SNOWDEVICEMANAGEMENT_API Aws::Utils::Json::JsonValue Jsonize() const
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