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/RouterInputConfiguration.h>
14#include <aws/mediaconnect/model/RouterInputTier.h>
15#include <aws/mediaconnect/model/RouterInputTransitEncryption.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));
63 template <
typename ConfigurationT = RouterInputConfiguration>
65 m_configurationHasBeenSet =
true;
66 m_configuration = std::forward<ConfigurationT>(value);
68 template <
typename ConfigurationT = RouterInputConfiguration>
82 m_maximumBitrateHasBeenSet =
true;
83 m_maximumBitrate = value;
100 m_routingScopeHasBeenSet =
true;
101 m_routingScope = value;
116 m_tierHasBeenSet =
true;
132 template <
typename RegionNameT = Aws::String>
134 m_regionNameHasBeenSet =
true;
135 m_regionName = std::forward<RegionNameT>(value);
137 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>
170 template <
typename TransitEncryptionT = RouterInputTransitEncryption>
172 m_transitEncryptionHasBeenSet =
true;
173 m_transitEncryption = std::forward<TransitEncryptionT>(value);
175 template <
typename TransitEncryptionT = RouterInputTransitEncryption>
189 template <
typename Ma
intenanceConfigurationT = Ma
intenanceConfiguration>
191 m_maintenanceConfigurationHasBeenSet =
true;
192 m_maintenanceConfiguration = std::forward<MaintenanceConfigurationT>(value);
194 template <
typename Ma
intenanceConfigurationT = Ma
intenanceConfiguration>
207 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
209 m_tagsHasBeenSet =
true;
210 m_tags = std::forward<TagsT>(value);
212 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
214 SetTags(std::forward<TagsT>(value));
217 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
219 m_tagsHasBeenSet =
true;
220 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
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 RouterInputTransitEncryption m_transitEncryption;
259 MaintenanceConfiguration m_maintenanceConfiguration;
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_transitEncryptionHasBeenSet =
false;
272 bool m_maintenanceConfigurationHasBeenSet =
false;
273 bool m_tagsHasBeenSet =
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