AWS SDK for C++

AWS SDK for C++ Version 1.11.754

Loading...
Searching...
No Matches
SubscribeToShardInitialResponse.h
1
6#pragma once
7#include <aws/core/http/HttpTypes.h>
8#include <aws/kinesis/Kinesis_EXPORTS.h>
9
10namespace Aws {
11namespace Utils {
12namespace Json {
13class JsonValue;
14class JsonView;
15} // namespace Json
16} // namespace Utils
17namespace Kinesis {
18namespace Model {
19
21 public:
22 AWS_KINESIS_API SubscribeToShardInitialResponse() = default;
25 AWS_KINESIS_API SubscribeToShardInitialResponse(const Http::HeaderValueCollection& responseHeaders);
26 AWS_KINESIS_API Aws::Utils::Json::JsonValue Jsonize() const;
27};
28
29} // namespace Model
30} // namespace Kinesis
31} // namespace Aws
AWS_KINESIS_API SubscribeToShardInitialResponse(Aws::Utils::Json::JsonView jsonValue)
AWS_KINESIS_API SubscribeToShardInitialResponse & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_KINESIS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_KINESIS_API SubscribeToShardInitialResponse(const Http::HeaderValueCollection &responseHeaders)
AWS_KINESIS_API SubscribeToShardInitialResponse()=default
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
Aws::Utils::Json::JsonValue JsonValue