AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ConverseStreamInitialResponse.h
1
6#pragma once
7#include <aws/bedrock-runtime/BedrockRuntime_EXPORTS.h>
8#include <aws/core/http/HttpTypes.h>
9
10namespace Aws
11{
12namespace Utils
13{
14namespace Json
15{
16 class JsonValue;
17 class JsonView;
18} // namespace Json
19} // namespace Utils
20namespace BedrockRuntime
21{
22namespace Model
23{
24
26 {
27 public:
28 AWS_BEDROCKRUNTIME_API ConverseStreamInitialResponse();
31 AWS_BEDROCKRUNTIME_API ConverseStreamInitialResponse(const Http::HeaderValueCollection& responseHeaders);
32 AWS_BEDROCKRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const;
33
34 };
35
36} // namespace Model
37} // namespace BedrockRuntime
38} // namespace Aws
AWS_BEDROCKRUNTIME_API ConverseStreamInitialResponse & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKRUNTIME_API ConverseStreamInitialResponse(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKRUNTIME_API ConverseStreamInitialResponse(const Http::HeaderValueCollection &responseHeaders)
AWS_BEDROCKRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
Aws::Utils::Json::JsonValue JsonValue