7#include <aws/bedrock-agent/BedrockAgentRequest.h>
8#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
17namespace BedrockAgent {
42 template <
typename AgentIdT = Aws::String>
44 m_agentIdHasBeenSet =
true;
45 m_agentId = std::forward<AgentIdT>(value);
47 template <
typename AgentIdT = Aws::String>
60 template <
typename AgentVersionT = Aws::String>
62 m_agentVersionHasBeenSet =
true;
63 m_agentVersion = std::forward<AgentVersionT>(value);
65 template <
typename AgentVersionT = Aws::String>
78 template <
typename ActionGroupIdT = Aws::String>
80 m_actionGroupIdHasBeenSet =
true;
81 m_actionGroupId = std::forward<ActionGroupIdT>(value);
83 template <
typename ActionGroupIdT = Aws::String>
99 m_skipResourceInUseCheckHasBeenSet =
true;
100 m_skipResourceInUseCheck = value;
114 bool m_skipResourceInUseCheck{
false};
115 bool m_agentIdHasBeenSet =
false;
116 bool m_agentVersionHasBeenSet =
false;
117 bool m_actionGroupIdHasBeenSet =
false;
118 bool m_skipResourceInUseCheckHasBeenSet =
false;
AWS_BEDROCKAGENT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
virtual const char * GetServiceRequestName() const override
const Aws::String & GetAgentId() const
DeleteAgentActionGroupRequest & WithSkipResourceInUseCheck(bool value)
DeleteAgentActionGroupRequest & WithAgentId(AgentIdT &&value)
bool SkipResourceInUseCheckHasBeenSet() const
bool ActionGroupIdHasBeenSet() const
bool GetSkipResourceInUseCheck() const
void SetSkipResourceInUseCheck(bool value)
bool AgentIdHasBeenSet() const
bool AgentVersionHasBeenSet() const
void SetActionGroupId(ActionGroupIdT &&value)
DeleteAgentActionGroupRequest & WithAgentVersion(AgentVersionT &&value)
AWS_BEDROCKAGENT_API DeleteAgentActionGroupRequest()=default
DeleteAgentActionGroupRequest & WithActionGroupId(ActionGroupIdT &&value)
const Aws::String & GetAgentVersion() const
const Aws::String & GetActionGroupId() const
AWS_BEDROCKAGENT_API Aws::String SerializePayload() const override
void SetAgentVersion(AgentVersionT &&value)
void SetAgentId(AgentIdT &&value)
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String