7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/bedrock-agent/model/ActionGroupExecutor.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/bedrock-agent/model/ActionGroupState.h>
11#include <aws/bedrock-agent/model/APISchema.h>
12#include <aws/core/utils/DateTime.h>
13#include <aws/bedrock-agent/model/FunctionSchema.h>
14#include <aws/core/utils/memory/stl/AWSMap.h>
15#include <aws/bedrock-agent/model/ActionGroupSignature.h>
55 template<
typename ActionGroupExecutorT = ActionGroupExecutor>
56 void SetActionGroupExecutor(ActionGroupExecutorT&& value) { m_actionGroupExecutorHasBeenSet =
true; m_actionGroupExecutor = std::forward<ActionGroupExecutorT>(value); }
57 template<
typename ActionGroupExecutorT = ActionGroupExecutor>
67 template<
typename ActionGroupIdT = Aws::String>
68 void SetActionGroupId(ActionGroupIdT&& value) { m_actionGroupIdHasBeenSet =
true; m_actionGroupId = std::forward<ActionGroupIdT>(value); }
69 template<
typename ActionGroupIdT = Aws::String>
79 template<
typename ActionGroupNameT = Aws::String>
80 void SetActionGroupName(ActionGroupNameT&& value) { m_actionGroupNameHasBeenSet =
true; m_actionGroupName = std::forward<ActionGroupNameT>(value); }
81 template<
typename ActionGroupNameT = Aws::String>
104 template<
typename AgentIdT = Aws::String>
105 void SetAgentId(AgentIdT&& value) { m_agentIdHasBeenSet =
true; m_agentId = std::forward<AgentIdT>(value); }
106 template<
typename AgentIdT = Aws::String>
116 template<
typename AgentVersionT = Aws::String>
117 void SetAgentVersion(AgentVersionT&& value) { m_agentVersionHasBeenSet =
true; m_agentVersion = std::forward<AgentVersionT>(value); }
118 template<
typename AgentVersionT = Aws::String>
132 template<
typename ApiSchemaT = APISchema>
133 void SetApiSchema(ApiSchemaT&& value) { m_apiSchemaHasBeenSet =
true; m_apiSchema = std::forward<ApiSchemaT>(value); }
134 template<
typename ApiSchemaT = APISchema>
148 template<
typename ClientTokenT = Aws::String>
149 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
150 template<
typename ClientTokenT = Aws::String>
160 template<
typename CreatedAtT = Aws::Utils::DateTime>
161 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
162 template<
typename CreatedAtT = Aws::Utils::DateTime>
172 template<
typename DescriptionT = Aws::String>
173 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
174 template<
typename DescriptionT = Aws::String>
185 template<
typename FunctionSchemaT = FunctionSchema>
186 void SetFunctionSchema(FunctionSchemaT&& value) { m_functionSchemaHasBeenSet =
true; m_functionSchema = std::forward<FunctionSchemaT>(value); }
187 template<
typename FunctionSchemaT = FunctionSchema>
202 template<
typename ParentActionGroupSignatureParamsT = Aws::Map<Aws::String, Aws::String>>
203 void SetParentActionGroupSignatureParams(ParentActionGroupSignatureParamsT&& value) { m_parentActionGroupSignatureParamsHasBeenSet =
true; m_parentActionGroupSignatureParams = std::forward<ParentActionGroupSignatureParamsT>(value); }
204 template<
typename ParentActionGroupSignatureParamsT = Aws::Map<Aws::String, Aws::String>>
206 template<
typename ParentActionGroupSignatureParamsKeyT = Aws::String,
typename ParentActionGroupSignatureParamsValueT = Aws::String>
208 m_parentActionGroupSignatureParamsHasBeenSet =
true; m_parentActionGroupSignatureParams.emplace(std::forward<ParentActionGroupSignatureParamsKeyT>(key), std::forward<ParentActionGroupSignatureParamsValueT>(value));
return *
this;
236 template<
typename UpdatedAtT = Aws::Utils::DateTime>
237 void SetUpdatedAt(UpdatedAtT&& value) { m_updatedAtHasBeenSet =
true; m_updatedAt = std::forward<UpdatedAtT>(value); }
238 template<
typename UpdatedAtT = Aws::Utils::DateTime>
244 bool m_actionGroupExecutorHasBeenSet =
false;
247 bool m_actionGroupIdHasBeenSet =
false;
250 bool m_actionGroupNameHasBeenSet =
false;
253 bool m_actionGroupStateHasBeenSet =
false;
256 bool m_agentIdHasBeenSet =
false;
259 bool m_agentVersionHasBeenSet =
false;
261 APISchema m_apiSchema;
262 bool m_apiSchemaHasBeenSet =
false;
265 bool m_clientTokenHasBeenSet =
false;
268 bool m_createdAtHasBeenSet =
false;
271 bool m_descriptionHasBeenSet =
false;
273 FunctionSchema m_functionSchema;
274 bool m_functionSchemaHasBeenSet =
false;
277 bool m_parentActionGroupSignatureParamsHasBeenSet =
false;
280 bool m_parentActionSignatureHasBeenSet =
false;
283 bool m_updatedAtHasBeenSet =
false;
ActionGroupSignature GetParentActionSignature() const
AgentActionGroup & WithApiSchema(ApiSchemaT &&value)
const Aws::String & GetAgentId() const
bool AgentIdHasBeenSet() const
AgentActionGroup & WithCreatedAt(CreatedAtT &&value)
const APISchema & GetApiSchema() const
AgentActionGroup & WithActionGroupName(ActionGroupNameT &&value)
void SetApiSchema(ApiSchemaT &&value)
AgentActionGroup & WithActionGroupState(ActionGroupState value)
void SetActionGroupExecutor(ActionGroupExecutorT &&value)
const Aws::Map< Aws::String, Aws::String > & GetParentActionGroupSignatureParams() const
const Aws::String & GetClientToken() const
bool ActionGroupStateHasBeenSet() const
AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
ActionGroupState GetActionGroupState() const
void SetUpdatedAt(UpdatedAtT &&value)
bool CreatedAtHasBeenSet() const
const Aws::Utils::DateTime & GetCreatedAt() const
bool AgentVersionHasBeenSet() const
AgentActionGroup & WithParentActionSignature(ActionGroupSignature value)
const FunctionSchema & GetFunctionSchema() const
bool FunctionSchemaHasBeenSet() const
AgentActionGroup & WithDescription(DescriptionT &&value)
AWS_BEDROCKAGENT_API AgentActionGroup(Aws::Utils::Json::JsonView jsonValue)
void SetActionGroupState(ActionGroupState value)
bool ParentActionGroupSignatureParamsHasBeenSet() const
void SetParentActionSignature(ActionGroupSignature value)
AgentActionGroup & WithFunctionSchema(FunctionSchemaT &&value)
void SetFunctionSchema(FunctionSchemaT &&value)
void SetActionGroupName(ActionGroupNameT &&value)
void SetParentActionGroupSignatureParams(ParentActionGroupSignatureParamsT &&value)
const Aws::String & GetActionGroupId() const
AWS_BEDROCKAGENT_API AgentActionGroup & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ActionGroupExecutorHasBeenSet() const
void SetCreatedAt(CreatedAtT &&value)
AgentActionGroup & WithParentActionGroupSignatureParams(ParentActionGroupSignatureParamsT &&value)
const ActionGroupExecutor & GetActionGroupExecutor() const
bool ActionGroupIdHasBeenSet() const
const Aws::String & GetAgentVersion() const
void SetAgentVersion(AgentVersionT &&value)
void SetDescription(DescriptionT &&value)
AgentActionGroup & WithAgentVersion(AgentVersionT &&value)
AgentActionGroup & AddParentActionGroupSignatureParams(ParentActionGroupSignatureParamsKeyT &&key, ParentActionGroupSignatureParamsValueT &&value)
bool UpdatedAtHasBeenSet() const
const Aws::String & GetDescription() const
const Aws::Utils::DateTime & GetUpdatedAt() const
AWS_BEDROCKAGENT_API AgentActionGroup()=default
bool ClientTokenHasBeenSet() const
bool ActionGroupNameHasBeenSet() const
AgentActionGroup & WithAgentId(AgentIdT &&value)
void SetActionGroupId(ActionGroupIdT &&value)
bool ApiSchemaHasBeenSet() const
bool ParentActionSignatureHasBeenSet() const
void SetAgentId(AgentIdT &&value)
AgentActionGroup & WithUpdatedAt(UpdatedAtT &&value)
AgentActionGroup & WithActionGroupId(ActionGroupIdT &&value)
AgentActionGroup & WithActionGroupExecutor(ActionGroupExecutorT &&value)
const Aws::String & GetActionGroupName() const
AgentActionGroup & WithClientToken(ClientTokenT &&value)
bool DescriptionHasBeenSet() const
void SetClientToken(ClientTokenT &&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
Aws::Utils::Json::JsonValue JsonValue