7#include <aws/mediaconnect/MediaConnect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/mediaconnect/model/Source.h>
11#include <aws/mediaconnect/model/FailoverConfig.h>
12#include <aws/mediaconnect/model/Status.h>
13#include <aws/mediaconnect/model/Maintenance.h>
14#include <aws/mediaconnect/model/MonitoringConfig.h>
15#include <aws/mediaconnect/model/Entitlement.h>
16#include <aws/mediaconnect/model/MediaStream.h>
17#include <aws/mediaconnect/model/Output.h>
18#include <aws/mediaconnect/model/VpcInterface.h>
45 AWS_MEDIACONNECT_API
Flow();
60 inline void SetAvailabilityZone(
const char* value) { m_availabilityZoneHasBeenSet =
true; m_availabilityZone.assign(value); }
75 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
89 inline void SetEgressIp(
const char* value) { m_egressIpHasBeenSet =
true; m_egressIp.assign(value); }
117 inline void SetFlowArn(
const char* value) { m_flowArnHasBeenSet =
true; m_flowArn.assign(value); }
146 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
162 inline Flow&
AddOutputs(
const Output& value) { m_outputsHasBeenSet =
true; m_outputs.push_back(value);
return *
this; }
163 inline Flow&
AddOutputs(
Output&& value) { m_outputsHasBeenSet =
true; m_outputs.push_back(std::move(value));
return *
this; }
170 inline void SetSource(
const Source& value) { m_sourceHasBeenSet =
true; m_source = value; }
171 inline void SetSource(
Source&& value) { m_sourceHasBeenSet =
true; m_source = std::move(value); }
194 inline Flow&
AddSources(
const Source& value) { m_sourcesHasBeenSet =
true; m_sources.push_back(value);
return *
this; }
195 inline Flow&
AddSources(
Source&& value) { m_sourcesHasBeenSet =
true; m_sources.push_back(std::move(value));
return *
this; }
204 inline void SetStatus(
const Status& value) { m_statusHasBeenSet =
true; m_status = value; }
205 inline void SetStatus(
Status&& value) { m_statusHasBeenSet =
true; m_status = std::move(value); }
246 bool m_availabilityZoneHasBeenSet =
false;
249 bool m_descriptionHasBeenSet =
false;
252 bool m_egressIpHasBeenSet =
false;
255 bool m_entitlementsHasBeenSet =
false;
258 bool m_flowArnHasBeenSet =
false;
261 bool m_mediaStreamsHasBeenSet =
false;
264 bool m_nameHasBeenSet =
false;
267 bool m_outputsHasBeenSet =
false;
270 bool m_sourceHasBeenSet =
false;
273 bool m_sourceFailoverConfigHasBeenSet =
false;
276 bool m_sourcesHasBeenSet =
false;
279 bool m_statusHasBeenSet =
false;
282 bool m_vpcInterfacesHasBeenSet =
false;
285 bool m_maintenanceHasBeenSet =
false;
288 bool m_sourceMonitoringConfigHasBeenSet =
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