AWS SDK for C++

AWS SDK for C++ Version 1.11.887

Loading...
Searching...
No Matches
S3DestinationUpdateInput.h
1
6#pragma once
7#include <aws/kinesis/Kinesis_EXPORTS.h>
8
9namespace Aws {
10namespace Utils {
11namespace Json {
12class JsonValue;
13class JsonView;
14} // namespace Json
15} // namespace Utils
16namespace Kinesis {
17namespace Model {
18
27 public:
28 AWS_KINESIS_API S3DestinationUpdateInput() = default;
31 AWS_KINESIS_API Aws::Utils::Json::JsonValue Jsonize() const;
32
34
38 inline int GetDataFreshnessInSeconds() const { return m_dataFreshnessInSeconds; }
39 inline bool DataFreshnessInSecondsHasBeenSet() const { return m_dataFreshnessInSecondsHasBeenSet; }
40 inline void SetDataFreshnessInSeconds(int value) {
41 m_dataFreshnessInSecondsHasBeenSet = true;
42 m_dataFreshnessInSeconds = value;
43 }
46 return *this;
47 }
49 private:
50 int m_dataFreshnessInSeconds{0};
51 bool m_dataFreshnessInSecondsHasBeenSet = false;
52};
53
54} // namespace Model
55} // namespace Kinesis
56} // namespace Aws
AWS_KINESIS_API S3DestinationUpdateInput & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_KINESIS_API S3DestinationUpdateInput(Aws::Utils::Json::JsonView jsonValue)
AWS_KINESIS_API S3DestinationUpdateInput()=default
AWS_KINESIS_API Aws::Utils::Json::JsonValue Jsonize() const
S3DestinationUpdateInput & WithDataFreshnessInSeconds(int value)
Aws::Utils::Json::JsonValue JsonValue