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 Aws::Utils::Json::JsonValue Jsonize() const
AWS_LAMBDA_API InvalidRuntimeException & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetType() const
bool MessageHasBeenSet() const
InvalidRuntimeException & WithType(Aws::String &&value)
void SetMessage(Aws::String &&value)
InvalidRuntimeException & WithMessage(Aws::String &&value)
InvalidRuntimeException & WithMessage(const char *value)
InvalidRuntimeException & WithMessage(const Aws::String &value)
InvalidRuntimeException & WithType(const Aws::String &value)
void SetType(Aws::String &&value)
AWS_LAMBDA_API InvalidRuntimeException(Aws::Utils::Json::JsonView jsonValue)
void SetMessage(const char *value)
bool TypeHasBeenSet() const
AWS_LAMBDA_API InvalidRuntimeException()
void SetMessage(const Aws::String &value)
void SetType(const char *value)
InvalidRuntimeException & WithType(const char *value)
void SetType(const Aws::String &value)
const Aws::String & GetMessage() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue