7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/mediaconnect/MediaConnect_EXPORTS.h>
10#include <aws/mediaconnect/model/EncodingConfig.h>
11#include <aws/mediaconnect/model/Entitlement.h>
12#include <aws/mediaconnect/model/FailoverConfig.h>
13#include <aws/mediaconnect/model/FlowSize.h>
14#include <aws/mediaconnect/model/Maintenance.h>
15#include <aws/mediaconnect/model/MediaStream.h>
16#include <aws/mediaconnect/model/MonitoringConfig.h>
17#include <aws/mediaconnect/model/NdiConfig.h>
18#include <aws/mediaconnect/model/Output.h>
19#include <aws/mediaconnect/model/Source.h>
20#include <aws/mediaconnect/model/Status.h>
21#include <aws/mediaconnect/model/VpcInterface.h>
32namespace MediaConnect {
43 AWS_MEDIACONNECT_API
Flow() =
default;
56 template <
typename AvailabilityZoneT = Aws::String>
58 m_availabilityZoneHasBeenSet =
true;
59 m_availabilityZone = std::forward<AvailabilityZoneT>(value);
61 template <
typename AvailabilityZoneT = Aws::String>
75 template <
typename DescriptionT = Aws::String>
77 m_descriptionHasBeenSet =
true;
78 m_description = std::forward<DescriptionT>(value);
80 template <
typename DescriptionT = Aws::String>
93 template <
typename EgressIpT = Aws::String>
95 m_egressIpHasBeenSet =
true;
96 m_egressIp = std::forward<EgressIpT>(value);
98 template <
typename EgressIpT = Aws::String>
111 template <
typename EntitlementsT = Aws::Vector<Entitlement>>
113 m_entitlementsHasBeenSet =
true;
114 m_entitlements = std::forward<EntitlementsT>(value);
116 template <
typename EntitlementsT = Aws::Vector<Entitlement>>
121 template <
typename EntitlementsT = Entitlement>
123 m_entitlementsHasBeenSet =
true;
124 m_entitlements.emplace_back(std::forward<EntitlementsT>(value));
135 template <
typename FlowArnT = Aws::String>
137 m_flowArnHasBeenSet =
true;
138 m_flowArn = std::forward<FlowArnT>(value);
140 template <
typename FlowArnT = Aws::String>
155 template <
typename MediaStreamsT = Aws::Vector<MediaStream>>
157 m_mediaStreamsHasBeenSet =
true;
158 m_mediaStreams = std::forward<MediaStreamsT>(value);
160 template <
typename MediaStreamsT = Aws::Vector<MediaStream>>
165 template <
typename MediaStreamsT = MediaStream>
167 m_mediaStreamsHasBeenSet =
true;
168 m_mediaStreams.emplace_back(std::forward<MediaStreamsT>(value));
179 template <
typename NameT = Aws::String>
181 m_nameHasBeenSet =
true;
182 m_name = std::forward<NameT>(value);
184 template <
typename NameT = Aws::String>
186 SetName(std::forward<NameT>(value));
197 template <
typename OutputsT = Aws::Vector<Output>>
199 m_outputsHasBeenSet =
true;
200 m_outputs = std::forward<OutputsT>(value);
202 template <
typename OutputsT = Aws::Vector<Output>>
207 template <
typename OutputsT = Output>
209 m_outputsHasBeenSet =
true;
210 m_outputs.emplace_back(std::forward<OutputsT>(value));
221 template <
typename SourceT = Source>
223 m_sourceHasBeenSet =
true;
224 m_source = std::forward<SourceT>(value);
226 template <
typename SourceT = Source>
239 template <
typename SourceFailoverConfigT = FailoverConfig>
241 m_sourceFailoverConfigHasBeenSet =
true;
242 m_sourceFailoverConfig = std::forward<SourceFailoverConfigT>(value);
244 template <
typename SourceFailoverConfigT = FailoverConfig>
257 template <
typename SourcesT = Aws::Vector<Source>>
259 m_sourcesHasBeenSet =
true;
260 m_sources = std::forward<SourcesT>(value);
262 template <
typename SourcesT = Aws::Vector<Source>>
267 template <
typename SourcesT = Source>
269 m_sourcesHasBeenSet =
true;
270 m_sources.emplace_back(std::forward<SourcesT>(value));
282 m_statusHasBeenSet =
true;
297 template <
typename VpcInterfacesT = Aws::Vector<VpcInterface>>
299 m_vpcInterfacesHasBeenSet =
true;
300 m_vpcInterfaces = std::forward<VpcInterfacesT>(value);
302 template <
typename VpcInterfacesT = Aws::Vector<VpcInterface>>
307 template <
typename VpcInterfacesT = VpcInterface>
309 m_vpcInterfacesHasBeenSet =
true;
310 m_vpcInterfaces.emplace_back(std::forward<VpcInterfacesT>(value));
321 template <
typename Ma
intenanceT = Ma
intenance>
323 m_maintenanceHasBeenSet =
true;
324 m_maintenance = std::forward<MaintenanceT>(value);
326 template <
typename Ma
intenanceT = Ma
intenance>
339 template <
typename SourceMonitoringConfigT = MonitoringConfig>
341 m_sourceMonitoringConfigHasBeenSet =
true;
342 m_sourceMonitoringConfig = std::forward<SourceMonitoringConfigT>(value);
344 template <
typename SourceMonitoringConfigT = MonitoringConfig>
358 m_flowSizeHasBeenSet =
true;
374 template <
typename NdiConfigT = NdiConfig>
376 m_ndiConfigHasBeenSet =
true;
377 m_ndiConfig = std::forward<NdiConfigT>(value);
379 template <
typename NdiConfigT = NdiConfig>
393 template <
typename EncodingConfigT = EncodingConfig>
395 m_encodingConfigHasBeenSet =
true;
396 m_encodingConfig = std::forward<EncodingConfigT>(value);
398 template <
typename EncodingConfigT = EncodingConfig>
431 Maintenance m_maintenance;
433 MonitoringConfig m_sourceMonitoringConfig;
437 NdiConfig m_ndiConfig;
439 EncodingConfig m_encodingConfig;
440 bool m_availabilityZoneHasBeenSet =
false;
441 bool m_descriptionHasBeenSet =
false;
442 bool m_egressIpHasBeenSet =
false;
443 bool m_entitlementsHasBeenSet =
false;
444 bool m_flowArnHasBeenSet =
false;
445 bool m_mediaStreamsHasBeenSet =
false;
446 bool m_nameHasBeenSet =
false;
447 bool m_outputsHasBeenSet =
false;
448 bool m_sourceHasBeenSet =
false;
449 bool m_sourceFailoverConfigHasBeenSet =
false;
450 bool m_sourcesHasBeenSet =
false;
451 bool m_statusHasBeenSet =
false;
452 bool m_vpcInterfacesHasBeenSet =
false;
453 bool m_maintenanceHasBeenSet =
false;
454 bool m_sourceMonitoringConfigHasBeenSet =
false;
455 bool m_flowSizeHasBeenSet =
false;
456 bool m_ndiConfigHasBeenSet =
false;
457 bool m_encodingConfigHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue