7#include <aws/bedrock-agent-runtime/BedrockAgentRuntimeRequest.h>
8#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
9#include <aws/bedrock-agent-runtime/model/MemoryType.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
18namespace BedrockAgentRuntime {
43 template <
typename AgentAliasIdT = Aws::String>
45 m_agentAliasIdHasBeenSet =
true;
46 m_agentAliasId = std::forward<AgentAliasIdT>(value);
48 template <
typename AgentAliasIdT = Aws::String>
61 template <
typename AgentIdT = Aws::String>
63 m_agentIdHasBeenSet =
true;
64 m_agentId = std::forward<AgentIdT>(value);
66 template <
typename AgentIdT = Aws::String>
83 m_maxItemsHasBeenSet =
true;
98 template <
typename MemoryIdT = Aws::String>
100 m_memoryIdHasBeenSet =
true;
101 m_memoryId = std::forward<MemoryIdT>(value);
103 template <
typename MemoryIdT = Aws::String>
117 m_memoryTypeHasBeenSet =
true;
118 m_memoryType = value;
134 template <
typename NextTokenT = Aws::String>
136 m_nextTokenHasBeenSet =
true;
137 m_nextToken = std::forward<NextTokenT>(value);
139 template <
typename NextTokenT = Aws::String>
157 bool m_agentAliasIdHasBeenSet =
false;
158 bool m_agentIdHasBeenSet =
false;
159 bool m_maxItemsHasBeenSet =
false;
160 bool m_memoryIdHasBeenSet =
false;
161 bool m_memoryTypeHasBeenSet =
false;
162 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::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String