7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/mediaconnect/MediaConnectRequest.h>
9#include <aws/mediaconnect/MediaConnect_EXPORTS.h>
10#include <aws/mediaconnect/model/MaintenanceConfiguration.h>
11#include <aws/mediaconnect/model/RouterInputConfiguration.h>
12#include <aws/mediaconnect/model/RouterInputTier.h>
13#include <aws/mediaconnect/model/RouterInputTransitEncryption.h>
14#include <aws/mediaconnect/model/RoutingScope.h>
19namespace MediaConnect {
43 template <
typename ArnT = Aws::String>
45 m_arnHasBeenSet =
true;
46 m_arn = std::forward<ArnT>(value);
48 template <
typename ArnT = Aws::String>
50 SetArn(std::forward<ArnT>(value));
61 template <
typename NameT = Aws::String>
63 m_nameHasBeenSet =
true;
64 m_name = std::forward<NameT>(value);
66 template <
typename NameT = Aws::String>
68 SetName(std::forward<NameT>(value));
80 template <
typename ConfigurationT = RouterInputConfiguration>
82 m_configurationHasBeenSet =
true;
83 m_configuration = std::forward<ConfigurationT>(value);
85 template <
typename ConfigurationT = RouterInputConfiguration>
99 m_maximumBitrateHasBeenSet =
true;
100 m_maximumBitrate = value;
117 m_routingScopeHasBeenSet =
true;
118 m_routingScope = value;
133 m_tierHasBeenSet =
true;
148 template <
typename TransitEncryptionT = RouterInputTransitEncryption>
150 m_transitEncryptionHasBeenSet =
true;
151 m_transitEncryption = std::forward<TransitEncryptionT>(value);
153 template <
typename TransitEncryptionT = RouterInputTransitEncryption>
167 template <
typename Ma
intenanceConfigurationT = Ma
intenanceConfiguration>
169 m_maintenanceConfigurationHasBeenSet =
true;
170 m_maintenanceConfiguration = std::forward<MaintenanceConfigurationT>(value);
172 template <
typename Ma
intenanceConfigurationT = Ma
intenanceConfiguration>
185 long long m_maximumBitrate{0};
191 RouterInputTransitEncryption m_transitEncryption;
193 MaintenanceConfiguration m_maintenanceConfiguration;
194 bool m_arnHasBeenSet =
false;
195 bool m_nameHasBeenSet =
false;
196 bool m_configurationHasBeenSet =
false;
197 bool m_maximumBitrateHasBeenSet =
false;
198 bool m_routingScopeHasBeenSet =
false;
199 bool m_tierHasBeenSet =
false;
200 bool m_transitEncryptionHasBeenSet =
false;
201 bool m_maintenanceConfigurationHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String