7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/mediaconnect/MediaConnect_EXPORTS.h>
9#include <aws/mediaconnect/model/SrtEncryptionConfiguration.h>
20namespace MediaConnect {
44 template <
typename DestinationAddressT = Aws::String>
46 m_destinationAddressHasBeenSet =
true;
47 m_destinationAddress = std::forward<DestinationAddressT>(value);
49 template <
typename DestinationAddressT = Aws::String>
63 m_destinationPortHasBeenSet =
true;
64 m_destinationPort = value;
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 EncryptionConfigurationT = SrtEncryptionConfiguration>
115 m_encryptionConfigurationHasBeenSet =
true;
116 m_encryptionConfiguration = std::forward<EncryptionConfigurationT>(value);
118 template <
typename EncryptionConfigurationT = SrtEncryptionConfiguration>
127 int m_destinationPort{0};
129 long long m_minimumLatencyMilliseconds{0};
133 SrtEncryptionConfiguration m_encryptionConfiguration;
134 bool m_destinationAddressHasBeenSet =
false;
135 bool m_destinationPortHasBeenSet =
false;
136 bool m_minimumLatencyMillisecondsHasBeenSet =
false;
137 bool m_streamIdHasBeenSet =
false;
138 bool m_encryptionConfigurationHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue