AWS SDK for C++

AWS SDK for C++ Version 1.11.754

Loading...
Searching...
No Matches
RistRouterInputConfiguration.h
1
6#pragma once
7#include <aws/mediaconnect/MediaConnect_EXPORTS.h>
8
9namespace Aws {
10namespace Utils {
11namespace Json {
12class JsonValue;
13class JsonView;
14} // namespace Json
15} // namespace Utils
16namespace MediaConnect {
17namespace Model {
18
27 public:
28 AWS_MEDIACONNECT_API RistRouterInputConfiguration() = default;
31 AWS_MEDIACONNECT_API Aws::Utils::Json::JsonValue Jsonize() const;
32
34
38 inline int GetPort() const { return m_port; }
39 inline bool PortHasBeenSet() const { return m_portHasBeenSet; }
40 inline void SetPort(int value) {
41 m_portHasBeenSet = true;
42 m_port = value;
43 }
45 SetPort(value);
46 return *this;
47 }
49
51
55 inline long long GetRecoveryLatencyMilliseconds() const { return m_recoveryLatencyMilliseconds; }
56 inline bool RecoveryLatencyMillisecondsHasBeenSet() const { return m_recoveryLatencyMillisecondsHasBeenSet; }
57 inline void SetRecoveryLatencyMilliseconds(long long value) {
58 m_recoveryLatencyMillisecondsHasBeenSet = true;
59 m_recoveryLatencyMilliseconds = value;
60 }
63 return *this;
64 }
66 private:
67 int m_port{0};
68
69 long long m_recoveryLatencyMilliseconds{0};
70 bool m_portHasBeenSet = false;
71 bool m_recoveryLatencyMillisecondsHasBeenSet = false;
72};
73
74} // namespace Model
75} // namespace MediaConnect
76} // namespace Aws
AWS_MEDIACONNECT_API RistRouterInputConfiguration(Aws::Utils::Json::JsonView jsonValue)
RistRouterInputConfiguration & WithRecoveryLatencyMilliseconds(long long value)
AWS_MEDIACONNECT_API RistRouterInputConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIACONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_MEDIACONNECT_API RistRouterInputConfiguration()=default
Aws::Utils::Json::JsonValue JsonValue