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/FabricConfiguration.h>
13#include <aws/mediaconnect/model/MaintenanceConfiguration.h>
14#include <aws/mediaconnect/model/RouterOutputConfiguration.h>
15#include <aws/mediaconnect/model/RouterOutputTier.h>
16#include <aws/mediaconnect/model/RoutingScope.h>
21namespace MediaConnect {
44 template <
typename NameT = Aws::String>
46 m_nameHasBeenSet =
true;
47 m_name = std::forward<NameT>(value);
49 template <
typename NameT = Aws::String>
51 SetName(std::forward<NameT>(value));
62 template <
typename ConfigurationT = RouterOutputConfiguration>
64 m_configurationHasBeenSet =
true;
65 m_configuration = std::forward<ConfigurationT>(value);
67 template <
typename ConfigurationT = RouterOutputConfiguration>
81 m_maximumBitrateHasBeenSet =
true;
82 m_maximumBitrate = value;
99 m_routingScopeHasBeenSet =
true;
100 m_routingScope = value;
115 m_tierHasBeenSet =
true;
131 template <
typename RegionNameT = Aws::String>
133 m_regionNameHasBeenSet =
true;
134 m_regionName = std::forward<RegionNameT>(value);
136 template <
typename RegionNameT = Aws::String>
152 template <
typename AvailabilityZoneT = Aws::String>
154 m_availabilityZoneHasBeenSet =
true;
155 m_availabilityZone = std::forward<AvailabilityZoneT>(value);
157 template <
typename AvailabilityZoneT = Aws::String>
171 template <
typename Ma
intenanceConfigurationT = Ma
intenanceConfiguration>
173 m_maintenanceConfigurationHasBeenSet =
true;
174 m_maintenanceConfiguration = std::forward<MaintenanceConfigurationT>(value);
176 template <
typename Ma
intenanceConfigurationT = Ma
intenanceConfiguration>
189 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
191 m_tagsHasBeenSet =
true;
192 m_tags = std::forward<TagsT>(value);
194 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
196 SetTags(std::forward<TagsT>(value));
199 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
201 m_tagsHasBeenSet =
true;
202 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
213 template <
typename FabricConfigurationT = FabricConfiguration>
215 m_fabricConfigurationHasBeenSet =
true;
216 m_fabricConfiguration = std::forward<FabricConfigurationT>(value);
218 template <
typename FabricConfigurationT = FabricConfiguration>
231 template <
typename ClientTokenT = Aws::String>
233 m_clientTokenHasBeenSet =
true;
234 m_clientToken = std::forward<ClientTokenT>(value);
236 template <
typename ClientTokenT = Aws::String>
247 long long m_maximumBitrate{0};
257 MaintenanceConfiguration m_maintenanceConfiguration;
261 FabricConfiguration m_fabricConfiguration;
264 bool m_nameHasBeenSet =
false;
265 bool m_configurationHasBeenSet =
false;
266 bool m_maximumBitrateHasBeenSet =
false;
267 bool m_routingScopeHasBeenSet =
false;
268 bool m_tierHasBeenSet =
false;
269 bool m_regionNameHasBeenSet =
false;
270 bool m_availabilityZoneHasBeenSet =
false;
271 bool m_maintenanceConfigurationHasBeenSet =
false;
272 bool m_tagsHasBeenSet =
false;
273 bool m_fabricConfigurationHasBeenSet =
false;
274 bool m_clientTokenHasBeenSet =
true;
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