7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/http/HttpTypes.h>
22namespace BedrockAgentRuntime
44 template<
typename ContentTypeT = Aws::String>
45 void SetContentType(ContentTypeT&& value) { m_contentTypeHasBeenSet =
true; m_contentType = std::forward<ContentTypeT>(value); }
46 template<
typename ContentTypeT = Aws::String>
56 template<
typename MemoryIdT = Aws::String>
57 void SetMemoryId(MemoryIdT&& value) { m_memoryIdHasBeenSet =
true; m_memoryId = std::forward<MemoryIdT>(value); }
58 template<
typename MemoryIdT = Aws::String>
68 template<
typename SessionIdT = Aws::String>
69 void SetSessionId(SessionIdT&& value) { m_sessionIdHasBeenSet =
true; m_sessionId = std::forward<SessionIdT>(value); }
70 template<
typename SessionIdT = Aws::String>
76 bool m_contentTypeHasBeenSet =
false;
79 bool m_memoryIdHasBeenSet =
false;
82 bool m_sessionIdHasBeenSet =
false;
void SetSessionId(SessionIdT &&value)
AWS_BEDROCKAGENTRUNTIME_API InvokeAgentInitialResponse & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKAGENTRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
InvokeAgentInitialResponse & WithMemoryId(MemoryIdT &&value)
InvokeAgentInitialResponse & WithContentType(ContentTypeT &&value)
AWS_BEDROCKAGENTRUNTIME_API InvokeAgentInitialResponse(Aws::Utils::Json::JsonView jsonValue)
bool SessionIdHasBeenSet() const
AWS_BEDROCKAGENTRUNTIME_API InvokeAgentInitialResponse(const Http::HeaderValueCollection &responseHeaders)
const Aws::String & GetSessionId() const
const Aws::String & GetMemoryId() const
const Aws::String & GetContentType() const
AWS_BEDROCKAGENTRUNTIME_API InvokeAgentInitialResponse()=default
bool ContentTypeHasBeenSet() const
InvokeAgentInitialResponse & WithSessionId(SessionIdT &&value)
bool MemoryIdHasBeenSet() const
void SetContentType(ContentTypeT &&value)
void SetMemoryId(MemoryIdT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue