7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/bedrock-agent-runtime/model/ActionGroupExecutor.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/bedrock-agent-runtime/model/APISchema.h>
11#include <aws/bedrock-agent-runtime/model/FunctionSchema.h>
12#include <aws/bedrock-agent-runtime/model/ActionGroupSignature.h>
13#include <aws/core/utils/memory/stl/AWSMap.h>
26namespace BedrockAgentRuntime
54 template<
typename ActionGroupExecutorT = ActionGroupExecutor>
55 void SetActionGroupExecutor(ActionGroupExecutorT&& value) { m_actionGroupExecutorHasBeenSet =
true; m_actionGroupExecutor = std::forward<ActionGroupExecutorT>(value); }
56 template<
typename ActionGroupExecutorT = ActionGroupExecutor>
66 template<
typename ActionGroupNameT = Aws::String>
67 void SetActionGroupName(ActionGroupNameT&& value) { m_actionGroupNameHasBeenSet =
true; m_actionGroupName = std::forward<ActionGroupNameT>(value); }
68 template<
typename ActionGroupNameT = Aws::String>
82 template<
typename ApiSchemaT = APISchema>
83 void SetApiSchema(ApiSchemaT&& value) { m_apiSchemaHasBeenSet =
true; m_apiSchema = std::forward<ApiSchemaT>(value); }
84 template<
typename ApiSchemaT = APISchema>
94 template<
typename DescriptionT = Aws::String>
95 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
96 template<
typename DescriptionT = Aws::String>
107 template<
typename FunctionSchemaT = FunctionSchema>
108 void SetFunctionSchema(FunctionSchemaT&& value) { m_functionSchemaHasBeenSet =
true; m_functionSchema = std::forward<FunctionSchemaT>(value); }
109 template<
typename FunctionSchemaT = FunctionSchema>
157 template<
typename ParentActionGroupSignatureParamsT = Aws::Map<Aws::String, Aws::String>>
158 void SetParentActionGroupSignatureParams(ParentActionGroupSignatureParamsT&& value) { m_parentActionGroupSignatureParamsHasBeenSet =
true; m_parentActionGroupSignatureParams = std::forward<ParentActionGroupSignatureParamsT>(value); }
159 template<
typename ParentActionGroupSignatureParamsT = Aws::Map<Aws::String, Aws::String>>
161 template<
typename ParentActionGroupSignatureParamsKeyT = Aws::String,
typename ParentActionGroupSignatureParamsValueT = Aws::String>
163 m_parentActionGroupSignatureParamsHasBeenSet =
true; m_parentActionGroupSignatureParams.emplace(std::forward<ParentActionGroupSignatureParamsKeyT>(key), std::forward<ParentActionGroupSignatureParamsValueT>(value));
return *
this;
169 bool m_actionGroupExecutorHasBeenSet =
false;
172 bool m_actionGroupNameHasBeenSet =
false;
175 bool m_apiSchemaHasBeenSet =
false;
178 bool m_descriptionHasBeenSet =
false;
181 bool m_functionSchemaHasBeenSet =
false;
184 bool m_parentActionGroupSignatureHasBeenSet =
false;
187 bool m_parentActionGroupSignatureParamsHasBeenSet =
false;
void SetApiSchema(ApiSchemaT &&value)
void SetActionGroupName(ActionGroupNameT &&value)
bool ParentActionGroupSignatureParamsHasBeenSet() const
bool ActionGroupNameHasBeenSet() const
const Aws::Map< Aws::String, Aws::String > & GetParentActionGroupSignatureParams() const
void SetActionGroupExecutor(ActionGroupExecutorT &&value)
AgentActionGroup & WithActionGroupName(ActionGroupNameT &&value)
const ActionGroupExecutor & GetActionGroupExecutor() const
AgentActionGroup & WithParentActionGroupSignatureParams(ParentActionGroupSignatureParamsT &&value)
bool ActionGroupExecutorHasBeenSet() const
AWS_BEDROCKAGENTRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
AgentActionGroup & WithActionGroupExecutor(ActionGroupExecutorT &&value)
void SetFunctionSchema(FunctionSchemaT &&value)
void SetDescription(DescriptionT &&value)
AWS_BEDROCKAGENTRUNTIME_API AgentActionGroup()=default
AgentActionGroup & WithDescription(DescriptionT &&value)
void SetParentActionGroupSignature(ActionGroupSignature value)
const FunctionSchema & GetFunctionSchema() const
AgentActionGroup & WithFunctionSchema(FunctionSchemaT &&value)
const Aws::String & GetDescription() const
AgentActionGroup & WithApiSchema(ApiSchemaT &&value)
bool FunctionSchemaHasBeenSet() const
ActionGroupSignature GetParentActionGroupSignature() const
const APISchema & GetApiSchema() const
AgentActionGroup & AddParentActionGroupSignatureParams(ParentActionGroupSignatureParamsKeyT &&key, ParentActionGroupSignatureParamsValueT &&value)
void SetParentActionGroupSignatureParams(ParentActionGroupSignatureParamsT &&value)
const Aws::String & GetActionGroupName() const
AWS_BEDROCKAGENTRUNTIME_API AgentActionGroup & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ParentActionGroupSignatureHasBeenSet() const
AWS_BEDROCKAGENTRUNTIME_API AgentActionGroup(Aws::Utils::Json::JsonView jsonValue)
AgentActionGroup & WithParentActionGroupSignature(ActionGroupSignature value)
bool ApiSchemaHasBeenSet() const
bool DescriptionHasBeenSet() const
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue