AWS SDK for C++

AWS SDK for C++ Version 1.11.740

Loading...
Searching...
No Matches
DestinationSchema.h
1
6#pragma once
7#include <aws/kinesisanalytics/KinesisAnalytics_EXPORTS.h>
8#include <aws/kinesisanalytics/model/RecordFormatType.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace KinesisAnalytics {
20namespace Model {
21
31 public:
32 AWS_KINESISANALYTICS_API DestinationSchema() = default;
33 AWS_KINESISANALYTICS_API DestinationSchema(Aws::Utils::Json::JsonView jsonValue);
34 AWS_KINESISANALYTICS_API DestinationSchema& operator=(Aws::Utils::Json::JsonView jsonValue);
35 AWS_KINESISANALYTICS_API Aws::Utils::Json::JsonValue Jsonize() const;
36
38
41 inline RecordFormatType GetRecordFormatType() const { return m_recordFormatType; }
42 inline bool RecordFormatTypeHasBeenSet() const { return m_recordFormatTypeHasBeenSet; }
44 m_recordFormatTypeHasBeenSet = true;
45 m_recordFormatType = value;
46 }
49 return *this;
50 }
52 private:
54 bool m_recordFormatTypeHasBeenSet = false;
55};
56
57} // namespace Model
58} // namespace KinesisAnalytics
59} // namespace Aws
AWS_KINESISANALYTICS_API DestinationSchema & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_KINESISANALYTICS_API DestinationSchema(Aws::Utils::Json::JsonView jsonValue)
AWS_KINESISANALYTICS_API Aws::Utils::Json::JsonValue Jsonize() const
DestinationSchema & WithRecordFormatType(RecordFormatType value)
AWS_KINESISANALYTICS_API DestinationSchema()=default
Aws::Utils::Json::JsonValue JsonValue