7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/medialive/MediaLive_EXPORTS.h>
9#include <aws/medialive/model/SrtCallerDecryptionRequest.h>
43 template <
typename DecryptionT = SrtCallerDecryptionRequest>
45 m_decryptionHasBeenSet =
true;
46 m_decryption = std::forward<DecryptionT>(value);
48 template <
typename DecryptionT = SrtCallerDecryptionRequest>
64 m_minimumLatencyHasBeenSet =
true;
65 m_minimumLatency = value;
80 template <
typename SrtListenerAddressT = Aws::String>
82 m_srtListenerAddressHasBeenSet =
true;
83 m_srtListenerAddress = std::forward<SrtListenerAddressT>(value);
85 template <
typename SrtListenerAddressT = Aws::String>
99 template <
typename SrtListenerPortT = Aws::String>
101 m_srtListenerPortHasBeenSet =
true;
102 m_srtListenerPort = std::forward<SrtListenerPortT>(value);
104 template <
typename SrtListenerPortT = Aws::String>
119 template <
typename StreamIdT = Aws::String>
121 m_streamIdHasBeenSet =
true;
122 m_streamId = std::forward<StreamIdT>(value);
124 template <
typename StreamIdT = Aws::String>
133 int m_minimumLatency{0};
140 bool m_decryptionHasBeenSet =
false;
141 bool m_minimumLatencyHasBeenSet =
false;
142 bool m_srtListenerAddressHasBeenSet =
false;
143 bool m_srtListenerPortHasBeenSet =
false;
144 bool m_streamIdHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue