7#include <aws/workspaces/WorkSpaces_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
62 inline void SetResourceId(
const char* value) { m_resourceIdHasBeenSet =
true; m_resourceId.assign(value); }
70 bool m_messageHasBeenSet =
false;
73 bool m_resourceIdHasBeenSet =
false;
ResourceNotFoundException & WithMessage(const Aws::String &value)
void SetResourceId(const char *value)
AWS_WORKSPACES_API ResourceNotFoundException()
ResourceNotFoundException & WithResourceId(const Aws::String &value)
void SetResourceId(const Aws::String &value)
ResourceNotFoundException & WithMessage(Aws::String &&value)
ResourceNotFoundException & WithMessage(const char *value)
void SetMessage(const char *value)
AWS_WORKSPACES_API Aws::Utils::Json::JsonValue Jsonize() const
void SetMessage(const Aws::String &value)
const Aws::String & GetResourceId() const
const Aws::String & GetMessage() const
ResourceNotFoundException & WithResourceId(const char *value)
ResourceNotFoundException & WithResourceId(Aws::String &&value)
bool ResourceIdHasBeenSet() const
AWS_WORKSPACES_API ResourceNotFoundException & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_WORKSPACES_API ResourceNotFoundException(Aws::Utils::Json::JsonView jsonValue)
bool MessageHasBeenSet() const
void SetMessage(Aws::String &&value)
void SetResourceId(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue