7#include <aws/redshift-serverless/RedshiftServerless_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace RedshiftServerless
46 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
60 inline void SetResourceName(
const char* value) { m_resourceNameHasBeenSet =
true; m_resourceName.assign(value); }
68 bool m_messageHasBeenSet =
false;
71 bool m_resourceNameHasBeenSet =
false;
AWS_REDSHIFTSERVERLESS_API ResourceNotFoundException(Aws::Utils::Json::JsonView jsonValue)
ResourceNotFoundException & WithMessage(Aws::String &&value)
void SetMessage(const char *value)
ResourceNotFoundException & WithMessage(const Aws::String &value)
void SetMessage(Aws::String &&value)
ResourceNotFoundException & WithResourceName(const Aws::String &value)
ResourceNotFoundException & WithMessage(const char *value)
bool MessageHasBeenSet() const
AWS_REDSHIFTSERVERLESS_API ResourceNotFoundException & operator=(Aws::Utils::Json::JsonView jsonValue)
ResourceNotFoundException & WithResourceName(Aws::String &&value)
const Aws::String & GetResourceName() const
ResourceNotFoundException & WithResourceName(const char *value)
AWS_REDSHIFTSERVERLESS_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetMessage() const
bool ResourceNameHasBeenSet() const
void SetResourceName(Aws::String &&value)
AWS_REDSHIFTSERVERLESS_API ResourceNotFoundException()
void SetResourceName(const Aws::String &value)
void SetResourceName(const char *value)
void SetMessage(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue