7#include <aws/snow-device-management/SnowDeviceManagement_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace SnowDeviceManagement
47 template<
typename ArnT = Aws::String>
48 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
49 template<
typename ArnT = Aws::String>
59 template<
typename IdT = Aws::String>
60 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
61 template<
typename IdT = Aws::String>
71 template<
typename ResourceTypeT = Aws::String>
72 void SetResourceType(ResourceTypeT&& value) { m_resourceTypeHasBeenSet =
true; m_resourceType = std::forward<ResourceTypeT>(value); }
73 template<
typename ResourceTypeT = Aws::String>
79 bool m_arnHasBeenSet =
false;
82 bool m_idHasBeenSet =
false;
85 bool m_resourceTypeHasBeenSet =
false;
const Aws::String & GetResourceType() const
const Aws::String & GetId() const
AWS_SNOWDEVICEMANAGEMENT_API ResourceSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
ResourceSummary & WithResourceType(ResourceTypeT &&value)
ResourceSummary & WithArn(ArnT &&value)
ResourceSummary & WithId(IdT &&value)
const Aws::String & GetArn() const
AWS_SNOWDEVICEMANAGEMENT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetArn(ArnT &&value)
bool ResourceTypeHasBeenSet() const
AWS_SNOWDEVICEMANAGEMENT_API ResourceSummary(Aws::Utils::Json::JsonView jsonValue)
AWS_SNOWDEVICEMANAGEMENT_API ResourceSummary()=default
bool ArnHasBeenSet() const
void SetResourceType(ResourceTypeT &&value)
bool IdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue