AWS SDK for C++

AWS SDK for C++ Version 1.11.870

Loading...
Searching...
No Matches
FabricConfiguration.h
1
6#pragma once
7#include <aws/mediaconnect/MediaConnect_EXPORTS.h>
8#include <aws/mediaconnect/model/FabricLatencyMode.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace MediaConnect {
20namespace Model {
21
29 public:
30 AWS_MEDIACONNECT_API FabricConfiguration() = default;
31 AWS_MEDIACONNECT_API FabricConfiguration(Aws::Utils::Json::JsonView jsonValue);
33 AWS_MEDIACONNECT_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
43 inline FabricLatencyMode GetRecoveryLatencyMode() const { return m_recoveryLatencyMode; }
44 inline bool RecoveryLatencyModeHasBeenSet() const { return m_recoveryLatencyModeHasBeenSet; }
46 m_recoveryLatencyModeHasBeenSet = true;
47 m_recoveryLatencyMode = value;
48 }
51 return *this;
52 }
54 private:
55 FabricLatencyMode m_recoveryLatencyMode{FabricLatencyMode::NOT_SET};
56 bool m_recoveryLatencyModeHasBeenSet = false;
57};
58
59} // namespace Model
60} // namespace MediaConnect
61} // namespace Aws
AWS_MEDIACONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_MEDIACONNECT_API FabricConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIACONNECT_API FabricConfiguration()=default
void SetRecoveryLatencyMode(FabricLatencyMode value)
AWS_MEDIACONNECT_API FabricConfiguration(Aws::Utils::Json::JsonView jsonValue)
FabricConfiguration & WithRecoveryLatencyMode(FabricLatencyMode value)
Aws::Utils::Json::JsonValue JsonValue