7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/mediaconnect/MediaConnect_EXPORTS.h>
9#include <aws/mediaconnect/model/SrtDecryptionConfiguration.h>
20namespace MediaConnect {
44 template <
typename SourceAddressT = Aws::String>
46 m_sourceAddressHasBeenSet =
true;
47 m_sourceAddress = std::forward<SourceAddressT>(value);
49 template <
typename SourceAddressT = Aws::String>
63 m_sourcePortHasBeenSet =
true;
79 m_minimumLatencyMillisecondsHasBeenSet =
true;
80 m_minimumLatencyMilliseconds = value;
94 template <
typename StreamIdT = Aws::String>
96 m_streamIdHasBeenSet =
true;
97 m_streamId = std::forward<StreamIdT>(value);
99 template <
typename StreamIdT = Aws::String>
113 template <
typename DecryptionConfigurationT = SrtDecryptionConfiguration>
115 m_decryptionConfigurationHasBeenSet =
true;
116 m_decryptionConfiguration = std::forward<DecryptionConfigurationT>(value);
118 template <
typename DecryptionConfigurationT = SrtDecryptionConfiguration>
129 long long m_minimumLatencyMilliseconds{0};
133 SrtDecryptionConfiguration m_decryptionConfiguration;
134 bool m_sourceAddressHasBeenSet =
false;
135 bool m_sourcePortHasBeenSet =
false;
136 bool m_minimumLatencyMillisecondsHasBeenSet =
false;
137 bool m_streamIdHasBeenSet =
false;
138 bool m_decryptionConfigurationHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue