7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/medialive/MediaLiveRequest.h>
9#include <aws/medialive/model/CdiInputSpecification.h>
10#include <aws/core/utils/memory/stl/AWSString.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/MaintenanceUpdateSettings.h>
16#include <aws/medialive/model/ChannelEngineVersionRequest.h>
17#include <aws/medialive/model/AnywhereSettings.h>
18#include <aws/medialive/model/OutputDestination.h>
19#include <aws/medialive/model/InputAttachment.h>
54 template<
typename CdiInputSpecificationT = CdiInputSpecification>
55 void SetCdiInputSpecification(CdiInputSpecificationT&& value) { m_cdiInputSpecificationHasBeenSet =
true; m_cdiInputSpecification = std::forward<CdiInputSpecificationT>(value); }
56 template<
typename CdiInputSpecificationT = CdiInputSpecification>
66 template<
typename ChannelIdT = Aws::String>
67 void SetChannelId(ChannelIdT&& value) { m_channelIdHasBeenSet =
true; m_channelId = std::forward<ChannelIdT>(value); }
68 template<
typename ChannelIdT = Aws::String>
78 template<
typename DestinationsT = Aws::Vector<OutputDestination>>
79 void SetDestinations(DestinationsT&& value) { m_destinationsHasBeenSet =
true; m_destinations = std::forward<DestinationsT>(value); }
80 template<
typename DestinationsT = Aws::Vector<OutputDestination>>
82 template<
typename DestinationsT = OutputDestination>
92 template<
typename EncoderSettingsT = EncoderSettings>
93 void SetEncoderSettings(EncoderSettingsT&& value) { m_encoderSettingsHasBeenSet =
true; m_encoderSettings = std::forward<EncoderSettingsT>(value); }
94 template<
typename EncoderSettingsT = EncoderSettings>
102 template<
typename InputAttachmentsT = Aws::Vector<InputAttachment>>
103 void SetInputAttachments(InputAttachmentsT&& value) { m_inputAttachmentsHasBeenSet =
true; m_inputAttachments = std::forward<InputAttachmentsT>(value); }
104 template<
typename InputAttachmentsT = Aws::Vector<InputAttachment>>
106 template<
typename InputAttachmentsT = InputAttachment>
116 template<
typename InputSpecificationT = InputSpecification>
117 void SetInputSpecification(InputSpecificationT&& value) { m_inputSpecificationHasBeenSet =
true; m_inputSpecification = std::forward<InputSpecificationT>(value); }
118 template<
typename InputSpecificationT = InputSpecification>
138 template<
typename Ma
intenanceT = Ma
intenanceUpdateSettings>
139 void SetMaintenance(MaintenanceT&& value) { m_maintenanceHasBeenSet =
true; m_maintenance = std::forward<MaintenanceT>(value); }
140 template<
typename Ma
intenanceT = Ma
intenanceUpdateSettings>
150 template<
typename NameT = Aws::String>
151 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
152 template<
typename NameT = Aws::String>
164 template<
typename RoleArnT = Aws::String>
165 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
166 template<
typename RoleArnT = Aws::String>
176 template<
typename ChannelEngineVersionT = ChannelEngineVersionRequest>
177 void SetChannelEngineVersion(ChannelEngineVersionT&& value) { m_channelEngineVersionHasBeenSet =
true; m_channelEngineVersion = std::forward<ChannelEngineVersionT>(value); }
178 template<
typename ChannelEngineVersionT = ChannelEngineVersionRequest>
186 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
196 template<
typename AnywhereSettingsT = AnywhereSettings>
197 void SetAnywhereSettings(AnywhereSettingsT&& value) { m_anywhereSettingsHasBeenSet =
true; m_anywhereSettings = std::forward<AnywhereSettingsT>(value); }
198 template<
typename AnywhereSettingsT = AnywhereSettings>
204 bool m_cdiInputSpecificationHasBeenSet =
false;
207 bool m_channelIdHasBeenSet =
false;
210 bool m_destinationsHasBeenSet =
false;
213 bool m_encoderSettingsHasBeenSet =
false;
216 bool m_inputAttachmentsHasBeenSet =
false;
219 bool m_inputSpecificationHasBeenSet =
false;
222 bool m_logLevelHasBeenSet =
false;
224 MaintenanceUpdateSettings m_maintenance;
225 bool m_maintenanceHasBeenSet =
false;
228 bool m_nameHasBeenSet =
false;
231 bool m_roleArnHasBeenSet =
false;
233 ChannelEngineVersionRequest m_channelEngineVersion;
234 bool m_channelEngineVersionHasBeenSet =
false;
236 bool m_dryRun{
false};
237 bool m_dryRunHasBeenSet =
false;
239 AnywhereSettings m_anywhereSettings;
240 bool m_anywhereSettingsHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector