7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/resiliencehub/ResilienceHub_EXPORTS.h>
9#include <aws/resiliencehub/model/LogicalResourceId.h>
20namespace ResilienceHub {
42 template <
typename LogicalResourceIdT = LogicalResourceId>
44 m_logicalResourceIdHasBeenSet =
true;
45 m_logicalResourceId = std::forward<LogicalResourceIdT>(value);
47 template <
typename LogicalResourceIdT = LogicalResourceId>
60 template <
typename ResourceTypeT = Aws::String>
62 m_resourceTypeHasBeenSet =
true;
63 m_resourceType = std::forward<ResourceTypeT>(value);
65 template <
typename ResourceTypeT = Aws::String>
75 bool m_logicalResourceIdHasBeenSet =
false;
76 bool m_resourceTypeHasBeenSet =
false;
const LogicalResourceId & GetLogicalResourceId() const
AWS_RESILIENCEHUB_API ResourceIdentifier & operator=(Aws::Utils::Json::JsonView jsonValue)
ResourceIdentifier & WithResourceType(ResourceTypeT &&value)
bool LogicalResourceIdHasBeenSet() const
AWS_RESILIENCEHUB_API ResourceIdentifier(Aws::Utils::Json::JsonView jsonValue)
void SetResourceType(ResourceTypeT &&value)
void SetLogicalResourceId(LogicalResourceIdT &&value)
bool ResourceTypeHasBeenSet() const
AWS_RESILIENCEHUB_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetResourceType() const
ResourceIdentifier & WithLogicalResourceId(LogicalResourceIdT &&value)
AWS_RESILIENCEHUB_API ResourceIdentifier()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue