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 AgentAliasIdT = Aws::String>
42 void SetAgentAliasId(AgentAliasIdT&& value) { m_agentAliasIdHasBeenSet =
true; m_agentAliasId = std::forward<AgentAliasIdT>(value); }
43 template<
typename AgentAliasIdT = 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>
61 bool m_agentAliasIdHasBeenSet =
false;
64 bool m_agentIdHasBeenSet =
false;
DeleteAgentAliasRequest & WithAgentAliasId(AgentAliasIdT &&value)
void SetAgentAliasId(AgentAliasIdT &&value)
const Aws::String & GetAgentAliasId() const
const Aws::String & GetAgentId() const
bool AgentAliasIdHasBeenSet() const
AWS_BEDROCKAGENT_API Aws::String SerializePayload() const override
void SetAgentId(AgentIdT &&value)
virtual const char * GetServiceRequestName() const override
DeleteAgentAliasRequest & WithAgentId(AgentIdT &&value)
AWS_BEDROCKAGENT_API DeleteAgentAliasRequest()=default
bool AgentIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String