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
49 inline void SetAgentAliasId(
const char* value) { m_agentAliasIdHasBeenSet =
true; m_agentAliasId.assign(value); }
63 inline void SetAgentId(
const char* value) { m_agentIdHasBeenSet =
true; m_agentId.assign(value); }
77 inline void SetMemoryId(
const char* value) { m_memoryIdHasBeenSet =
true; m_memoryId.assign(value); }
85 bool m_agentAliasIdHasBeenSet =
false;
88 bool m_agentIdHasBeenSet =
false;
91 bool m_memoryIdHasBeenSet =
false;
AWS_BEDROCKAGENTRUNTIME_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetAgentAliasId(const char *value)
void SetMemoryId(Aws::String &&value)
DeleteAgentMemoryRequest & WithMemoryId(const Aws::String &value)
DeleteAgentMemoryRequest & WithMemoryId(Aws::String &&value)
AWS_BEDROCKAGENTRUNTIME_API Aws::String SerializePayload() const override
const Aws::String & GetAgentId() const
bool AgentIdHasBeenSet() const
bool MemoryIdHasBeenSet() const
void SetAgentAliasId(Aws::String &&value)
void SetAgentId(Aws::String &&value)
void SetAgentId(const char *value)
const Aws::String & GetMemoryId() const
void SetMemoryId(const char *value)
DeleteAgentMemoryRequest & WithAgentId(const Aws::String &value)
void SetMemoryId(const Aws::String &value)
DeleteAgentMemoryRequest & WithAgentId(const char *value)
DeleteAgentMemoryRequest & WithAgentAliasId(const char *value)
DeleteAgentMemoryRequest & WithMemoryId(const char *value)
DeleteAgentMemoryRequest & WithAgentAliasId(Aws::String &&value)
bool AgentAliasIdHasBeenSet() const
void SetAgentAliasId(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
AWS_BEDROCKAGENTRUNTIME_API DeleteAgentMemoryRequest()
const Aws::String & GetAgentAliasId() const
DeleteAgentMemoryRequest & WithAgentId(Aws::String &&value)
DeleteAgentMemoryRequest & WithAgentAliasId(const Aws::String &value)
void SetAgentId(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String