7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/bedrock-agent-runtime/model/InferenceConfiguration.h>
10#include <aws/bedrock-agent-runtime/model/CreationMode.h>
11#include <aws/bedrock-agent-runtime/model/PromptType.h>
24namespace BedrockAgentRuntime
58 inline void SetFoundationModel(
const char* value) { m_foundationModelHasBeenSet =
true; m_foundationModel.assign(value); }
91 inline void SetOverrideLambda(
const char* value) { m_overrideLambdaHasBeenSet =
true; m_overrideLambda.assign(value); }
134 inline void SetText(
const char* value) { m_textHasBeenSet =
true; m_text.assign(value); }
148 inline void SetTraceId(
const char* value) { m_traceIdHasBeenSet =
true; m_traceId.assign(value); }
168 bool m_foundationModelHasBeenSet =
false;
171 bool m_inferenceConfigurationHasBeenSet =
false;
174 bool m_overrideLambdaHasBeenSet =
false;
177 bool m_parserModeHasBeenSet =
false;
180 bool m_promptCreationModeHasBeenSet =
false;
183 bool m_textHasBeenSet =
false;
186 bool m_traceIdHasBeenSet =
false;
189 bool m_typeHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue