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/RouterOutputConfiguration.h>
14#include <aws/mediaconnect/model/RouterOutputTier.h>
15#include <aws/mediaconnect/model/RoutingScope.h>
20namespace MediaConnect {
43 template <
typename NameT = Aws::String>
45 m_nameHasBeenSet =
true;
46 m_name = std::forward<NameT>(value);
48 template <
typename NameT = Aws::String>
50 SetName(std::forward<NameT>(value));
61 template <
typename ConfigurationT = RouterOutputConfiguration>
63 m_configurationHasBeenSet =
true;
64 m_configuration = std::forward<ConfigurationT>(value);
66 template <
typename ConfigurationT = RouterOutputConfiguration>
80 m_maximumBitrateHasBeenSet =
true;
81 m_maximumBitrate = value;
98 m_routingScopeHasBeenSet =
true;
99 m_routingScope = value;
114 m_tierHasBeenSet =
true;
130 template <
typename RegionNameT = Aws::String>
132 m_regionNameHasBeenSet =
true;
133 m_regionName = std::forward<RegionNameT>(value);
135 template <
typename RegionNameT = Aws::String>
151 template <
typename AvailabilityZoneT = Aws::String>
153 m_availabilityZoneHasBeenSet =
true;
154 m_availabilityZone = std::forward<AvailabilityZoneT>(value);
156 template <
typename AvailabilityZoneT = Aws::String>
170 template <
typename Ma
intenanceConfigurationT = Ma
intenanceConfiguration>
172 m_maintenanceConfigurationHasBeenSet =
true;
173 m_maintenanceConfiguration = std::forward<MaintenanceConfigurationT>(value);
175 template <
typename Ma
intenanceConfigurationT = Ma
intenanceConfiguration>
188 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
190 m_tagsHasBeenSet =
true;
191 m_tags = std::forward<TagsT>(value);
193 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
195 SetTags(std::forward<TagsT>(value));
198 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
200 m_tagsHasBeenSet =
true;
201 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
212 template <
typename ClientTokenT = Aws::String>
214 m_clientTokenHasBeenSet =
true;
215 m_clientToken = std::forward<ClientTokenT>(value);
217 template <
typename ClientTokenT = Aws::String>
228 long long m_maximumBitrate{0};
238 MaintenanceConfiguration m_maintenanceConfiguration;
243 bool m_nameHasBeenSet =
false;
244 bool m_configurationHasBeenSet =
false;
245 bool m_maximumBitrateHasBeenSet =
false;
246 bool m_routingScopeHasBeenSet =
false;
247 bool m_tierHasBeenSet =
false;
248 bool m_regionNameHasBeenSet =
false;
249 bool m_availabilityZoneHasBeenSet =
false;
250 bool m_maintenanceConfigurationHasBeenSet =
false;
251 bool m_tagsHasBeenSet =
false;
252 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