7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/mediaconnect/MediaConnectRequest.h>
11#include <aws/mediaconnect/MediaConnect_EXPORTS.h>
12#include <aws/mediaconnect/model/MaintenanceConfiguration.h>
13#include <aws/mediaconnect/model/RouterContentQualityAnalysisConfiguration.h>
14#include <aws/mediaconnect/model/RouterInputConfiguration.h>
15#include <aws/mediaconnect/model/RouterInputTier.h>
16#include <aws/mediaconnect/model/RouterInputTransitEncryption.h>
17#include <aws/mediaconnect/model/RoutingScope.h>
22namespace MediaConnect {
45 template <
typename NameT = Aws::String>
47 m_nameHasBeenSet =
true;
48 m_name = std::forward<NameT>(value);
50 template <
typename NameT = Aws::String>
52 SetName(std::forward<NameT>(value));
64 template <
typename ConfigurationT = RouterInputConfiguration>
66 m_configurationHasBeenSet =
true;
67 m_configuration = std::forward<ConfigurationT>(value);
69 template <
typename ConfigurationT = RouterInputConfiguration>
83 m_maximumBitrateHasBeenSet =
true;
84 m_maximumBitrate = value;
101 m_routingScopeHasBeenSet =
true;
102 m_routingScope = value;
117 m_tierHasBeenSet =
true;
133 template <
typename RegionNameT = Aws::String>
135 m_regionNameHasBeenSet =
true;
136 m_regionName = std::forward<RegionNameT>(value);
138 template <
typename RegionNameT = Aws::String>
153 template <
typename AvailabilityZoneT = Aws::String>
155 m_availabilityZoneHasBeenSet =
true;
156 m_availabilityZone = std::forward<AvailabilityZoneT>(value);
158 template <
typename AvailabilityZoneT = Aws::String>
171 template <
typename TransitEncryptionT = RouterInputTransitEncryption>
173 m_transitEncryptionHasBeenSet =
true;
174 m_transitEncryption = std::forward<TransitEncryptionT>(value);
176 template <
typename TransitEncryptionT = RouterInputTransitEncryption>
190 template <
typename Ma
intenanceConfigurationT = Ma
intenanceConfiguration>
192 m_maintenanceConfigurationHasBeenSet =
true;
193 m_maintenanceConfiguration = std::forward<MaintenanceConfigurationT>(value);
195 template <
typename Ma
intenanceConfigurationT = Ma
intenanceConfiguration>
208 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
210 m_tagsHasBeenSet =
true;
211 m_tags = std::forward<TagsT>(value);
213 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
215 SetTags(std::forward<TagsT>(value));
218 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
220 m_tagsHasBeenSet =
true;
221 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
232 template <
typename ClientTokenT = Aws::String>
234 m_clientTokenHasBeenSet =
true;
235 m_clientToken = std::forward<ClientTokenT>(value);
237 template <
typename ClientTokenT = Aws::String>
249 return m_contentQualityAnalysisConfiguration;
252 template <
typename ContentQualityAnalysisConfigurationT = RouterContentQualityAnalysisConfiguration>
254 m_contentQualityAnalysisConfigurationHasBeenSet =
true;
255 m_contentQualityAnalysisConfiguration = std::forward<ContentQualityAnalysisConfigurationT>(value);
257 template <
typename ContentQualityAnalysisConfigurationT = RouterContentQualityAnalysisConfiguration>
268 long long m_maximumBitrate{0};
278 RouterInputTransitEncryption m_transitEncryption;
280 MaintenanceConfiguration m_maintenanceConfiguration;
286 RouterContentQualityAnalysisConfiguration m_contentQualityAnalysisConfiguration;
287 bool m_nameHasBeenSet =
false;
288 bool m_configurationHasBeenSet =
false;
289 bool m_maximumBitrateHasBeenSet =
false;
290 bool m_routingScopeHasBeenSet =
false;
291 bool m_tierHasBeenSet =
false;
292 bool m_regionNameHasBeenSet =
false;
293 bool m_availabilityZoneHasBeenSet =
false;
294 bool m_transitEncryptionHasBeenSet =
false;
295 bool m_maintenanceConfigurationHasBeenSet =
false;
296 bool m_tagsHasBeenSet =
false;
297 bool m_clientTokenHasBeenSet =
true;
298 bool m_contentQualityAnalysisConfigurationHasBeenSet =
false;
static Aws::Utils::UUID PseudoRandomUUID()
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String