7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/bedrock-agent-runtime/model/InferenceConfiguration.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/bedrock-agent-runtime/model/CreationMode.h>
11#include <aws/bedrock-agent-runtime/model/PromptType.h>
24namespace BedrockAgentRuntime
77 inline void SetOverrideLambda(
const char* value) { m_overrideLambdaHasBeenSet =
true; m_overrideLambda.assign(value); }
120 inline void SetText(
const char* value) { m_textHasBeenSet =
true; m_text.assign(value); }
134 inline void SetTraceId(
const char* value) { m_traceIdHasBeenSet =
true; m_traceId.assign(value); }
154 bool m_inferenceConfigurationHasBeenSet =
false;
157 bool m_overrideLambdaHasBeenSet =
false;
160 bool m_parserModeHasBeenSet =
false;
163 bool m_promptCreationModeHasBeenSet =
false;
166 bool m_textHasBeenSet =
false;
169 bool m_traceIdHasBeenSet =
false;
172 bool m_typeHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue