7#include <aws/bedrock-agent-runtime/BedrockAgentRuntimeRequest.h>
8#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
17namespace BedrockAgentRuntime {
42 template <
typename AgentAliasIdT = Aws::String>
44 m_agentAliasIdHasBeenSet =
true;
45 m_agentAliasId = std::forward<AgentAliasIdT>(value);
47 template <
typename AgentAliasIdT = Aws::String>
60 template <
typename AgentIdT = Aws::String>
62 m_agentIdHasBeenSet =
true;
63 m_agentId = std::forward<AgentIdT>(value);
65 template <
typename AgentIdT = Aws::String>
78 template <
typename MemoryIdT = Aws::String>
80 m_memoryIdHasBeenSet =
true;
81 m_memoryId = std::forward<MemoryIdT>(value);
83 template <
typename MemoryIdT = Aws::String>
96 template <
typename SessionIdT = Aws::String>
98 m_sessionIdHasBeenSet =
true;
99 m_sessionId = std::forward<SessionIdT>(value);
101 template <
typename SessionIdT = Aws::String>
115 bool m_agentAliasIdHasBeenSet =
false;
116 bool m_agentIdHasBeenSet =
false;
117 bool m_memoryIdHasBeenSet =
false;
118 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::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String