7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/medialive/MediaLiveRequest.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/MaintenanceCreateSettings.h>
16#include <aws/core/utils/memory/stl/AWSString.h>
17#include <aws/core/utils/memory/stl/AWSMap.h>
18#include <aws/medialive/model/VpcOutputSettings.h>
19#include <aws/medialive/model/AnywhereSettings.h>
20#include <aws/medialive/model/ChannelEngineVersionRequest.h>
21#include <aws/medialive/model/OutputDestination.h>
22#include <aws/medialive/model/InputAttachment.h>
24#include <aws/core/utils/UUID.h>
58 template<
typename CdiInputSpecificationT = CdiInputSpecification>
59 void SetCdiInputSpecification(CdiInputSpecificationT&& value) { m_cdiInputSpecificationHasBeenSet =
true; m_cdiInputSpecification = std::forward<CdiInputSpecificationT>(value); }
60 template<
typename CdiInputSpecificationT = CdiInputSpecification>
79 template<
typename DestinationsT = Aws::Vector<OutputDestination>>
80 void SetDestinations(DestinationsT&& value) { m_destinationsHasBeenSet =
true; m_destinations = std::forward<DestinationsT>(value); }
81 template<
typename DestinationsT = Aws::Vector<OutputDestination>>
83 template<
typename DestinationsT = OutputDestination>
91 template<
typename EncoderSettingsT = EncoderSettings>
92 void SetEncoderSettings(EncoderSettingsT&& value) { m_encoderSettingsHasBeenSet =
true; m_encoderSettings = std::forward<EncoderSettingsT>(value); }
93 template<
typename EncoderSettingsT = EncoderSettings>
103 template<
typename InputAttachmentsT = Aws::Vector<InputAttachment>>
104 void SetInputAttachments(InputAttachmentsT&& value) { m_inputAttachmentsHasBeenSet =
true; m_inputAttachments = std::forward<InputAttachmentsT>(value); }
105 template<
typename InputAttachmentsT = Aws::Vector<InputAttachment>>
107 template<
typename InputAttachmentsT = InputAttachment>
117 template<
typename InputSpecificationT = InputSpecification>
118 void SetInputSpecification(InputSpecificationT&& value) { m_inputSpecificationHasBeenSet =
true; m_inputSpecification = std::forward<InputSpecificationT>(value); }
119 template<
typename InputSpecificationT = InputSpecification>
139 template<
typename Ma
intenanceT = Ma
intenanceCreateSettings>
140 void SetMaintenance(MaintenanceT&& value) { m_maintenanceHasBeenSet =
true; m_maintenance = std::forward<MaintenanceT>(value); }
141 template<
typename Ma
intenanceT = Ma
intenanceCreateSettings>
151 template<
typename NameT = Aws::String>
152 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
153 template<
typename NameT = Aws::String>
165 template<
typename RequestIdT = Aws::String>
166 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
167 template<
typename RequestIdT = Aws::String>
178 template<
typename RoleArnT = Aws::String>
179 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
180 template<
typename RoleArnT = Aws::String>
190 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
191 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
192 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
194 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
196 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
206 template<
typename VpcT = VpcOutputSettings>
207 void SetVpc(VpcT&& value) { m_vpcHasBeenSet =
true; m_vpc = std::forward<VpcT>(value); }
208 template<
typename VpcT = VpcOutputSettings>
218 template<
typename AnywhereSettingsT = AnywhereSettings>
219 void SetAnywhereSettings(AnywhereSettingsT&& value) { m_anywhereSettingsHasBeenSet =
true; m_anywhereSettings = std::forward<AnywhereSettingsT>(value); }
220 template<
typename AnywhereSettingsT = AnywhereSettings>
230 template<
typename ChannelEngineVersionT = ChannelEngineVersionRequest>
231 void SetChannelEngineVersion(ChannelEngineVersionT&& value) { m_channelEngineVersionHasBeenSet =
true; m_channelEngineVersion = std::forward<ChannelEngineVersionT>(value); }
232 template<
typename ChannelEngineVersionT = ChannelEngineVersionRequest>
240 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
246 bool m_cdiInputSpecificationHasBeenSet =
false;
249 bool m_channelClassHasBeenSet =
false;
252 bool m_destinationsHasBeenSet =
false;
254 EncoderSettings m_encoderSettings;
255 bool m_encoderSettingsHasBeenSet =
false;
258 bool m_inputAttachmentsHasBeenSet =
false;
260 InputSpecification m_inputSpecification;
261 bool m_inputSpecificationHasBeenSet =
false;
264 bool m_logLevelHasBeenSet =
false;
266 MaintenanceCreateSettings m_maintenance;
267 bool m_maintenanceHasBeenSet =
false;
270 bool m_nameHasBeenSet =
false;
273 bool m_requestIdHasBeenSet =
true;
276 bool m_roleArnHasBeenSet =
false;
279 bool m_tagsHasBeenSet =
false;
281 VpcOutputSettings m_vpc;
282 bool m_vpcHasBeenSet =
false;
284 AnywhereSettings m_anywhereSettings;
285 bool m_anywhereSettingsHasBeenSet =
false;
287 ChannelEngineVersionRequest m_channelEngineVersion;
288 bool m_channelEngineVersionHasBeenSet =
false;
290 bool m_dryRun{
false};
291 bool m_dryRunHasBeenSet =
false;
static Aws::Utils::UUID PseudoRandomUUID()
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