7#include <aws/xray/XRay_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
49 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
63 inline void SetErrorCode(
const char* value) { m_errorCodeHasBeenSet =
true; m_errorCode.assign(value); }
77 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
85 bool m_idHasBeenSet =
false;
88 bool m_errorCodeHasBeenSet =
false;
91 bool m_messageHasBeenSet =
false;
UnprocessedTraceSegment & WithId(const Aws::String &value)
bool MessageHasBeenSet() const
void SetMessage(const Aws::String &value)
UnprocessedTraceSegment & WithMessage(Aws::String &&value)
void SetMessage(Aws::String &&value)
void SetErrorCode(Aws::String &&value)
const Aws::String & GetMessage() const
AWS_XRAY_API UnprocessedTraceSegment(Aws::Utils::Json::JsonView jsonValue)
UnprocessedTraceSegment & WithErrorCode(const char *value)
const Aws::String & GetErrorCode() const
UnprocessedTraceSegment & WithErrorCode(Aws::String &&value)
UnprocessedTraceSegment & WithId(const char *value)
AWS_XRAY_API UnprocessedTraceSegment & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetId() const
UnprocessedTraceSegment & WithMessage(const char *value)
void SetId(const Aws::String &value)
AWS_XRAY_API Aws::Utils::Json::JsonValue Jsonize() const
void SetErrorCode(const Aws::String &value)
bool ErrorCodeHasBeenSet() const
void SetMessage(const char *value)
bool IdHasBeenSet() const
UnprocessedTraceSegment & WithErrorCode(const Aws::String &value)
void SetErrorCode(const char *value)
UnprocessedTraceSegment & WithId(Aws::String &&value)
void SetId(Aws::String &&value)
void SetId(const char *value)
AWS_XRAY_API UnprocessedTraceSegment()
UnprocessedTraceSegment & WithMessage(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue