AWS SDK for C++

AWS SDK for C++ Version 1.11.866

Loading...
Searching...
No Matches
IcebergDestinationUpdate.h
1
6#pragma once
7#include <aws/kafka/Kafka_EXPORTS.h>
8
9namespace Aws {
10namespace Utils {
11namespace Json {
12class JsonValue;
13class JsonView;
14} // namespace Json
15} // namespace Utils
16namespace Kafka {
17namespace Model {
18
26 public:
27 AWS_KAFKA_API IcebergDestinationUpdate() = default;
30 AWS_KAFKA_API Aws::Utils::Json::JsonValue Jsonize() const;
31
33
37 inline int GetDataFreshnessInSeconds() const { return m_dataFreshnessInSeconds; }
38 inline bool DataFreshnessInSecondsHasBeenSet() const { return m_dataFreshnessInSecondsHasBeenSet; }
39 inline void SetDataFreshnessInSeconds(int value) {
40 m_dataFreshnessInSecondsHasBeenSet = true;
41 m_dataFreshnessInSeconds = value;
42 }
45 return *this;
46 }
48 private:
49 int m_dataFreshnessInSeconds{0};
50 bool m_dataFreshnessInSecondsHasBeenSet = false;
51};
52
53} // namespace Model
54} // namespace Kafka
55} // namespace Aws
AWS_KAFKA_API IcebergDestinationUpdate & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_KAFKA_API Aws::Utils::Json::JsonValue Jsonize() const
IcebergDestinationUpdate & WithDataFreshnessInSeconds(int value)
AWS_KAFKA_API IcebergDestinationUpdate()=default
AWS_KAFKA_API IcebergDestinationUpdate(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue