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>
30template <
typename RESULT_TYPE>
31class AmazonWebServiceResult;
56 template <
typename ArnT = Aws::String>
58 m_arnHasBeenSet =
true;
59 m_arn = std::forward<ArnT>(value);
61 template <
typename ArnT = Aws::String>
63 SetArn(std::forward<ArnT>(value));
73 template <
typename CdiInputSpecificationT = CdiInputSpecification>
75 m_cdiInputSpecificationHasBeenSet =
true;
76 m_cdiInputSpecification = std::forward<CdiInputSpecificationT>(value);
78 template <
typename CdiInputSpecificationT = CdiInputSpecification>
92 m_channelClassHasBeenSet =
true;
93 m_channelClass = value;
110 template <
typename DestinationsT = Aws::Vector<OutputDestination>>
112 m_destinationsHasBeenSet =
true;
113 m_destinations = std::forward<DestinationsT>(value);
115 template <
typename DestinationsT = Aws::Vector<OutputDestination>>
120 template <
typename DestinationsT = OutputDestination>
122 m_destinationsHasBeenSet =
true;
123 m_destinations.emplace_back(std::forward<DestinationsT>(value));
133 template <
typename EgressEndpo
intsT = Aws::Vector<ChannelEgressEndpo
int>>
135 m_egressEndpointsHasBeenSet =
true;
136 m_egressEndpoints = std::forward<EgressEndpointsT>(value);
138 template <
typename EgressEndpo
intsT = Aws::Vector<ChannelEgressEndpo
int>>
143 template <
typename EgressEndpo
intsT = ChannelEgressEndpo
int>
145 m_egressEndpointsHasBeenSet =
true;
146 m_egressEndpoints.emplace_back(std::forward<EgressEndpointsT>(value));
154 template <
typename EncoderSettingsT = EncoderSettings>
156 m_encoderSettingsHasBeenSet =
true;
157 m_encoderSettings = std::forward<EncoderSettingsT>(value);
159 template <
typename EncoderSettingsT = EncoderSettings>
171 template <
typename IdT = Aws::String>
173 m_idHasBeenSet =
true;
174 m_id = std::forward<IdT>(value);
176 template <
typename IdT = Aws::String>
178 SetId(std::forward<IdT>(value));
188 template <
typename InputAttachmentsT = Aws::Vector<InputAttachment>>
190 m_inputAttachmentsHasBeenSet =
true;
191 m_inputAttachments = std::forward<InputAttachmentsT>(value);
193 template <
typename InputAttachmentsT = Aws::Vector<InputAttachment>>
198 template <
typename InputAttachmentsT = InputAttachment>
200 m_inputAttachmentsHasBeenSet =
true;
201 m_inputAttachments.emplace_back(std::forward<InputAttachmentsT>(value));
211 template <
typename InputSpecificationT = InputSpecification>
213 m_inputSpecificationHasBeenSet =
true;
214 m_inputSpecification = std::forward<InputSpecificationT>(value);
216 template <
typename InputSpecificationT = InputSpecification>
229 m_logLevelHasBeenSet =
true;
243 template <
typename Ma
intenanceT = Ma
intenanceStatus>
245 m_maintenanceHasBeenSet =
true;
246 m_maintenance = std::forward<MaintenanceT>(value);
248 template <
typename Ma
intenanceT = Ma
intenanceStatus>
260 template <
typename NameT = Aws::String>
262 m_nameHasBeenSet =
true;
263 m_name = std::forward<NameT>(value);
265 template <
typename NameT = Aws::String>
267 SetName(std::forward<NameT>(value));
277 template <
typename PipelineDetailsT = Aws::Vector<PipelineDetail>>
279 m_pipelineDetailsHasBeenSet =
true;
280 m_pipelineDetails = std::forward<PipelineDetailsT>(value);
282 template <
typename PipelineDetailsT = Aws::Vector<PipelineDetail>>
287 template <
typename PipelineDetailsT = PipelineDetail>
289 m_pipelineDetailsHasBeenSet =
true;
290 m_pipelineDetails.emplace_back(std::forward<PipelineDetailsT>(value));
301 m_pipelinesRunningCountHasBeenSet =
true;
302 m_pipelinesRunningCount = value;
315 template <
typename RoleArnT = Aws::String>
317 m_roleArnHasBeenSet =
true;
318 m_roleArn = std::forward<RoleArnT>(value);
320 template <
typename RoleArnT = Aws::String>
331 m_stateHasBeenSet =
true;
345 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
347 m_tagsHasBeenSet =
true;
348 m_tags = std::forward<TagsT>(value);
350 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
352 SetTags(std::forward<TagsT>(value));
355 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
357 m_tagsHasBeenSet =
true;
358 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
368 template <
typename VpcT = VpcOutputSettingsDescription>
370 m_vpcHasBeenSet =
true;
371 m_vpc = std::forward<VpcT>(value);
373 template <
typename VpcT = VpcOutputSettingsDescription>
375 SetVpc(std::forward<VpcT>(value));
385 template <
typename AnywhereSettingsT = DescribeAnywhereSettings>
387 m_anywhereSettingsHasBeenSet =
true;
388 m_anywhereSettings = std::forward<AnywhereSettingsT>(value);
390 template <
typename AnywhereSettingsT = DescribeAnywhereSettings>
402 template <
typename ChannelEngineVersionT = ChannelEngineVersionResponse>
404 m_channelEngineVersionHasBeenSet =
true;
405 m_channelEngineVersion = std::forward<ChannelEngineVersionT>(value);
407 template <
typename ChannelEngineVersionT = ChannelEngineVersionResponse>
419 template <
typename LinkedChannelSettingsT = DescribeLinkedChannelSettings>
421 m_linkedChannelSettingsHasBeenSet =
true;
422 m_linkedChannelSettings = std::forward<LinkedChannelSettingsT>(value);
424 template <
typename LinkedChannelSettingsT = DescribeLinkedChannelSettings>
436 template <
typename ChannelSecurityGroupsT = Aws::Vector<Aws::String>>
438 m_channelSecurityGroupsHasBeenSet =
true;
439 m_channelSecurityGroups = std::forward<ChannelSecurityGroupsT>(value);
441 template <
typename ChannelSecurityGroupsT = Aws::Vector<Aws::String>>
446 template <
typename ChannelSecurityGroupsT = Aws::String>
448 m_channelSecurityGroupsHasBeenSet =
true;
449 m_channelSecurityGroups.emplace_back(std::forward<ChannelSecurityGroupsT>(value));
457 template <
typename RequestIdT = Aws::String>
459 m_requestIdHasBeenSet =
true;
460 m_requestId = std::forward<RequestIdT>(value);
462 template <
typename RequestIdT = Aws::String>
479 EncoderSettings m_encoderSettings;
485 InputSpecification m_inputSpecification;
489 MaintenanceStatus m_maintenance;
495 int m_pipelinesRunningCount{0};
503 VpcOutputSettingsDescription m_vpc;
505 DescribeAnywhereSettings m_anywhereSettings;
507 ChannelEngineVersionResponse m_channelEngineVersion;
509 DescribeLinkedChannelSettings m_linkedChannelSettings;
514 bool m_arnHasBeenSet =
false;
515 bool m_cdiInputSpecificationHasBeenSet =
false;
516 bool m_channelClassHasBeenSet =
false;
517 bool m_destinationsHasBeenSet =
false;
518 bool m_egressEndpointsHasBeenSet =
false;
519 bool m_encoderSettingsHasBeenSet =
false;
520 bool m_idHasBeenSet =
false;
521 bool m_inputAttachmentsHasBeenSet =
false;
522 bool m_inputSpecificationHasBeenSet =
false;
523 bool m_logLevelHasBeenSet =
false;
524 bool m_maintenanceHasBeenSet =
false;
525 bool m_nameHasBeenSet =
false;
526 bool m_pipelineDetailsHasBeenSet =
false;
527 bool m_pipelinesRunningCountHasBeenSet =
false;
528 bool m_roleArnHasBeenSet =
false;
529 bool m_stateHasBeenSet =
false;
530 bool m_tagsHasBeenSet =
false;
531 bool m_vpcHasBeenSet =
false;
532 bool m_anywhereSettingsHasBeenSet =
false;
533 bool m_channelEngineVersionHasBeenSet =
false;
534 bool m_linkedChannelSettingsHasBeenSet =
false;
535 bool m_channelSecurityGroupsHasBeenSet =
false;
536 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