7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/medialive/MediaLive_EXPORTS.h>
12#include <aws/medialive/model/CdiInputSpecification.h>
13#include <aws/medialive/model/ChannelClass.h>
14#include <aws/medialive/model/ChannelEgressEndpoint.h>
15#include <aws/medialive/model/ChannelEngineVersionResponse.h>
16#include <aws/medialive/model/ChannelState.h>
17#include <aws/medialive/model/DescribeAnywhereSettings.h>
18#include <aws/medialive/model/DescribeInferenceSettings.h>
19#include <aws/medialive/model/DescribeLinkedChannelSettings.h>
20#include <aws/medialive/model/EncoderSettings.h>
21#include <aws/medialive/model/InputAttachment.h>
22#include <aws/medialive/model/InputSpecification.h>
23#include <aws/medialive/model/LogLevel.h>
24#include <aws/medialive/model/MaintenanceStatus.h>
25#include <aws/medialive/model/OutputDestination.h>
26#include <aws/medialive/model/PipelineDetail.h>
27#include <aws/medialive/model/VpcOutputSettingsDescription.h>
32template <
typename RESULT_TYPE>
33class AmazonWebServiceResult;
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));
75 template <
typename CdiInputSpecificationT = CdiInputSpecification>
77 m_cdiInputSpecificationHasBeenSet =
true;
78 m_cdiInputSpecification = std::forward<CdiInputSpecificationT>(value);
80 template <
typename CdiInputSpecificationT = CdiInputSpecification>
94 m_channelClassHasBeenSet =
true;
95 m_channelClass = value;
112 template <
typename DestinationsT = Aws::Vector<OutputDestination>>
114 m_destinationsHasBeenSet =
true;
115 m_destinations = std::forward<DestinationsT>(value);
117 template <
typename DestinationsT = Aws::Vector<OutputDestination>>
122 template <
typename DestinationsT = OutputDestination>
124 m_destinationsHasBeenSet =
true;
125 m_destinations.emplace_back(std::forward<DestinationsT>(value));
135 template <
typename EgressEndpo
intsT = Aws::Vector<ChannelEgressEndpo
int>>
137 m_egressEndpointsHasBeenSet =
true;
138 m_egressEndpoints = std::forward<EgressEndpointsT>(value);
140 template <
typename EgressEndpo
intsT = Aws::Vector<ChannelEgressEndpo
int>>
145 template <
typename EgressEndpo
intsT = ChannelEgressEndpo
int>
147 m_egressEndpointsHasBeenSet =
true;
148 m_egressEndpoints.emplace_back(std::forward<EgressEndpointsT>(value));
156 template <
typename EncoderSettingsT = EncoderSettings>
158 m_encoderSettingsHasBeenSet =
true;
159 m_encoderSettings = std::forward<EncoderSettingsT>(value);
161 template <
typename EncoderSettingsT = EncoderSettings>
173 template <
typename IdT = Aws::String>
175 m_idHasBeenSet =
true;
176 m_id = std::forward<IdT>(value);
178 template <
typename IdT = Aws::String>
180 SetId(std::forward<IdT>(value));
190 template <
typename InputAttachmentsT = Aws::Vector<InputAttachment>>
192 m_inputAttachmentsHasBeenSet =
true;
193 m_inputAttachments = std::forward<InputAttachmentsT>(value);
195 template <
typename InputAttachmentsT = Aws::Vector<InputAttachment>>
200 template <
typename InputAttachmentsT = InputAttachment>
202 m_inputAttachmentsHasBeenSet =
true;
203 m_inputAttachments.emplace_back(std::forward<InputAttachmentsT>(value));
213 template <
typename InputSpecificationT = InputSpecification>
215 m_inputSpecificationHasBeenSet =
true;
216 m_inputSpecification = std::forward<InputSpecificationT>(value);
218 template <
typename InputSpecificationT = InputSpecification>
231 m_logLevelHasBeenSet =
true;
245 template <
typename Ma
intenanceT = Ma
intenanceStatus>
247 m_maintenanceHasBeenSet =
true;
248 m_maintenance = std::forward<MaintenanceT>(value);
250 template <
typename Ma
intenanceT = Ma
intenanceStatus>
262 template <
typename NameT = Aws::String>
264 m_nameHasBeenSet =
true;
265 m_name = std::forward<NameT>(value);
267 template <
typename NameT = Aws::String>
269 SetName(std::forward<NameT>(value));
279 template <
typename PipelineDetailsT = Aws::Vector<PipelineDetail>>
281 m_pipelineDetailsHasBeenSet =
true;
282 m_pipelineDetails = std::forward<PipelineDetailsT>(value);
284 template <
typename PipelineDetailsT = Aws::Vector<PipelineDetail>>
289 template <
typename PipelineDetailsT = PipelineDetail>
291 m_pipelineDetailsHasBeenSet =
true;
292 m_pipelineDetails.emplace_back(std::forward<PipelineDetailsT>(value));
303 m_pipelinesRunningCountHasBeenSet =
true;
304 m_pipelinesRunningCount = value;
317 template <
typename RoleArnT = Aws::String>
319 m_roleArnHasBeenSet =
true;
320 m_roleArn = std::forward<RoleArnT>(value);
322 template <
typename RoleArnT = Aws::String>
333 m_stateHasBeenSet =
true;
347 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
349 m_tagsHasBeenSet =
true;
350 m_tags = std::forward<TagsT>(value);
352 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
354 SetTags(std::forward<TagsT>(value));
357 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
359 m_tagsHasBeenSet =
true;
360 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
370 template <
typename VpcT = VpcOutputSettingsDescription>
372 m_vpcHasBeenSet =
true;
373 m_vpc = std::forward<VpcT>(value);
375 template <
typename VpcT = VpcOutputSettingsDescription>
377 SetVpc(std::forward<VpcT>(value));
387 template <
typename AnywhereSettingsT = DescribeAnywhereSettings>
389 m_anywhereSettingsHasBeenSet =
true;
390 m_anywhereSettings = std::forward<AnywhereSettingsT>(value);
392 template <
typename AnywhereSettingsT = DescribeAnywhereSettings>
404 template <
typename ChannelEngineVersionT = ChannelEngineVersionResponse>
406 m_channelEngineVersionHasBeenSet =
true;
407 m_channelEngineVersion = std::forward<ChannelEngineVersionT>(value);
409 template <
typename ChannelEngineVersionT = ChannelEngineVersionResponse>
421 template <
typename LinkedChannelSettingsT = DescribeLinkedChannelSettings>
423 m_linkedChannelSettingsHasBeenSet =
true;
424 m_linkedChannelSettings = std::forward<LinkedChannelSettingsT>(value);
426 template <
typename LinkedChannelSettingsT = DescribeLinkedChannelSettings>
438 template <
typename ChannelSecurityGroupsT = Aws::Vector<Aws::String>>
440 m_channelSecurityGroupsHasBeenSet =
true;
441 m_channelSecurityGroups = std::forward<ChannelSecurityGroupsT>(value);
443 template <
typename ChannelSecurityGroupsT = Aws::Vector<Aws::String>>
448 template <
typename ChannelSecurityGroupsT = Aws::String>
450 m_channelSecurityGroupsHasBeenSet =
true;
451 m_channelSecurityGroups.emplace_back(std::forward<ChannelSecurityGroupsT>(value));
461 template <
typename InferenceSettingsT = DescribeInferenceSettings>
463 m_inferenceSettingsHasBeenSet =
true;
464 m_inferenceSettings = std::forward<InferenceSettingsT>(value);
466 template <
typename InferenceSettingsT = DescribeInferenceSettings>
476 template <
typename RequestIdT = Aws::String>
478 m_requestIdHasBeenSet =
true;
479 m_requestId = std::forward<RequestIdT>(value);
481 template <
typename RequestIdT = Aws::String>
500 EncoderSettings m_encoderSettings;
506 InputSpecification m_inputSpecification;
510 MaintenanceStatus m_maintenance;
516 int m_pipelinesRunningCount{0};
524 VpcOutputSettingsDescription m_vpc;
526 DescribeAnywhereSettings m_anywhereSettings;
528 ChannelEngineVersionResponse m_channelEngineVersion;
530 DescribeLinkedChannelSettings m_linkedChannelSettings;
534 DescribeInferenceSettings m_inferenceSettings;
538 bool m_arnHasBeenSet =
false;
539 bool m_cdiInputSpecificationHasBeenSet =
false;
540 bool m_channelClassHasBeenSet =
false;
541 bool m_destinationsHasBeenSet =
false;
542 bool m_egressEndpointsHasBeenSet =
false;
543 bool m_encoderSettingsHasBeenSet =
false;
544 bool m_idHasBeenSet =
false;
545 bool m_inputAttachmentsHasBeenSet =
false;
546 bool m_inputSpecificationHasBeenSet =
false;
547 bool m_logLevelHasBeenSet =
false;
548 bool m_maintenanceHasBeenSet =
false;
549 bool m_nameHasBeenSet =
false;
550 bool m_pipelineDetailsHasBeenSet =
false;
551 bool m_pipelinesRunningCountHasBeenSet =
false;
552 bool m_roleArnHasBeenSet =
false;
553 bool m_stateHasBeenSet =
false;
554 bool m_tagsHasBeenSet =
false;
555 bool m_vpcHasBeenSet =
false;
556 bool m_anywhereSettingsHasBeenSet =
false;
557 bool m_channelEngineVersionHasBeenSet =
false;
558 bool m_linkedChannelSettingsHasBeenSet =
false;
559 bool m_channelSecurityGroupsHasBeenSet =
false;
560 bool m_inferenceSettingsHasBeenSet =
false;
561 bool m_requestIdHasBeenSet =
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