7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/medialive/model/CdiInputSpecification.h>
10#include <aws/medialive/model/ChannelClass.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/medialive/model/EncoderSettings.h>
13#include <aws/medialive/model/InputSpecification.h>
14#include <aws/medialive/model/LogLevel.h>
15#include <aws/medialive/model/MaintenanceStatus.h>
16#include <aws/medialive/model/ChannelState.h>
17#include <aws/core/utils/memory/stl/AWSMap.h>
18#include <aws/medialive/model/VpcOutputSettingsDescription.h>
19#include <aws/medialive/model/DescribeAnywhereSettings.h>
20#include <aws/medialive/model/ChannelEngineVersionResponse.h>
21#include <aws/medialive/model/OutputDestination.h>
22#include <aws/medialive/model/ChannelEgressEndpoint.h>
23#include <aws/medialive/model/InputAttachment.h>
24#include <aws/medialive/model/PipelineDetail.h>
62 template<
typename ArnT = Aws::String>
63 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
64 template<
typename ArnT = Aws::String>
74 template<
typename CdiInputSpecificationT = CdiInputSpecification>
75 void SetCdiInputSpecification(CdiInputSpecificationT&& value) { m_cdiInputSpecificationHasBeenSet =
true; m_cdiInputSpecification = std::forward<CdiInputSpecificationT>(value); }
76 template<
typename CdiInputSpecificationT = CdiInputSpecification>
101 template<
typename DestinationsT = Aws::Vector<OutputDestination>>
102 void SetDestinations(DestinationsT&& value) { m_destinationsHasBeenSet =
true; m_destinations = std::forward<DestinationsT>(value); }
103 template<
typename DestinationsT = Aws::Vector<OutputDestination>>
105 template<
typename DestinationsT = OutputDestination>
106 Channel&
AddDestinations(DestinationsT&& value) { m_destinationsHasBeenSet =
true; m_destinations.emplace_back(std::forward<DestinationsT>(value));
return *
this; }
115 template<
typename EgressEndpo
intsT = Aws::Vector<ChannelEgressEndpo
int>>
116 void SetEgressEndpoints(EgressEndpointsT&& value) { m_egressEndpointsHasBeenSet =
true; m_egressEndpoints = std::forward<EgressEndpointsT>(value); }
117 template<
typename EgressEndpo
intsT = Aws::Vector<ChannelEgressEndpo
int>>
119 template<
typename EgressEndpo
intsT = ChannelEgressEndpo
int>
120 Channel&
AddEgressEndpoints(EgressEndpointsT&& value) { m_egressEndpointsHasBeenSet =
true; m_egressEndpoints.emplace_back(std::forward<EgressEndpointsT>(value));
return *
this; }
127 template<
typename EncoderSettingsT = EncoderSettings>
128 void SetEncoderSettings(EncoderSettingsT&& value) { m_encoderSettingsHasBeenSet =
true; m_encoderSettings = std::forward<EncoderSettingsT>(value); }
129 template<
typename EncoderSettingsT = EncoderSettings>
139 template<
typename IdT = Aws::String>
140 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
141 template<
typename IdT = Aws::String>
151 template<
typename InputAttachmentsT = Aws::Vector<InputAttachment>>
152 void SetInputAttachments(InputAttachmentsT&& value) { m_inputAttachmentsHasBeenSet =
true; m_inputAttachments = std::forward<InputAttachmentsT>(value); }
153 template<
typename InputAttachmentsT = Aws::Vector<InputAttachment>>
155 template<
typename InputAttachmentsT = InputAttachment>
156 Channel&
AddInputAttachments(InputAttachmentsT&& value) { m_inputAttachmentsHasBeenSet =
true; m_inputAttachments.emplace_back(std::forward<InputAttachmentsT>(value));
return *
this; }
165 template<
typename InputSpecificationT = InputSpecification>
166 void SetInputSpecification(InputSpecificationT&& value) { m_inputSpecificationHasBeenSet =
true; m_inputSpecification = std::forward<InputSpecificationT>(value); }
167 template<
typename InputSpecificationT = InputSpecification>
187 template<
typename Ma
intenanceT = Ma
intenanceStatus>
188 void SetMaintenance(MaintenanceT&& value) { m_maintenanceHasBeenSet =
true; m_maintenance = std::forward<MaintenanceT>(value); }
189 template<
typename Ma
intenanceT = Ma
intenanceStatus>
199 template<
typename NameT = Aws::String>
200 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
201 template<
typename NameT = Aws::String>
211 template<
typename PipelineDetailsT = Aws::Vector<PipelineDetail>>
212 void SetPipelineDetails(PipelineDetailsT&& value) { m_pipelineDetailsHasBeenSet =
true; m_pipelineDetails = std::forward<PipelineDetailsT>(value); }
213 template<
typename PipelineDetailsT = Aws::Vector<PipelineDetail>>
215 template<
typename PipelineDetailsT = PipelineDetail>
216 Channel&
AddPipelineDetails(PipelineDetailsT&& value) { m_pipelineDetailsHasBeenSet =
true; m_pipelineDetails.emplace_back(std::forward<PipelineDetailsT>(value));
return *
this; }
235 template<
typename RoleArnT = Aws::String>
236 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
237 template<
typename RoleArnT = Aws::String>
255 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
256 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
257 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
259 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
261 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
271 template<
typename VpcT = VpcOutputSettingsDescription>
272 void SetVpc(VpcT&& value) { m_vpcHasBeenSet =
true; m_vpc = std::forward<VpcT>(value); }
273 template<
typename VpcT = VpcOutputSettingsDescription>
283 template<
typename AnywhereSettingsT = DescribeAnywhereSettings>
284 void SetAnywhereSettings(AnywhereSettingsT&& value) { m_anywhereSettingsHasBeenSet =
true; m_anywhereSettings = std::forward<AnywhereSettingsT>(value); }
285 template<
typename AnywhereSettingsT = DescribeAnywhereSettings>
295 template<
typename ChannelEngineVersionT = ChannelEngineVersionResponse>
296 void SetChannelEngineVersion(ChannelEngineVersionT&& value) { m_channelEngineVersionHasBeenSet =
true; m_channelEngineVersion = std::forward<ChannelEngineVersionT>(value); }
297 template<
typename ChannelEngineVersionT = ChannelEngineVersionResponse>
303 bool m_arnHasBeenSet =
false;
306 bool m_cdiInputSpecificationHasBeenSet =
false;
309 bool m_channelClassHasBeenSet =
false;
312 bool m_destinationsHasBeenSet =
false;
315 bool m_egressEndpointsHasBeenSet =
false;
317 EncoderSettings m_encoderSettings;
318 bool m_encoderSettingsHasBeenSet =
false;
321 bool m_idHasBeenSet =
false;
324 bool m_inputAttachmentsHasBeenSet =
false;
326 InputSpecification m_inputSpecification;
327 bool m_inputSpecificationHasBeenSet =
false;
330 bool m_logLevelHasBeenSet =
false;
332 MaintenanceStatus m_maintenance;
333 bool m_maintenanceHasBeenSet =
false;
336 bool m_nameHasBeenSet =
false;
339 bool m_pipelineDetailsHasBeenSet =
false;
341 int m_pipelinesRunningCount{0};
342 bool m_pipelinesRunningCountHasBeenSet =
false;
345 bool m_roleArnHasBeenSet =
false;
348 bool m_stateHasBeenSet =
false;
351 bool m_tagsHasBeenSet =
false;
353 VpcOutputSettingsDescription m_vpc;
354 bool m_vpcHasBeenSet =
false;
356 DescribeAnywhereSettings m_anywhereSettings;
357 bool m_anywhereSettingsHasBeenSet =
false;
359 ChannelEngineVersionResponse m_channelEngineVersion;
360 bool m_channelEngineVersionHasBeenSet =
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