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/ActionInvocationType.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/bedrock-agent-runtime/model/FunctionParameter.h>
24namespace BedrockAgentRuntime
55 inline void SetActionGroup(
const char* value) { m_actionGroupHasBeenSet =
true; m_actionGroup.assign(value); }
81 inline void SetFunction(
const char* value) { m_functionHasBeenSet =
true; m_function.assign(value); }
103 bool m_actionGroupHasBeenSet =
false;
106 bool m_actionInvocationTypeHasBeenSet =
false;
109 bool m_functionHasBeenSet =
false;
112 bool m_parametersHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue