7#include <aws/core/utils/UUID.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/MediaLiveRequest.h>
12#include <aws/medialive/MediaLive_EXPORTS.h>
13#include <aws/medialive/model/AnywhereSettings.h>
14#include <aws/medialive/model/CdiInputSpecification.h>
15#include <aws/medialive/model/ChannelClass.h>
16#include <aws/medialive/model/ChannelEngineVersionRequest.h>
17#include <aws/medialive/model/EncoderSettings.h>
18#include <aws/medialive/model/InferenceSettings.h>
19#include <aws/medialive/model/InputAttachment.h>
20#include <aws/medialive/model/InputSpecification.h>
21#include <aws/medialive/model/LinkedChannelSettings.h>
22#include <aws/medialive/model/LogLevel.h>
23#include <aws/medialive/model/MaintenanceCreateSettings.h>
24#include <aws/medialive/model/OutputDestination.h>
25#include <aws/medialive/model/VpcOutputSettings.h>
56 template <
typename CdiInputSpecificationT = CdiInputSpecification>
58 m_cdiInputSpecificationHasBeenSet =
true;
59 m_cdiInputSpecification = std::forward<CdiInputSpecificationT>(value);
61 template <
typename CdiInputSpecificationT = CdiInputSpecification>
76 m_channelClassHasBeenSet =
true;
77 m_channelClass = value;
89 template <
typename DestinationsT = Aws::Vector<OutputDestination>>
91 m_destinationsHasBeenSet =
true;
92 m_destinations = std::forward<DestinationsT>(value);
94 template <
typename DestinationsT = Aws::Vector<OutputDestination>>
99 template <
typename DestinationsT = OutputDestination>
101 m_destinationsHasBeenSet =
true;
102 m_destinations.emplace_back(std::forward<DestinationsT>(value));
111 template <
typename EncoderSettingsT = EncoderSettings>
113 m_encoderSettingsHasBeenSet =
true;
114 m_encoderSettings = std::forward<EncoderSettingsT>(value);
116 template <
typename EncoderSettingsT = EncoderSettings>
129 template <
typename InputAttachmentsT = Aws::Vector<InputAttachment>>
131 m_inputAttachmentsHasBeenSet =
true;
132 m_inputAttachments = std::forward<InputAttachmentsT>(value);
134 template <
typename InputAttachmentsT = Aws::Vector<InputAttachment>>
139 template <
typename InputAttachmentsT = InputAttachment>
141 m_inputAttachmentsHasBeenSet =
true;
142 m_inputAttachments.emplace_back(std::forward<InputAttachmentsT>(value));
153 template <
typename InputSpecificationT = InputSpecification>
155 m_inputSpecificationHasBeenSet =
true;
156 m_inputSpecification = std::forward<InputSpecificationT>(value);
158 template <
typename InputSpecificationT = InputSpecification>
172 m_logLevelHasBeenSet =
true;
187 template <
typename Ma
intenanceT = Ma
intenanceCreateSettings>
189 m_maintenanceHasBeenSet =
true;
190 m_maintenance = std::forward<MaintenanceT>(value);
192 template <
typename Ma
intenanceT = Ma
intenanceCreateSettings>
205 template <
typename NameT = Aws::String>
207 m_nameHasBeenSet =
true;
208 m_name = std::forward<NameT>(value);
210 template <
typename NameT = Aws::String>
212 SetName(std::forward<NameT>(value));
225 template <
typename RequestIdT = Aws::String>
227 m_requestIdHasBeenSet =
true;
228 m_requestId = std::forward<RequestIdT>(value);
230 template <
typename RequestIdT = Aws::String>
244 template <
typename RoleArnT = Aws::String>
246 m_roleArnHasBeenSet =
true;
247 m_roleArn = std::forward<RoleArnT>(value);
249 template <
typename RoleArnT = Aws::String>
262 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
264 m_tagsHasBeenSet =
true;
265 m_tags = std::forward<TagsT>(value);
267 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
269 SetTags(std::forward<TagsT>(value));
272 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
274 m_tagsHasBeenSet =
true;
275 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
286 template <
typename VpcT = VpcOutputSettings>
288 m_vpcHasBeenSet =
true;
289 m_vpc = std::forward<VpcT>(value);
291 template <
typename VpcT = VpcOutputSettings>
293 SetVpc(std::forward<VpcT>(value));
304 template <
typename AnywhereSettingsT = AnywhereSettings>
306 m_anywhereSettingsHasBeenSet =
true;
307 m_anywhereSettings = std::forward<AnywhereSettingsT>(value);
309 template <
typename AnywhereSettingsT = AnywhereSettings>
322 template <
typename ChannelEngineVersionT = ChannelEngineVersionRequest>
324 m_channelEngineVersionHasBeenSet =
true;
325 m_channelEngineVersion = std::forward<ChannelEngineVersionT>(value);
327 template <
typename ChannelEngineVersionT = ChannelEngineVersionRequest>
339 m_dryRunHasBeenSet =
true;
354 template <
typename LinkedChannelSettingsT = LinkedChannelSettings>
356 m_linkedChannelSettingsHasBeenSet =
true;
357 m_linkedChannelSettings = std::forward<LinkedChannelSettingsT>(value);
359 template <
typename LinkedChannelSettingsT = LinkedChannelSettings>
372 template <
typename ChannelSecurityGroupsT = Aws::Vector<Aws::String>>
374 m_channelSecurityGroupsHasBeenSet =
true;
375 m_channelSecurityGroups = std::forward<ChannelSecurityGroupsT>(value);
377 template <
typename ChannelSecurityGroupsT = Aws::Vector<Aws::String>>
382 template <
typename ChannelSecurityGroupsT = Aws::String>
384 m_channelSecurityGroupsHasBeenSet =
true;
385 m_channelSecurityGroups.emplace_back(std::forward<ChannelSecurityGroupsT>(value));
396 template <
typename InferenceSettingsT = InferenceSettings>
398 m_inferenceSettingsHasBeenSet =
true;
399 m_inferenceSettings = std::forward<InferenceSettingsT>(value);
401 template <
typename InferenceSettingsT = InferenceSettings>
414 EncoderSettings m_encoderSettings;
418 InputSpecification m_inputSpecification;
422 MaintenanceCreateSettings m_maintenance;
432 VpcOutputSettings m_vpc;
434 AnywhereSettings m_anywhereSettings;
436 ChannelEngineVersionRequest m_channelEngineVersion;
438 bool m_dryRun{
false};
440 LinkedChannelSettings m_linkedChannelSettings;
444 InferenceSettings m_inferenceSettings;
445 bool m_cdiInputSpecificationHasBeenSet =
false;
446 bool m_channelClassHasBeenSet =
false;
447 bool m_destinationsHasBeenSet =
false;
448 bool m_encoderSettingsHasBeenSet =
false;
449 bool m_inputAttachmentsHasBeenSet =
false;
450 bool m_inputSpecificationHasBeenSet =
false;
451 bool m_logLevelHasBeenSet =
false;
452 bool m_maintenanceHasBeenSet =
false;
453 bool m_nameHasBeenSet =
false;
454 bool m_requestIdHasBeenSet =
true;
455 bool m_roleArnHasBeenSet =
false;
456 bool m_tagsHasBeenSet =
false;
457 bool m_vpcHasBeenSet =
false;
458 bool m_anywhereSettingsHasBeenSet =
false;
459 bool m_channelEngineVersionHasBeenSet =
false;
460 bool m_dryRunHasBeenSet =
false;
461 bool m_linkedChannelSettingsHasBeenSet =
false;
462 bool m_channelSecurityGroupsHasBeenSet =
false;
463 bool m_inferenceSettingsHasBeenSet =
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