7#include <aws/auditmanager/AuditManager_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
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;
AWS_AUDITMANAGER_API ResourceNotFoundException(Aws::Utils::Json::JsonView jsonValue)
ResourceNotFoundException & WithMessage(const char *value)
void SetMessage(Aws::String &&value)
ResourceNotFoundException & WithResourceType(const char *value)
AWS_AUDITMANAGER_API ResourceNotFoundException()
bool ResourceTypeHasBeenSet() const
ResourceNotFoundException & WithResourceType(const Aws::String &value)
const Aws::String & GetResourceType() const
ResourceNotFoundException & WithMessage(const Aws::String &value)
ResourceNotFoundException & WithResourceId(const Aws::String &value)
ResourceNotFoundException & WithResourceType(Aws::String &&value)
AWS_AUDITMANAGER_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetMessage() const
void SetResourceId(const Aws::String &value)
const Aws::String & GetResourceId() const
void SetMessage(const Aws::String &value)
ResourceNotFoundException & WithResourceId(const char *value)
void SetMessage(const char *value)
ResourceNotFoundException & WithResourceId(Aws::String &&value)
void SetResourceType(const Aws::String &value)
AWS_AUDITMANAGER_API ResourceNotFoundException & operator=(Aws::Utils::Json::JsonView jsonValue)
bool MessageHasBeenSet() const
bool ResourceIdHasBeenSet() const
ResourceNotFoundException & WithMessage(Aws::String &&value)
void SetResourceType(const char *value)
void SetResourceId(const char *value)
void SetResourceId(Aws::String &&value)
void SetResourceType(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue