7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/medialive/MediaLive_EXPORTS.h>
11#include <aws/medialive/model/CdiInputSpecification.h>
12#include <aws/medialive/model/ChannelClass.h>
13#include <aws/medialive/model/ChannelEgressEndpoint.h>
14#include <aws/medialive/model/ChannelEngineVersionResponse.h>
15#include <aws/medialive/model/ChannelState.h>
16#include <aws/medialive/model/DescribeAnywhereSettings.h>
17#include <aws/medialive/model/DescribeLinkedChannelSettings.h>
18#include <aws/medialive/model/EncoderSettings.h>
19#include <aws/medialive/model/InputAttachment.h>
20#include <aws/medialive/model/InputSpecification.h>
21#include <aws/medialive/model/LogLevel.h>
22#include <aws/medialive/model/MaintenanceStatus.h>
23#include <aws/medialive/model/OutputDestination.h>
24#include <aws/medialive/model/PipelineDetail.h>
25#include <aws/medialive/model/VpcOutputSettingsDescription.h>
57 template <
typename ArnT = Aws::String>
59 m_arnHasBeenSet =
true;
60 m_arn = std::forward<ArnT>(value);
62 template <
typename ArnT = Aws::String>
64 SetArn(std::forward<ArnT>(value));
75 template <
typename CdiInputSpecificationT = CdiInputSpecification>
77 m_cdiInputSpecificationHasBeenSet =
true;
78 m_cdiInputSpecification = std::forward<CdiInputSpecificationT>(value);
80 template <
typename CdiInputSpecificationT = CdiInputSpecification>
95 m_channelClassHasBeenSet =
true;
96 m_channelClass = value;
114 template <
typename DestinationsT = Aws::Vector<OutputDestination>>
116 m_destinationsHasBeenSet =
true;
117 m_destinations = std::forward<DestinationsT>(value);
119 template <
typename DestinationsT = Aws::Vector<OutputDestination>>
124 template <
typename DestinationsT = OutputDestination>
126 m_destinationsHasBeenSet =
true;
127 m_destinations.emplace_back(std::forward<DestinationsT>(value));
138 template <
typename EgressEndpo
intsT = Aws::Vector<ChannelEgressEndpo
int>>
140 m_egressEndpointsHasBeenSet =
true;
141 m_egressEndpoints = std::forward<EgressEndpointsT>(value);
143 template <
typename EgressEndpo
intsT = Aws::Vector<ChannelEgressEndpo
int>>
148 template <
typename EgressEndpo
intsT = ChannelEgressEndpo
int>
150 m_egressEndpointsHasBeenSet =
true;
151 m_egressEndpoints.emplace_back(std::forward<EgressEndpointsT>(value));
160 template <
typename EncoderSettingsT = EncoderSettings>
162 m_encoderSettingsHasBeenSet =
true;
163 m_encoderSettings = std::forward<EncoderSettingsT>(value);
165 template <
typename EncoderSettingsT = EncoderSettings>
178 template <
typename IdT = Aws::String>
180 m_idHasBeenSet =
true;
181 m_id = std::forward<IdT>(value);
183 template <
typename IdT = Aws::String>
185 SetId(std::forward<IdT>(value));
196 template <
typename InputAttachmentsT = Aws::Vector<InputAttachment>>
198 m_inputAttachmentsHasBeenSet =
true;
199 m_inputAttachments = std::forward<InputAttachmentsT>(value);
201 template <
typename InputAttachmentsT = Aws::Vector<InputAttachment>>
206 template <
typename InputAttachmentsT = InputAttachment>
208 m_inputAttachmentsHasBeenSet =
true;
209 m_inputAttachments.emplace_back(std::forward<InputAttachmentsT>(value));
220 template <
typename InputSpecificationT = InputSpecification>
222 m_inputSpecificationHasBeenSet =
true;
223 m_inputSpecification = std::forward<InputSpecificationT>(value);
225 template <
typename InputSpecificationT = InputSpecification>
239 m_logLevelHasBeenSet =
true;
254 template <
typename Ma
intenanceT = Ma
intenanceStatus>
256 m_maintenanceHasBeenSet =
true;
257 m_maintenance = std::forward<MaintenanceT>(value);
259 template <
typename Ma
intenanceT = Ma
intenanceStatus>
272 template <
typename NameT = Aws::String>
274 m_nameHasBeenSet =
true;
275 m_name = std::forward<NameT>(value);
277 template <
typename NameT = Aws::String>
279 SetName(std::forward<NameT>(value));
290 template <
typename PipelineDetailsT = Aws::Vector<PipelineDetail>>
292 m_pipelineDetailsHasBeenSet =
true;
293 m_pipelineDetails = std::forward<PipelineDetailsT>(value);
295 template <
typename PipelineDetailsT = Aws::Vector<PipelineDetail>>
300 template <
typename PipelineDetailsT = PipelineDetail>
302 m_pipelineDetailsHasBeenSet =
true;
303 m_pipelineDetails.emplace_back(std::forward<PipelineDetailsT>(value));
315 m_pipelinesRunningCountHasBeenSet =
true;
316 m_pipelinesRunningCount = value;
330 template <
typename RoleArnT = Aws::String>
332 m_roleArnHasBeenSet =
true;
333 m_roleArn = std::forward<RoleArnT>(value);
335 template <
typename RoleArnT = Aws::String>
347 m_stateHasBeenSet =
true;
362 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
364 m_tagsHasBeenSet =
true;
365 m_tags = std::forward<TagsT>(value);
367 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
369 SetTags(std::forward<TagsT>(value));
372 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
374 m_tagsHasBeenSet =
true;
375 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
386 template <
typename VpcT = VpcOutputSettingsDescription>
388 m_vpcHasBeenSet =
true;
389 m_vpc = std::forward<VpcT>(value);
391 template <
typename VpcT = VpcOutputSettingsDescription>
393 SetVpc(std::forward<VpcT>(value));
404 template <
typename AnywhereSettingsT = DescribeAnywhereSettings>
406 m_anywhereSettingsHasBeenSet =
true;
407 m_anywhereSettings = std::forward<AnywhereSettingsT>(value);
409 template <
typename AnywhereSettingsT = DescribeAnywhereSettings>
422 template <
typename ChannelEngineVersionT = ChannelEngineVersionResponse>
424 m_channelEngineVersionHasBeenSet =
true;
425 m_channelEngineVersion = std::forward<ChannelEngineVersionT>(value);
427 template <
typename ChannelEngineVersionT = ChannelEngineVersionResponse>
440 template <
typename LinkedChannelSettingsT = DescribeLinkedChannelSettings>
442 m_linkedChannelSettingsHasBeenSet =
true;
443 m_linkedChannelSettings = std::forward<LinkedChannelSettingsT>(value);
445 template <
typename LinkedChannelSettingsT = DescribeLinkedChannelSettings>
458 template <
typename ChannelSecurityGroupsT = Aws::Vector<Aws::String>>
460 m_channelSecurityGroupsHasBeenSet =
true;
461 m_channelSecurityGroups = std::forward<ChannelSecurityGroupsT>(value);
463 template <
typename ChannelSecurityGroupsT = Aws::Vector<Aws::String>>
468 template <
typename ChannelSecurityGroupsT = Aws::String>
470 m_channelSecurityGroupsHasBeenSet =
true;
471 m_channelSecurityGroups.emplace_back(std::forward<ChannelSecurityGroupsT>(value));
486 EncoderSettings m_encoderSettings;
492 InputSpecification m_inputSpecification;
496 MaintenanceStatus m_maintenance;
502 int m_pipelinesRunningCount{0};
510 VpcOutputSettingsDescription m_vpc;
512 DescribeAnywhereSettings m_anywhereSettings;
514 ChannelEngineVersionResponse m_channelEngineVersion;
516 DescribeLinkedChannelSettings m_linkedChannelSettings;
519 bool m_arnHasBeenSet =
false;
520 bool m_cdiInputSpecificationHasBeenSet =
false;
521 bool m_channelClassHasBeenSet =
false;
522 bool m_destinationsHasBeenSet =
false;
523 bool m_egressEndpointsHasBeenSet =
false;
524 bool m_encoderSettingsHasBeenSet =
false;
525 bool m_idHasBeenSet =
false;
526 bool m_inputAttachmentsHasBeenSet =
false;
527 bool m_inputSpecificationHasBeenSet =
false;
528 bool m_logLevelHasBeenSet =
false;
529 bool m_maintenanceHasBeenSet =
false;
530 bool m_nameHasBeenSet =
false;
531 bool m_pipelineDetailsHasBeenSet =
false;
532 bool m_pipelinesRunningCountHasBeenSet =
false;
533 bool m_roleArnHasBeenSet =
false;
534 bool m_stateHasBeenSet =
false;
535 bool m_tagsHasBeenSet =
false;
536 bool m_vpcHasBeenSet =
false;
537 bool m_anywhereSettingsHasBeenSet =
false;
538 bool m_channelEngineVersionHasBeenSet =
false;
539 bool m_linkedChannelSettingsHasBeenSet =
false;
540 bool m_channelSecurityGroupsHasBeenSet =
false;
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
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue