7#include <aws/ebs/EBS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/ebs/model/ResourceNotFoundExceptionReason.h>
47 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
67 bool m_messageHasBeenSet =
false;
70 bool m_reasonHasBeenSet =
false;
AWS_EBS_API ResourceNotFoundException()
AWS_EBS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetMessage(Aws::String &&value)
void SetMessage(const char *value)
AWS_EBS_API ResourceNotFoundException(Aws::Utils::Json::JsonView jsonValue)
AWS_EBS_API ResourceNotFoundException & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetMessage() const
ResourceNotFoundException & WithReason(ResourceNotFoundExceptionReason &&value)
ResourceNotFoundException & WithMessage(Aws::String &&value)
ResourceNotFoundException & WithMessage(const char *value)
bool ReasonHasBeenSet() const
const ResourceNotFoundExceptionReason & GetReason() const
void SetReason(ResourceNotFoundExceptionReason &&value)
void SetReason(const ResourceNotFoundExceptionReason &value)
bool MessageHasBeenSet() const
void SetMessage(const Aws::String &value)
ResourceNotFoundException & WithReason(const ResourceNotFoundExceptionReason &value)
ResourceNotFoundException & WithMessage(const Aws::String &value)
ResourceNotFoundExceptionReason
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue