7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/xray/XRay_EXPORTS.h>
41 template <
typename IdT = Aws::String>
43 m_idHasBeenSet =
true;
44 m_id = std::forward<IdT>(value);
46 template <
typename IdT = Aws::String>
48 SetId(std::forward<IdT>(value));
59 template <
typename ErrorCodeT = Aws::String>
61 m_errorCodeHasBeenSet =
true;
62 m_errorCode = std::forward<ErrorCodeT>(value);
64 template <
typename ErrorCodeT = Aws::String>
77 template <
typename MessageT = Aws::String>
79 m_messageHasBeenSet =
true;
80 m_message = std::forward<MessageT>(value);
82 template <
typename MessageT = Aws::String>
94 bool m_idHasBeenSet =
false;
95 bool m_errorCodeHasBeenSet =
false;
96 bool m_messageHasBeenSet =
false;
UnprocessedTraceSegment & WithMessage(MessageT &&value)
bool MessageHasBeenSet() const
void SetErrorCode(ErrorCodeT &&value)
const Aws::String & GetMessage() const
AWS_XRAY_API UnprocessedTraceSegment(Aws::Utils::Json::JsonView jsonValue)
void SetMessage(MessageT &&value)
const Aws::String & GetErrorCode() const
AWS_XRAY_API UnprocessedTraceSegment & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetId() const
UnprocessedTraceSegment & WithErrorCode(ErrorCodeT &&value)
AWS_XRAY_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_XRAY_API UnprocessedTraceSegment()=default
bool ErrorCodeHasBeenSet() const
bool IdHasBeenSet() const
UnprocessedTraceSegment & WithId(IdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue