7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/medialive/MediaLive_EXPORTS.h>
9#include <aws/medialive/model/SrtCallerDecryption.h>
43 template <
typename DecryptionT = SrtCallerDecryption>
45 m_decryptionHasBeenSet =
true;
46 m_decryption = std::forward<DecryptionT>(value);
48 template <
typename DecryptionT = SrtCallerDecryption>
63 m_minimumLatencyHasBeenSet =
true;
64 m_minimumLatency = value;
79 template <
typename SrtListenerAddressT = Aws::String>
81 m_srtListenerAddressHasBeenSet =
true;
82 m_srtListenerAddress = std::forward<SrtListenerAddressT>(value);
84 template <
typename SrtListenerAddressT = Aws::String>
98 template <
typename SrtListenerPortT = Aws::String>
100 m_srtListenerPortHasBeenSet =
true;
101 m_srtListenerPort = std::forward<SrtListenerPortT>(value);
103 template <
typename SrtListenerPortT = Aws::String>
116 template <
typename StreamIdT = Aws::String>
118 m_streamIdHasBeenSet =
true;
119 m_streamId = std::forward<StreamIdT>(value);
121 template <
typename StreamIdT = Aws::String>
130 int m_minimumLatency{0};
137 bool m_decryptionHasBeenSet =
false;
138 bool m_minimumLatencyHasBeenSet =
false;
139 bool m_srtListenerAddressHasBeenSet =
false;
140 bool m_srtListenerPortHasBeenSet =
false;
141 bool m_streamIdHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue