7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/core/http/HttpTypes.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
20namespace BedrockAgentRuntime {
38 template <
typename ContentTypeT = Aws::String>
40 m_contentTypeHasBeenSet =
true;
41 m_contentType = std::forward<ContentTypeT>(value);
43 template <
typename ContentTypeT = Aws::String>
56 template <
typename MemoryIdT = Aws::String>
58 m_memoryIdHasBeenSet =
true;
59 m_memoryId = std::forward<MemoryIdT>(value);
61 template <
typename MemoryIdT = Aws::String>
74 template <
typename SessionIdT = Aws::String>
76 m_sessionIdHasBeenSet =
true;
77 m_sessionId = std::forward<SessionIdT>(value);
79 template <
typename SessionIdT = Aws::String>
91 bool m_contentTypeHasBeenSet =
false;
92 bool m_memoryIdHasBeenSet =
false;
93 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::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue