7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/xray/XRay_EXPORTS.h>
42 template <
typename RuleNameT = Aws::String>
44 m_ruleNameHasBeenSet =
true;
45 m_ruleName = std::forward<RuleNameT>(value);
47 template <
typename RuleNameT = Aws::String>
60 template <
typename ErrorCodeT = Aws::String>
62 m_errorCodeHasBeenSet =
true;
63 m_errorCode = std::forward<ErrorCodeT>(value);
65 template <
typename ErrorCodeT = Aws::String>
78 template <
typename MessageT = Aws::String>
80 m_messageHasBeenSet =
true;
81 m_message = std::forward<MessageT>(value);
83 template <
typename MessageT = Aws::String>
95 bool m_ruleNameHasBeenSet =
false;
96 bool m_errorCodeHasBeenSet =
false;
97 bool m_messageHasBeenSet =
false;
UnprocessedStatistics & WithRuleName(RuleNameT &&value)
AWS_XRAY_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetMessage() const
const Aws::String & GetRuleName() const
bool ErrorCodeHasBeenSet() const
bool MessageHasBeenSet() const
AWS_XRAY_API UnprocessedStatistics & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetRuleName(RuleNameT &&value)
AWS_XRAY_API UnprocessedStatistics(Aws::Utils::Json::JsonView jsonValue)
AWS_XRAY_API UnprocessedStatistics()=default
const Aws::String & GetErrorCode() const
void SetErrorCode(ErrorCodeT &&value)
bool RuleNameHasBeenSet() const
UnprocessedStatistics & WithMessage(MessageT &&value)
void SetMessage(MessageT &&value)
UnprocessedStatistics & WithErrorCode(ErrorCodeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue