7#include <aws/bedrock-agent/BedrockAgentRequest.h>
8#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace BedrockAgent {
37 template <
typename AgentIdT = Aws::String>
39 m_agentIdHasBeenSet =
true;
40 m_agentId = std::forward<AgentIdT>(value);
42 template <
typename AgentIdT = Aws::String>
55 template <
typename AgentVersionT = Aws::String>
57 m_agentVersionHasBeenSet =
true;
58 m_agentVersion = std::forward<AgentVersionT>(value);
60 template <
typename AgentVersionT = Aws::String>
73 template <
typename ActionGroupIdT = Aws::String>
75 m_actionGroupIdHasBeenSet =
true;
76 m_actionGroupId = std::forward<ActionGroupIdT>(value);
78 template <
typename ActionGroupIdT = Aws::String>
90 bool m_agentIdHasBeenSet =
false;
91 bool m_agentVersionHasBeenSet =
false;
92 bool m_actionGroupIdHasBeenSet =
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::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String