7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/xray/XRay_EXPORTS.h>
40 template <
typename NameT = Aws::String>
42 m_nameHasBeenSet =
true;
43 m_name = std::forward<NameT>(value);
45 template <
typename NameT = Aws::String>
47 SetName(std::forward<NameT>(value));
58 template <
typename MessageT = Aws::String>
60 m_messageHasBeenSet =
true;
61 m_message = std::forward<MessageT>(value);
63 template <
typename MessageT = Aws::String>
73 bool m_nameHasBeenSet =
false;
74 bool m_messageHasBeenSet =
false;
bool NameHasBeenSet() const
AWS_XRAY_API RootCauseException(Aws::Utils::Json::JsonView jsonValue)
AWS_XRAY_API RootCauseException & operator=(Aws::Utils::Json::JsonView jsonValue)
RootCauseException & WithMessage(MessageT &&value)
const Aws::String & GetName() const
void SetName(NameT &&value)
AWS_XRAY_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetMessage() const
AWS_XRAY_API RootCauseException()=default
bool MessageHasBeenSet() const
RootCauseException & WithName(NameT &&value)
void SetMessage(MessageT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue