7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/bedrock-agent-runtime/model/Metadata.h>
9#include <aws/bedrock-agent-runtime/model/RawResponse.h>
10#include <aws/bedrock-agent-runtime/model/ReasoningContentBlock.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
22namespace BedrockAgentRuntime {
45 template <
typename MetadataT = Metadata>
47 m_metadataHasBeenSet =
true;
48 m_metadata = std::forward<MetadataT>(value);
50 template <
typename MetadataT = Metadata>
63 template <
typename RawResponseT = RawResponse>
65 m_rawResponseHasBeenSet =
true;
66 m_rawResponse = std::forward<RawResponseT>(value);
68 template <
typename RawResponseT = RawResponse>
82 template <
typename ReasoningContentT = ReasoningContentBlock>
84 m_reasoningContentHasBeenSet =
true;
85 m_reasoningContent = std::forward<ReasoningContentT>(value);
87 template <
typename ReasoningContentT = ReasoningContentBlock>
100 template <
typename TraceIdT = Aws::String>
102 m_traceIdHasBeenSet =
true;
103 m_traceId = std::forward<TraceIdT>(value);
105 template <
typename TraceIdT = Aws::String>
119 bool m_metadataHasBeenSet =
false;
120 bool m_rawResponseHasBeenSet =
false;
121 bool m_reasoningContentHasBeenSet =
false;
122 bool m_traceIdHasBeenSet =
false;
AWS_BEDROCKAGENTRUNTIME_API OrchestrationModelInvocationOutput()=default
OrchestrationModelInvocationOutput & WithRawResponse(RawResponseT &&value)
bool ReasoningContentHasBeenSet() const
const Metadata & GetMetadata() const
bool MetadataHasBeenSet() const
void SetRawResponse(RawResponseT &&value)
AWS_BEDROCKAGENTRUNTIME_API OrchestrationModelInvocationOutput & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKAGENTRUNTIME_API OrchestrationModelInvocationOutput(Aws::Utils::Json::JsonView jsonValue)
OrchestrationModelInvocationOutput & WithReasoningContent(ReasoningContentT &&value)
const ReasoningContentBlock & GetReasoningContent() const
void SetTraceId(TraceIdT &&value)
const RawResponse & GetRawResponse() const
void SetReasoningContent(ReasoningContentT &&value)
bool RawResponseHasBeenSet() const
const Aws::String & GetTraceId() const
OrchestrationModelInvocationOutput & WithTraceId(TraceIdT &&value)
AWS_BEDROCKAGENTRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
void SetMetadata(MetadataT &&value)
OrchestrationModelInvocationOutput & WithMetadata(MetadataT &&value)
bool TraceIdHasBeenSet() const
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue