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/DescribeInferenceSettings.h>
18#include <aws/medialive/model/DescribeLinkedChannelSettings.h>
19#include <aws/medialive/model/EncoderSettings.h>
20#include <aws/medialive/model/InputAttachment.h>
21#include <aws/medialive/model/InputSpecification.h>
22#include <aws/medialive/model/LogLevel.h>
23#include <aws/medialive/model/MaintenanceStatus.h>
24#include <aws/medialive/model/OutputDestination.h>
25#include <aws/medialive/model/PipelineDetail.h>
26#include <aws/medialive/model/VpcOutputSettingsDescription.h>
58 template <
typename ArnT = Aws::String>
60 m_arnHasBeenSet =
true;
61 m_arn = std::forward<ArnT>(value);
63 template <
typename ArnT = Aws::String>
65 SetArn(std::forward<ArnT>(value));
76 template <
typename CdiInputSpecificationT = CdiInputSpecification>
78 m_cdiInputSpecificationHasBeenSet =
true;
79 m_cdiInputSpecification = std::forward<CdiInputSpecificationT>(value);
81 template <
typename CdiInputSpecificationT = CdiInputSpecification>
96 m_channelClassHasBeenSet =
true;
97 m_channelClass = value;
115 template <
typename DestinationsT = Aws::Vector<OutputDestination>>
117 m_destinationsHasBeenSet =
true;
118 m_destinations = std::forward<DestinationsT>(value);
120 template <
typename DestinationsT = Aws::Vector<OutputDestination>>
125 template <
typename DestinationsT = OutputDestination>
127 m_destinationsHasBeenSet =
true;
128 m_destinations.emplace_back(std::forward<DestinationsT>(value));
139 template <
typename EgressEndpo
intsT = Aws::Vector<ChannelEgressEndpo
int>>
141 m_egressEndpointsHasBeenSet =
true;
142 m_egressEndpoints = std::forward<EgressEndpointsT>(value);
144 template <
typename EgressEndpo
intsT = Aws::Vector<ChannelEgressEndpo
int>>
149 template <
typename EgressEndpo
intsT = ChannelEgressEndpo
int>
151 m_egressEndpointsHasBeenSet =
true;
152 m_egressEndpoints.emplace_back(std::forward<EgressEndpointsT>(value));
161 template <
typename EncoderSettingsT = EncoderSettings>
163 m_encoderSettingsHasBeenSet =
true;
164 m_encoderSettings = std::forward<EncoderSettingsT>(value);
166 template <
typename EncoderSettingsT = EncoderSettings>
179 template <
typename IdT = Aws::String>
181 m_idHasBeenSet =
true;
182 m_id = std::forward<IdT>(value);
184 template <
typename IdT = Aws::String>
186 SetId(std::forward<IdT>(value));
197 template <
typename InputAttachmentsT = Aws::Vector<InputAttachment>>
199 m_inputAttachmentsHasBeenSet =
true;
200 m_inputAttachments = std::forward<InputAttachmentsT>(value);
202 template <
typename InputAttachmentsT = Aws::Vector<InputAttachment>>
207 template <
typename InputAttachmentsT = InputAttachment>
209 m_inputAttachmentsHasBeenSet =
true;
210 m_inputAttachments.emplace_back(std::forward<InputAttachmentsT>(value));
221 template <
typename InputSpecificationT = InputSpecification>
223 m_inputSpecificationHasBeenSet =
true;
224 m_inputSpecification = std::forward<InputSpecificationT>(value);
226 template <
typename InputSpecificationT = InputSpecification>
240 m_logLevelHasBeenSet =
true;
255 template <
typename Ma
intenanceT = Ma
intenanceStatus>
257 m_maintenanceHasBeenSet =
true;
258 m_maintenance = std::forward<MaintenanceT>(value);
260 template <
typename Ma
intenanceT = Ma
intenanceStatus>
273 template <
typename NameT = Aws::String>
275 m_nameHasBeenSet =
true;
276 m_name = std::forward<NameT>(value);
278 template <
typename NameT = Aws::String>
280 SetName(std::forward<NameT>(value));
291 template <
typename PipelineDetailsT = Aws::Vector<PipelineDetail>>
293 m_pipelineDetailsHasBeenSet =
true;
294 m_pipelineDetails = std::forward<PipelineDetailsT>(value);
296 template <
typename PipelineDetailsT = Aws::Vector<PipelineDetail>>
301 template <
typename PipelineDetailsT = PipelineDetail>
303 m_pipelineDetailsHasBeenSet =
true;
304 m_pipelineDetails.emplace_back(std::forward<PipelineDetailsT>(value));
316 m_pipelinesRunningCountHasBeenSet =
true;
317 m_pipelinesRunningCount = value;
331 template <
typename RoleArnT = Aws::String>
333 m_roleArnHasBeenSet =
true;
334 m_roleArn = std::forward<RoleArnT>(value);
336 template <
typename RoleArnT = Aws::String>
348 m_stateHasBeenSet =
true;
363 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
365 m_tagsHasBeenSet =
true;
366 m_tags = std::forward<TagsT>(value);
368 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
370 SetTags(std::forward<TagsT>(value));
373 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
375 m_tagsHasBeenSet =
true;
376 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
387 template <
typename VpcT = VpcOutputSettingsDescription>
389 m_vpcHasBeenSet =
true;
390 m_vpc = std::forward<VpcT>(value);
392 template <
typename VpcT = VpcOutputSettingsDescription>
394 SetVpc(std::forward<VpcT>(value));
405 template <
typename AnywhereSettingsT = DescribeAnywhereSettings>
407 m_anywhereSettingsHasBeenSet =
true;
408 m_anywhereSettings = std::forward<AnywhereSettingsT>(value);
410 template <
typename AnywhereSettingsT = DescribeAnywhereSettings>
423 template <
typename ChannelEngineVersionT = ChannelEngineVersionResponse>
425 m_channelEngineVersionHasBeenSet =
true;
426 m_channelEngineVersion = std::forward<ChannelEngineVersionT>(value);
428 template <
typename ChannelEngineVersionT = ChannelEngineVersionResponse>
441 template <
typename LinkedChannelSettingsT = DescribeLinkedChannelSettings>
443 m_linkedChannelSettingsHasBeenSet =
true;
444 m_linkedChannelSettings = std::forward<LinkedChannelSettingsT>(value);
446 template <
typename LinkedChannelSettingsT = DescribeLinkedChannelSettings>
459 template <
typename ChannelSecurityGroupsT = Aws::Vector<Aws::String>>
461 m_channelSecurityGroupsHasBeenSet =
true;
462 m_channelSecurityGroups = std::forward<ChannelSecurityGroupsT>(value);
464 template <
typename ChannelSecurityGroupsT = Aws::Vector<Aws::String>>
469 template <
typename ChannelSecurityGroupsT = Aws::String>
471 m_channelSecurityGroupsHasBeenSet =
true;
472 m_channelSecurityGroups.emplace_back(std::forward<ChannelSecurityGroupsT>(value));
483 template <
typename InferenceSettingsT = DescribeInferenceSettings>
485 m_inferenceSettingsHasBeenSet =
true;
486 m_inferenceSettings = std::forward<InferenceSettingsT>(value);
488 template <
typename InferenceSettingsT = DescribeInferenceSettings>
505 EncoderSettings m_encoderSettings;
511 InputSpecification m_inputSpecification;
515 MaintenanceStatus m_maintenance;
521 int m_pipelinesRunningCount{0};
529 VpcOutputSettingsDescription m_vpc;
531 DescribeAnywhereSettings m_anywhereSettings;
533 ChannelEngineVersionResponse m_channelEngineVersion;
535 DescribeLinkedChannelSettings m_linkedChannelSettings;
539 DescribeInferenceSettings m_inferenceSettings;
540 bool m_arnHasBeenSet =
false;
541 bool m_cdiInputSpecificationHasBeenSet =
false;
542 bool m_channelClassHasBeenSet =
false;
543 bool m_destinationsHasBeenSet =
false;
544 bool m_egressEndpointsHasBeenSet =
false;
545 bool m_encoderSettingsHasBeenSet =
false;
546 bool m_idHasBeenSet =
false;
547 bool m_inputAttachmentsHasBeenSet =
false;
548 bool m_inputSpecificationHasBeenSet =
false;
549 bool m_logLevelHasBeenSet =
false;
550 bool m_maintenanceHasBeenSet =
false;
551 bool m_nameHasBeenSet =
false;
552 bool m_pipelineDetailsHasBeenSet =
false;
553 bool m_pipelinesRunningCountHasBeenSet =
false;
554 bool m_roleArnHasBeenSet =
false;
555 bool m_stateHasBeenSet =
false;
556 bool m_tagsHasBeenSet =
false;
557 bool m_vpcHasBeenSet =
false;
558 bool m_anywhereSettingsHasBeenSet =
false;
559 bool m_channelEngineVersionHasBeenSet =
false;
560 bool m_linkedChannelSettingsHasBeenSet =
false;
561 bool m_channelSecurityGroupsHasBeenSet =
false;
562 bool m_inferenceSettingsHasBeenSet =
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