7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/bedrock-agent-runtime/BedrockAgentRuntimeRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
18namespace BedrockAgentRuntime
47 template<
typename AgentAliasIdT = Aws::String>
48 void SetAgentAliasId(AgentAliasIdT&& value) { m_agentAliasIdHasBeenSet =
true; m_agentAliasId = std::forward<AgentAliasIdT>(value); }
49 template<
typename AgentAliasIdT = Aws::String>
59 template<
typename AgentIdT = Aws::String>
60 void SetAgentId(AgentIdT&& value) { m_agentIdHasBeenSet =
true; m_agentId = std::forward<AgentIdT>(value); }
61 template<
typename AgentIdT = Aws::String>
71 template<
typename MemoryIdT = Aws::String>
72 void SetMemoryId(MemoryIdT&& value) { m_memoryIdHasBeenSet =
true; m_memoryId = std::forward<MemoryIdT>(value); }
73 template<
typename MemoryIdT = Aws::String>
83 template<
typename SessionIdT = Aws::String>
84 void SetSessionId(SessionIdT&& value) { m_sessionIdHasBeenSet =
true; m_sessionId = std::forward<SessionIdT>(value); }
85 template<
typename SessionIdT = Aws::String>
91 bool m_agentAliasIdHasBeenSet =
false;
94 bool m_agentIdHasBeenSet =
false;
97 bool m_memoryIdHasBeenSet =
false;
100 bool m_sessionIdHasBeenSet =
false;
AWS_BEDROCKAGENTRUNTIME_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
const Aws::String & GetSessionId() const
DeleteAgentMemoryRequest & WithAgentId(AgentIdT &&value)
AWS_BEDROCKAGENTRUNTIME_API Aws::String SerializePayload() const override
void SetAgentId(AgentIdT &&value)
void SetMemoryId(MemoryIdT &&value)
const Aws::String & GetAgentId() const
bool AgentIdHasBeenSet() const
bool MemoryIdHasBeenSet() const
const Aws::String & GetMemoryId() const
DeleteAgentMemoryRequest & WithMemoryId(MemoryIdT &&value)
DeleteAgentMemoryRequest & WithAgentAliasId(AgentAliasIdT &&value)
bool AgentAliasIdHasBeenSet() const
DeleteAgentMemoryRequest & WithSessionId(SessionIdT &&value)
virtual const char * GetServiceRequestName() const override
AWS_BEDROCKAGENTRUNTIME_API DeleteAgentMemoryRequest()=default
bool SessionIdHasBeenSet() const
const Aws::String & GetAgentAliasId() const
void SetAgentAliasId(AgentAliasIdT &&value)
void SetSessionId(SessionIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String