7#include <aws/chime/Chime_EXPORTS.h>
8#include <aws/chime/model/ErrorCode.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
46 inline void SetCode(
const ErrorCode& value) { m_codeHasBeenSet =
true; m_code = value; }
47 inline void SetCode(
ErrorCode&& value) { m_codeHasBeenSet =
true; m_code = std::move(value); }
58 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
66 bool m_codeHasBeenSet =
false;
69 bool m_messageHasBeenSet =
false;
void SetCode(const ErrorCode &value)
const ErrorCode & GetCode() const
AWS_CHIME_API Aws::Utils::Json::JsonValue Jsonize() const
bool CodeHasBeenSet() const
NotFoundException & WithCode(ErrorCode &&value)
void SetMessage(const Aws::String &value)
void SetCode(ErrorCode &&value)
NotFoundException & WithMessage(const char *value)
NotFoundException & WithMessage(const Aws::String &value)
NotFoundException & WithCode(const ErrorCode &value)
bool MessageHasBeenSet() const
NotFoundException & WithMessage(Aws::String &&value)
AWS_CHIME_API NotFoundException()
void SetMessage(Aws::String &&value)
AWS_CHIME_API NotFoundException(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetMessage() const
void SetMessage(const char *value)
AWS_CHIME_API NotFoundException & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue