7#include <aws/xray/XRay_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
50 inline void SetRuleName(
const char* value) { m_ruleNameHasBeenSet =
true; m_ruleName.assign(value); }
64 inline void SetErrorCode(
const char* value) { m_errorCodeHasBeenSet =
true; m_errorCode.assign(value); }
78 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
86 bool m_ruleNameHasBeenSet =
false;
89 bool m_errorCodeHasBeenSet =
false;
92 bool m_messageHasBeenSet =
false;
AWS_XRAY_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetMessage() const
UnprocessedStatistics & WithMessage(Aws::String &&value)
const Aws::String & GetRuleName() const
UnprocessedStatistics & WithErrorCode(const Aws::String &value)
UnprocessedStatistics & WithRuleName(Aws::String &&value)
void SetMessage(const Aws::String &value)
UnprocessedStatistics & WithMessage(const char *value)
bool ErrorCodeHasBeenSet() const
bool MessageHasBeenSet() const
void SetErrorCode(const char *value)
void SetMessage(const char *value)
void SetMessage(Aws::String &&value)
void SetRuleName(const char *value)
AWS_XRAY_API UnprocessedStatistics & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetErrorCode(Aws::String &&value)
AWS_XRAY_API UnprocessedStatistics(Aws::Utils::Json::JsonView jsonValue)
void SetErrorCode(const Aws::String &value)
UnprocessedStatistics & WithRuleName(const char *value)
const Aws::String & GetErrorCode() const
UnprocessedStatistics & WithRuleName(const Aws::String &value)
UnprocessedStatistics & WithErrorCode(Aws::String &&value)
UnprocessedStatistics & WithMessage(const Aws::String &value)
bool RuleNameHasBeenSet() const
UnprocessedStatistics & WithErrorCode(const char *value)
AWS_XRAY_API UnprocessedStatistics()
void SetRuleName(const Aws::String &value)
void SetRuleName(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue