7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/bedrock-agent/BedrockAgentRequest.h>
9#include <aws/bedrock-agent/model/ActionGroupExecutor.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/bedrock-agent/model/ActionGroupState.h>
12#include <aws/bedrock-agent/model/APISchema.h>
13#include <aws/bedrock-agent/model/FunctionSchema.h>
14#include <aws/bedrock-agent/model/ActionGroupSignature.h>
15#include <aws/core/utils/memory/stl/AWSMap.h>
48 template<
typename ActionGroupExecutorT = ActionGroupExecutor>
49 void SetActionGroupExecutor(ActionGroupExecutorT&& value) { m_actionGroupExecutorHasBeenSet =
true; m_actionGroupExecutor = std::forward<ActionGroupExecutorT>(value); }
50 template<
typename ActionGroupExecutorT = ActionGroupExecutor>
60 template<
typename ActionGroupIdT = Aws::String>
61 void SetActionGroupId(ActionGroupIdT&& value) { m_actionGroupIdHasBeenSet =
true; m_actionGroupId = std::forward<ActionGroupIdT>(value); }
62 template<
typename ActionGroupIdT = Aws::String>
72 template<
typename ActionGroupNameT = Aws::String>
73 void SetActionGroupName(ActionGroupNameT&& value) { m_actionGroupNameHasBeenSet =
true; m_actionGroupName = std::forward<ActionGroupNameT>(value); }
74 template<
typename ActionGroupNameT = Aws::String>
97 template<
typename AgentIdT = Aws::String>
98 void SetAgentId(AgentIdT&& value) { m_agentIdHasBeenSet =
true; m_agentId = std::forward<AgentIdT>(value); }
99 template<
typename AgentIdT = Aws::String>
110 template<
typename AgentVersionT = Aws::String>
111 void SetAgentVersion(AgentVersionT&& value) { m_agentVersionHasBeenSet =
true; m_agentVersion = std::forward<AgentVersionT>(value); }
112 template<
typename AgentVersionT = Aws::String>
126 template<
typename ApiSchemaT = APISchema>
127 void SetApiSchema(ApiSchemaT&& value) { m_apiSchemaHasBeenSet =
true; m_apiSchema = std::forward<ApiSchemaT>(value); }
128 template<
typename ApiSchemaT = APISchema>
138 template<
typename DescriptionT = Aws::String>
139 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
140 template<
typename DescriptionT = Aws::String>
151 template<
typename FunctionSchemaT = FunctionSchema>
152 void SetFunctionSchema(FunctionSchemaT&& value) { m_functionSchemaHasBeenSet =
true; m_functionSchema = std::forward<FunctionSchemaT>(value); }
153 template<
typename FunctionSchemaT = FunctionSchema>
204 template<
typename ParentActionGroupSignatureParamsT = Aws::Map<Aws::String, Aws::String>>
205 void SetParentActionGroupSignatureParams(ParentActionGroupSignatureParamsT&& value) { m_parentActionGroupSignatureParamsHasBeenSet =
true; m_parentActionGroupSignatureParams = std::forward<ParentActionGroupSignatureParamsT>(value); }
206 template<
typename ParentActionGroupSignatureParamsT = Aws::Map<Aws::String, Aws::String>>
208 template<
typename ParentActionGroupSignatureParamsKeyT = Aws::String,
typename ParentActionGroupSignatureParamsValueT = Aws::String>
210 m_parentActionGroupSignatureParamsHasBeenSet =
true; m_parentActionGroupSignatureParams.emplace(std::forward<ParentActionGroupSignatureParamsKeyT>(key), std::forward<ParentActionGroupSignatureParamsValueT>(value));
return *
this;
216 bool m_actionGroupExecutorHasBeenSet =
false;
219 bool m_actionGroupIdHasBeenSet =
false;
222 bool m_actionGroupNameHasBeenSet =
false;
225 bool m_actionGroupStateHasBeenSet =
false;
228 bool m_agentIdHasBeenSet =
false;
231 bool m_agentVersionHasBeenSet =
false;
233 APISchema m_apiSchema;
234 bool m_apiSchemaHasBeenSet =
false;
237 bool m_descriptionHasBeenSet =
false;
239 FunctionSchema m_functionSchema;
240 bool m_functionSchemaHasBeenSet =
false;
243 bool m_parentActionGroupSignatureHasBeenSet =
false;
246 bool m_parentActionGroupSignatureParamsHasBeenSet =
false;
UpdateAgentActionGroupRequest & WithFunctionSchema(FunctionSchemaT &&value)
ActionGroupState GetActionGroupState() const
const FunctionSchema & GetFunctionSchema() const
UpdateAgentActionGroupRequest & WithDescription(DescriptionT &&value)
virtual const char * GetServiceRequestName() const override
AWS_BEDROCKAGENT_API Aws::String SerializePayload() const override
UpdateAgentActionGroupRequest & WithActionGroupId(ActionGroupIdT &&value)
const Aws::Map< Aws::String, Aws::String > & GetParentActionGroupSignatureParams() const
void SetActionGroupState(ActionGroupState value)
void SetDescription(DescriptionT &&value)
void SetActionGroupExecutor(ActionGroupExecutorT &&value)
void SetParentActionGroupSignature(ActionGroupSignature value)
const Aws::String & GetActionGroupId() const
bool ActionGroupExecutorHasBeenSet() const
ActionGroupSignature GetParentActionGroupSignature() const
UpdateAgentActionGroupRequest & WithAgentVersion(AgentVersionT &&value)
bool ParentActionGroupSignatureHasBeenSet() const
AWS_BEDROCKAGENT_API UpdateAgentActionGroupRequest()=default
void SetActionGroupName(ActionGroupNameT &&value)
UpdateAgentActionGroupRequest & WithActionGroupState(ActionGroupState value)
UpdateAgentActionGroupRequest & WithApiSchema(ApiSchemaT &&value)
bool ParentActionGroupSignatureParamsHasBeenSet() const
const ActionGroupExecutor & GetActionGroupExecutor() const
void SetParentActionGroupSignatureParams(ParentActionGroupSignatureParamsT &&value)
UpdateAgentActionGroupRequest & WithActionGroupName(ActionGroupNameT &&value)
bool AgentVersionHasBeenSet() const
const APISchema & GetApiSchema() const
bool ActionGroupNameHasBeenSet() const
UpdateAgentActionGroupRequest & WithParentActionGroupSignature(ActionGroupSignature value)
bool ActionGroupIdHasBeenSet() const
bool FunctionSchemaHasBeenSet() const
bool AgentIdHasBeenSet() const
UpdateAgentActionGroupRequest & WithAgentId(AgentIdT &&value)
UpdateAgentActionGroupRequest & WithActionGroupExecutor(ActionGroupExecutorT &&value)
UpdateAgentActionGroupRequest & AddParentActionGroupSignatureParams(ParentActionGroupSignatureParamsKeyT &&key, ParentActionGroupSignatureParamsValueT &&value)
bool ApiSchemaHasBeenSet() const
void SetActionGroupId(ActionGroupIdT &&value)
void SetApiSchema(ApiSchemaT &&value)
const Aws::String & GetActionGroupName() const
bool ActionGroupStateHasBeenSet() const
const Aws::String & GetDescription() const
bool DescriptionHasBeenSet() const
UpdateAgentActionGroupRequest & WithParentActionGroupSignatureParams(ParentActionGroupSignatureParamsT &&value)
void SetFunctionSchema(FunctionSchemaT &&value)
const Aws::String & GetAgentVersion() const
void SetAgentId(AgentIdT &&value)
const Aws::String & GetAgentId() const
void SetAgentVersion(AgentVersionT &&value)
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