7#include <aws/lambda/Lambda_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 inline void SetType(
const char* value) { m_typeHasBeenSet =
true; m_type.assign(value); }
59 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
67 bool m_typeHasBeenSet =
false;
70 bool m_messageHasBeenSet =
false;
AWS_LAMBDA_API ServiceException & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetMessage(const char *value)
ServiceException & WithType(Aws::String &&value)
ServiceException & WithMessage(const char *value)
ServiceException & WithType(const Aws::String &value)
ServiceException & WithType(const char *value)
void SetType(Aws::String &&value)
void SetMessage(Aws::String &&value)
AWS_LAMBDA_API ServiceException()
const Aws::String & GetType() const
AWS_LAMBDA_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetMessage() const
void SetType(const char *value)
bool TypeHasBeenSet() const
ServiceException & WithMessage(Aws::String &&value)
AWS_LAMBDA_API ServiceException(Aws::Utils::Json::JsonView jsonValue)
void SetMessage(const Aws::String &value)
void SetType(const Aws::String &value)
bool MessageHasBeenSet() const
ServiceException & WithMessage(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue