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>
10#include <aws/bedrock-agent-runtime/model/MemoryType.h>
19namespace BedrockAgentRuntime
50 inline void SetAgentAliasId(
const char* value) { m_agentAliasIdHasBeenSet =
true; m_agentAliasId.assign(value); }
64 inline void SetAgentId(
const char* value) { m_agentIdHasBeenSet =
true; m_agentId.assign(value); }
79 inline void SetMaxItems(
int value) { m_maxItemsHasBeenSet =
true; m_maxItems = value; }
91 inline void SetMemoryId(
const char* value) { m_memoryIdHasBeenSet =
true; m_memoryId.assign(value); }
119 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
127 bool m_agentAliasIdHasBeenSet =
false;
130 bool m_agentIdHasBeenSet =
false;
133 bool m_maxItemsHasBeenSet =
false;
136 bool m_memoryIdHasBeenSet =
false;
139 bool m_memoryTypeHasBeenSet =
false;
142 bool m_nextTokenHasBeenSet =
false;
const Aws::String & GetMemoryId() const
void SetMemoryType(MemoryType &&value)
GetAgentMemoryRequest & WithAgentAliasId(Aws::String &&value)
GetAgentMemoryRequest & WithAgentAliasId(const char *value)
void SetAgentId(const char *value)
const Aws::String & GetAgentId() const
bool MemoryIdHasBeenSet() const
void SetMemoryId(const char *value)
GetAgentMemoryRequest & WithMemoryId(const char *value)
const Aws::String & GetNextToken() const
const MemoryType & GetMemoryType() const
GetAgentMemoryRequest & WithNextToken(const char *value)
GetAgentMemoryRequest & WithMemoryId(Aws::String &&value)
GetAgentMemoryRequest & WithMemoryType(const MemoryType &value)
AWS_BEDROCKAGENTRUNTIME_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
GetAgentMemoryRequest & WithNextToken(Aws::String &&value)
AWS_BEDROCKAGENTRUNTIME_API Aws::String SerializePayload() const override
GetAgentMemoryRequest & WithAgentAliasId(const Aws::String &value)
AWS_BEDROCKAGENTRUNTIME_API GetAgentMemoryRequest()
bool MemoryTypeHasBeenSet() const
void SetAgentAliasId(const Aws::String &value)
bool AgentIdHasBeenSet() const
GetAgentMemoryRequest & WithMemoryId(const Aws::String &value)
GetAgentMemoryRequest & WithMaxItems(int value)
void SetMaxItems(int value)
void SetNextToken(Aws::String &&value)
GetAgentMemoryRequest & WithNextToken(const Aws::String &value)
void SetAgentId(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
GetAgentMemoryRequest & WithMemoryType(MemoryType &&value)
const Aws::String & GetAgentAliasId() const
void SetMemoryType(const MemoryType &value)
void SetMemoryId(Aws::String &&value)
void SetNextToken(const Aws::String &value)
void SetMemoryId(const Aws::String &value)
GetAgentMemoryRequest & WithAgentId(const Aws::String &value)
GetAgentMemoryRequest & WithAgentId(const char *value)
void SetAgentAliasId(Aws::String &&value)
GetAgentMemoryRequest & WithAgentId(Aws::String &&value)
void SetAgentAliasId(const char *value)
bool MaxItemsHasBeenSet() const
bool NextTokenHasBeenSet() const
void SetAgentId(Aws::String &&value)
void SetNextToken(const char *value)
bool AgentAliasIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String