AWS SDK for C++

AWS SDK for C++ Version 1.11.867

Loading...
Searching...
No Matches
S3DestinationUpdate.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
25 public:
26 AWS_KAFKA_API S3DestinationUpdate() = default;
29 AWS_KAFKA_API Aws::Utils::Json::JsonValue Jsonize() const;
30
32
36 inline int GetDataFreshnessInSeconds() const { return m_dataFreshnessInSeconds; }
37 inline bool DataFreshnessInSecondsHasBeenSet() const { return m_dataFreshnessInSecondsHasBeenSet; }
38 inline void SetDataFreshnessInSeconds(int value) {
39 m_dataFreshnessInSecondsHasBeenSet = true;
40 m_dataFreshnessInSeconds = value;
41 }
44 return *this;
45 }
47 private:
48 int m_dataFreshnessInSeconds{0};
49 bool m_dataFreshnessInSecondsHasBeenSet = false;
50};
51
52} // namespace Model
53} // namespace Kafka
54} // namespace Aws
AWS_KAFKA_API S3DestinationUpdate()=default
AWS_KAFKA_API S3DestinationUpdate & operator=(Aws::Utils::Json::JsonView jsonValue)
S3DestinationUpdate & WithDataFreshnessInSeconds(int value)
AWS_KAFKA_API S3DestinationUpdate(Aws::Utils::Json::JsonView jsonValue)
AWS_KAFKA_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue