AWS SDK for C++

AWS SDK for C++ Version 1.11.740

Loading...
Searching...
No Matches
SingleMasterConfiguration.h
1
6#pragma once
7#include <aws/kinesisvideo/KinesisVideo_EXPORTS.h>
8
9namespace Aws {
10namespace Utils {
11namespace Json {
12class JsonValue;
13class JsonView;
14} // namespace Json
15} // namespace Utils
16namespace KinesisVideo {
17namespace Model {
18
26 public:
27 AWS_KINESISVIDEO_API SingleMasterConfiguration() = default;
30 AWS_KINESISVIDEO_API Aws::Utils::Json::JsonValue Jsonize() const;
31
33
37 inline int GetMessageTtlSeconds() const { return m_messageTtlSeconds; }
38 inline bool MessageTtlSecondsHasBeenSet() const { return m_messageTtlSecondsHasBeenSet; }
39 inline void SetMessageTtlSeconds(int value) {
40 m_messageTtlSecondsHasBeenSet = true;
41 m_messageTtlSeconds = value;
42 }
45 return *this;
46 }
48 private:
49 int m_messageTtlSeconds{0};
50 bool m_messageTtlSecondsHasBeenSet = false;
51};
52
53} // namespace Model
54} // namespace KinesisVideo
55} // namespace Aws
AWS_KINESISVIDEO_API SingleMasterConfiguration()=default
AWS_KINESISVIDEO_API SingleMasterConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_KINESISVIDEO_API SingleMasterConfiguration(Aws::Utils::Json::JsonView jsonValue)
SingleMasterConfiguration & WithMessageTtlSeconds(int value)
AWS_KINESISVIDEO_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue