7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/snow-device-management/SnowDeviceManagement_EXPORTS.h>
19namespace SnowDeviceManagement {
41 template <
typename ArnT = Aws::String>
43 m_arnHasBeenSet =
true;
44 m_arn = std::forward<ArnT>(value);
46 template <
typename ArnT = Aws::String>
48 SetArn(std::forward<ArnT>(value));
59 template <
typename IdT = Aws::String>
61 m_idHasBeenSet =
true;
62 m_id = std::forward<IdT>(value);
64 template <
typename IdT = Aws::String>
66 SetId(std::forward<IdT>(value));
77 template <
typename ResourceTypeT = Aws::String>
79 m_resourceTypeHasBeenSet =
true;
80 m_resourceType = std::forward<ResourceTypeT>(value);
82 template <
typename ResourceTypeT = Aws::String>
94 bool m_arnHasBeenSet =
false;
95 bool m_idHasBeenSet =
false;
96 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