AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
EpochLockingSettings.h
1
6#pragma once
7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace MediaLive
22{
23namespace Model
24{
25
32 {
33 public:
34 AWS_MEDIALIVE_API EpochLockingSettings();
37 AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const;
38
39
41
47 inline const Aws::String& GetCustomEpoch() const{ return m_customEpoch; }
48 inline bool CustomEpochHasBeenSet() const { return m_customEpochHasBeenSet; }
49 inline void SetCustomEpoch(const Aws::String& value) { m_customEpochHasBeenSet = true; m_customEpoch = value; }
50 inline void SetCustomEpoch(Aws::String&& value) { m_customEpochHasBeenSet = true; m_customEpoch = std::move(value); }
51 inline void SetCustomEpoch(const char* value) { m_customEpochHasBeenSet = true; m_customEpoch.assign(value); }
52 inline EpochLockingSettings& WithCustomEpoch(const Aws::String& value) { SetCustomEpoch(value); return *this;}
53 inline EpochLockingSettings& WithCustomEpoch(Aws::String&& value) { SetCustomEpoch(std::move(value)); return *this;}
54 inline EpochLockingSettings& WithCustomEpoch(const char* value) { SetCustomEpoch(value); return *this;}
56
58
65 inline const Aws::String& GetJamSyncTime() const{ return m_jamSyncTime; }
66 inline bool JamSyncTimeHasBeenSet() const { return m_jamSyncTimeHasBeenSet; }
67 inline void SetJamSyncTime(const Aws::String& value) { m_jamSyncTimeHasBeenSet = true; m_jamSyncTime = value; }
68 inline void SetJamSyncTime(Aws::String&& value) { m_jamSyncTimeHasBeenSet = true; m_jamSyncTime = std::move(value); }
69 inline void SetJamSyncTime(const char* value) { m_jamSyncTimeHasBeenSet = true; m_jamSyncTime.assign(value); }
70 inline EpochLockingSettings& WithJamSyncTime(const Aws::String& value) { SetJamSyncTime(value); return *this;}
71 inline EpochLockingSettings& WithJamSyncTime(Aws::String&& value) { SetJamSyncTime(std::move(value)); return *this;}
72 inline EpochLockingSettings& WithJamSyncTime(const char* value) { SetJamSyncTime(value); return *this;}
74 private:
75
76 Aws::String m_customEpoch;
77 bool m_customEpochHasBeenSet = false;
78
79 Aws::String m_jamSyncTime;
80 bool m_jamSyncTimeHasBeenSet = false;
81 };
82
83} // namespace Model
84} // namespace MediaLive
85} // namespace Aws
AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const
EpochLockingSettings & WithJamSyncTime(Aws::String &&value)
void SetJamSyncTime(const Aws::String &value)
EpochLockingSettings & WithCustomEpoch(Aws::String &&value)
EpochLockingSettings & WithJamSyncTime(const char *value)
void SetCustomEpoch(const Aws::String &value)
AWS_MEDIALIVE_API EpochLockingSettings(Aws::Utils::Json::JsonView jsonValue)
EpochLockingSettings & WithJamSyncTime(const Aws::String &value)
AWS_MEDIALIVE_API EpochLockingSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
EpochLockingSettings & WithCustomEpoch(const Aws::String &value)
EpochLockingSettings & WithCustomEpoch(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue