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>
24namespace BedrockAgentRuntime
51 template<
typename MetadataT = Metadata>
52 void SetMetadata(MetadataT&& value) { m_metadataHasBeenSet =
true; m_metadata = std::forward<MetadataT>(value); }
53 template<
typename MetadataT = Metadata>
63 template<
typename RawResponseT = RawResponse>
64 void SetRawResponse(RawResponseT&& value) { m_rawResponseHasBeenSet =
true; m_rawResponse = std::forward<RawResponseT>(value); }
65 template<
typename RawResponseT = RawResponse>
76 template<
typename ReasoningContentT = ReasoningContentBlock>
77 void SetReasoningContent(ReasoningContentT&& value) { m_reasoningContentHasBeenSet =
true; m_reasoningContent = std::forward<ReasoningContentT>(value); }
78 template<
typename ReasoningContentT = ReasoningContentBlock>
88 template<
typename TraceIdT = Aws::String>
89 void SetTraceId(TraceIdT&& value) { m_traceIdHasBeenSet =
true; m_traceId = std::forward<TraceIdT>(value); }
90 template<
typename TraceIdT = Aws::String>
96 bool m_metadataHasBeenSet =
false;
99 bool m_rawResponseHasBeenSet =
false;
102 bool m_reasoningContentHasBeenSet =
false;
105 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::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue