7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace BedrockAgentRuntime
50 inline void SetText(
const char* value) { m_textHasBeenSet =
true; m_text.assign(value); }
64 inline void SetTraceId(
const char* value) { m_traceIdHasBeenSet =
true; m_traceId.assign(value); }
72 bool m_textHasBeenSet =
false;
75 bool m_traceIdHasBeenSet =
false;
Rationale & WithTraceId(const Aws::String &value)
Rationale & WithText(const char *value)
const Aws::String & GetTraceId() const
AWS_BEDROCKAGENTRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_BEDROCKAGENTRUNTIME_API Rationale(Aws::Utils::Json::JsonView jsonValue)
Rationale & WithTraceId(Aws::String &&value)
bool TextHasBeenSet() const
const Aws::String & GetText() const
void SetText(Aws::String &&value)
Rationale & WithTraceId(const char *value)
void SetText(const char *value)
void SetText(const Aws::String &value)
AWS_BEDROCKAGENTRUNTIME_API Rationale & operator=(Aws::Utils::Json::JsonView jsonValue)
Rationale & WithText(Aws::String &&value)
AWS_BEDROCKAGENTRUNTIME_API Rationale()
Rationale & WithText(const Aws::String &value)
void SetTraceId(const Aws::String &value)
bool TraceIdHasBeenSet() const
void SetTraceId(Aws::String &&value)
void SetTraceId(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue