7#include <aws/resiliencehub/ResilienceHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace ResilienceHub
47 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
61 inline void SetResourceId(
const char* value) { m_resourceIdHasBeenSet =
true; m_resourceId.assign(value); }
75 inline void SetResourceType(
const char* value) { m_resourceTypeHasBeenSet =
true; m_resourceType.assign(value); }
83 bool m_messageHasBeenSet =
false;
86 bool m_resourceIdHasBeenSet =
false;
89 bool m_resourceTypeHasBeenSet =
false;
bool ResourceTypeHasBeenSet() const
const Aws::String & GetMessage() const
bool MessageHasBeenSet() const
ResourceNotFoundException & WithResourceType(const Aws::String &value)
void SetMessage(Aws::String &&value)
ResourceNotFoundException & WithResourceType(Aws::String &&value)
ResourceNotFoundException & WithMessage(Aws::String &&value)
ResourceNotFoundException & WithResourceType(const char *value)
const Aws::String & GetResourceId() const
ResourceNotFoundException & WithResourceId(Aws::String &&value)
void SetMessage(const char *value)
ResourceNotFoundException & WithResourceId(const Aws::String &value)
void SetResourceId(Aws::String &&value)
const Aws::String & GetResourceType() const
void SetResourceId(const char *value)
void SetMessage(const Aws::String &value)
bool ResourceIdHasBeenSet() const
AWS_RESILIENCEHUB_API ResourceNotFoundException()
void SetResourceId(const Aws::String &value)
AWS_RESILIENCEHUB_API ResourceNotFoundException & operator=(Aws::Utils::Json::JsonView jsonValue)
ResourceNotFoundException & WithMessage(const char *value)
AWS_RESILIENCEHUB_API ResourceNotFoundException(Aws::Utils::Json::JsonView jsonValue)
AWS_RESILIENCEHUB_API Aws::Utils::Json::JsonValue Jsonize() const
ResourceNotFoundException & WithResourceId(const char *value)
void SetResourceType(const char *value)
void SetResourceType(Aws::String &&value)
ResourceNotFoundException & WithMessage(const Aws::String &value)
void SetResourceType(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue