7#include <aws/xray/XRay_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
62 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
70 bool m_nameHasBeenSet =
false;
73 bool m_messageHasBeenSet =
false;
bool NameHasBeenSet() const
RootCauseException & WithName(Aws::String &&value)
AWS_XRAY_API RootCauseException(Aws::Utils::Json::JsonView jsonValue)
AWS_XRAY_API RootCauseException & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetName() const
AWS_XRAY_API RootCauseException()
RootCauseException & WithMessage(const char *value)
void SetName(const char *value)
void SetMessage(Aws::String &&value)
AWS_XRAY_API Aws::Utils::Json::JsonValue Jsonize() const
void SetMessage(const Aws::String &value)
const Aws::String & GetMessage() const
void SetName(const Aws::String &value)
RootCauseException & WithName(const Aws::String &value)
void SetName(Aws::String &&value)
void SetMessage(const char *value)
bool MessageHasBeenSet() const
RootCauseException & WithMessage(const Aws::String &value)
RootCauseException & WithMessage(Aws::String &&value)
RootCauseException & WithName(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue