7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/bedrock-agent/BedrockAgentRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template<
typename ActionGroupIdT = Aws::String>
42 void SetActionGroupId(ActionGroupIdT&& value) { m_actionGroupIdHasBeenSet =
true; m_actionGroupId = std::forward<ActionGroupIdT>(value); }
43 template<
typename ActionGroupIdT = Aws::String>
53 template<
typename AgentIdT = Aws::String>
54 void SetAgentId(AgentIdT&& value) { m_agentIdHasBeenSet =
true; m_agentId = std::forward<AgentIdT>(value); }
55 template<
typename AgentIdT = Aws::String>
65 template<
typename AgentVersionT = Aws::String>
66 void SetAgentVersion(AgentVersionT&& value) { m_agentVersionHasBeenSet =
true; m_agentVersion = std::forward<AgentVersionT>(value); }
67 template<
typename AgentVersionT = Aws::String>
73 bool m_actionGroupIdHasBeenSet =
false;
76 bool m_agentIdHasBeenSet =
false;
79 bool m_agentVersionHasBeenSet =
false;
const Aws::String & GetActionGroupId() const
const Aws::String & GetAgentId() const
void SetAgentVersion(AgentVersionT &&value)
AWS_BEDROCKAGENT_API Aws::String SerializePayload() const override
GetAgentActionGroupRequest & WithAgentId(AgentIdT &&value)
bool AgentVersionHasBeenSet() const
AWS_BEDROCKAGENT_API GetAgentActionGroupRequest()=default
bool AgentIdHasBeenSet() const
bool ActionGroupIdHasBeenSet() const
void SetActionGroupId(ActionGroupIdT &&value)
void SetAgentId(AgentIdT &&value)
GetAgentActionGroupRequest & WithAgentVersion(AgentVersionT &&value)
GetAgentActionGroupRequest & WithActionGroupId(ActionGroupIdT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetAgentVersion() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String