7#include <aws/resiliencehub/ResilienceHub_EXPORTS.h>
8#include <aws/resiliencehub/model/LogicalResourceId.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
22namespace ResilienceHub
62 inline void SetResourceType(
const char* value) { m_resourceTypeHasBeenSet =
true; m_resourceType.assign(value); }
70 bool m_logicalResourceIdHasBeenSet =
false;
73 bool m_resourceTypeHasBeenSet =
false;
ResourceIdentifier & WithResourceType(Aws::String &&value)
ResourceIdentifier & WithLogicalResourceId(LogicalResourceId &&value)
ResourceIdentifier & WithLogicalResourceId(const LogicalResourceId &value)
const LogicalResourceId & GetLogicalResourceId() const
void SetResourceType(Aws::String &&value)
void SetResourceType(const Aws::String &value)
AWS_RESILIENCEHUB_API ResourceIdentifier()
void SetResourceType(const char *value)
AWS_RESILIENCEHUB_API ResourceIdentifier & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetLogicalResourceId(LogicalResourceId &&value)
ResourceIdentifier & WithResourceType(const char *value)
bool LogicalResourceIdHasBeenSet() const
void SetLogicalResourceId(const LogicalResourceId &value)
AWS_RESILIENCEHUB_API ResourceIdentifier(Aws::Utils::Json::JsonView jsonValue)
ResourceIdentifier & WithResourceType(const Aws::String &value)
bool ResourceTypeHasBeenSet() const
AWS_RESILIENCEHUB_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetResourceType() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue