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
48 template<
typename AgentAliasIdT = Aws::String>
49 void SetAgentAliasId(AgentAliasIdT&& value) { m_agentAliasIdHasBeenSet =
true; m_agentAliasId = std::forward<AgentAliasIdT>(value); }
50 template<
typename AgentAliasIdT = Aws::String>
60 template<
typename AgentIdT = Aws::String>
61 void SetAgentId(AgentIdT&& value) { m_agentIdHasBeenSet =
true; m_agentId = std::forward<AgentIdT>(value); }
62 template<
typename AgentIdT = Aws::String>
75 inline void SetMaxItems(
int value) { m_maxItemsHasBeenSet =
true; m_maxItems = value; }
85 template<
typename MemoryIdT = Aws::String>
86 void SetMemoryId(MemoryIdT&& value) { m_memoryIdHasBeenSet =
true; m_memoryId = std::forward<MemoryIdT>(value); }
87 template<
typename MemoryIdT = Aws::String>
109 template<
typename NextTokenT = Aws::String>
110 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
111 template<
typename NextTokenT = Aws::String>
117 bool m_agentAliasIdHasBeenSet =
false;
120 bool m_agentIdHasBeenSet =
false;
123 bool m_maxItemsHasBeenSet =
false;
126 bool m_memoryIdHasBeenSet =
false;
129 bool m_memoryTypeHasBeenSet =
false;
132 bool m_nextTokenHasBeenSet =
false;
const Aws::String & GetMemoryId() const
GetAgentMemoryRequest & WithAgentAliasId(AgentAliasIdT &&value)
GetAgentMemoryRequest & WithNextToken(NextTokenT &&value)
const Aws::String & GetAgentId() const
bool MemoryIdHasBeenSet() const
MemoryType GetMemoryType() const
const Aws::String & GetNextToken() const
void SetNextToken(NextTokenT &&value)
AWS_BEDROCKAGENTRUNTIME_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
AWS_BEDROCKAGENTRUNTIME_API Aws::String SerializePayload() const override
bool MemoryTypeHasBeenSet() const
bool AgentIdHasBeenSet() const
GetAgentMemoryRequest & WithMaxItems(int value)
void SetMaxItems(int value)
AWS_BEDROCKAGENTRUNTIME_API GetAgentMemoryRequest()=default
virtual const char * GetServiceRequestName() const override
const Aws::String & GetAgentAliasId() const
GetAgentMemoryRequest & WithAgentId(AgentIdT &&value)
void SetAgentAliasId(AgentAliasIdT &&value)
GetAgentMemoryRequest & WithMemoryId(MemoryIdT &&value)
bool MaxItemsHasBeenSet() const
bool NextTokenHasBeenSet() const
GetAgentMemoryRequest & WithMemoryType(MemoryType value)
void SetMemoryType(MemoryType value)
void SetAgentId(AgentIdT &&value)
void SetMemoryId(MemoryIdT &&value)
bool AgentAliasIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String