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/InputAttachment.h>
19#include <aws/medialive/model/InputSpecification.h>
20#include <aws/medialive/model/LinkedChannelSettings.h>
21#include <aws/medialive/model/LogLevel.h>
22#include <aws/medialive/model/MaintenanceCreateSettings.h>
23#include <aws/medialive/model/OutputDestination.h>
24#include <aws/medialive/model/VpcOutputSettings.h>
55 template <
typename CdiInputSpecificationT = CdiInputSpecification>
57 m_cdiInputSpecificationHasBeenSet =
true;
58 m_cdiInputSpecification = std::forward<CdiInputSpecificationT>(value);
60 template <
typename CdiInputSpecificationT = CdiInputSpecification>
75 m_channelClassHasBeenSet =
true;
76 m_channelClass = value;
88 template <
typename DestinationsT = Aws::Vector<OutputDestination>>
90 m_destinationsHasBeenSet =
true;
91 m_destinations = std::forward<DestinationsT>(value);
93 template <
typename DestinationsT = Aws::Vector<OutputDestination>>
98 template <
typename DestinationsT = OutputDestination>
100 m_destinationsHasBeenSet =
true;
101 m_destinations.emplace_back(std::forward<DestinationsT>(value));
110 template <
typename EncoderSettingsT = EncoderSettings>
112 m_encoderSettingsHasBeenSet =
true;
113 m_encoderSettings = std::forward<EncoderSettingsT>(value);
115 template <
typename EncoderSettingsT = EncoderSettings>
128 template <
typename InputAttachmentsT = Aws::Vector<InputAttachment>>
130 m_inputAttachmentsHasBeenSet =
true;
131 m_inputAttachments = std::forward<InputAttachmentsT>(value);
133 template <
typename InputAttachmentsT = Aws::Vector<InputAttachment>>
138 template <
typename InputAttachmentsT = InputAttachment>
140 m_inputAttachmentsHasBeenSet =
true;
141 m_inputAttachments.emplace_back(std::forward<InputAttachmentsT>(value));
152 template <
typename InputSpecificationT = InputSpecification>
154 m_inputSpecificationHasBeenSet =
true;
155 m_inputSpecification = std::forward<InputSpecificationT>(value);
157 template <
typename InputSpecificationT = InputSpecification>
171 m_logLevelHasBeenSet =
true;
186 template <
typename Ma
intenanceT = Ma
intenanceCreateSettings>
188 m_maintenanceHasBeenSet =
true;
189 m_maintenance = std::forward<MaintenanceT>(value);
191 template <
typename Ma
intenanceT = Ma
intenanceCreateSettings>
204 template <
typename NameT = Aws::String>
206 m_nameHasBeenSet =
true;
207 m_name = std::forward<NameT>(value);
209 template <
typename NameT = Aws::String>
211 SetName(std::forward<NameT>(value));
224 template <
typename RequestIdT = Aws::String>
226 m_requestIdHasBeenSet =
true;
227 m_requestId = std::forward<RequestIdT>(value);
229 template <
typename RequestIdT = Aws::String>
243 template <
typename RoleArnT = Aws::String>
245 m_roleArnHasBeenSet =
true;
246 m_roleArn = std::forward<RoleArnT>(value);
248 template <
typename RoleArnT = Aws::String>
261 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
263 m_tagsHasBeenSet =
true;
264 m_tags = std::forward<TagsT>(value);
266 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
268 SetTags(std::forward<TagsT>(value));
271 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
273 m_tagsHasBeenSet =
true;
274 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
285 template <
typename VpcT = VpcOutputSettings>
287 m_vpcHasBeenSet =
true;
288 m_vpc = std::forward<VpcT>(value);
290 template <
typename VpcT = VpcOutputSettings>
292 SetVpc(std::forward<VpcT>(value));
303 template <
typename AnywhereSettingsT = AnywhereSettings>
305 m_anywhereSettingsHasBeenSet =
true;
306 m_anywhereSettings = std::forward<AnywhereSettingsT>(value);
308 template <
typename AnywhereSettingsT = AnywhereSettings>
321 template <
typename ChannelEngineVersionT = ChannelEngineVersionRequest>
323 m_channelEngineVersionHasBeenSet =
true;
324 m_channelEngineVersion = std::forward<ChannelEngineVersionT>(value);
326 template <
typename ChannelEngineVersionT = ChannelEngineVersionRequest>
338 m_dryRunHasBeenSet =
true;
353 template <
typename LinkedChannelSettingsT = LinkedChannelSettings>
355 m_linkedChannelSettingsHasBeenSet =
true;
356 m_linkedChannelSettings = std::forward<LinkedChannelSettingsT>(value);
358 template <
typename LinkedChannelSettingsT = LinkedChannelSettings>
371 template <
typename ChannelSecurityGroupsT = Aws::Vector<Aws::String>>
373 m_channelSecurityGroupsHasBeenSet =
true;
374 m_channelSecurityGroups = std::forward<ChannelSecurityGroupsT>(value);
376 template <
typename ChannelSecurityGroupsT = Aws::Vector<Aws::String>>
381 template <
typename ChannelSecurityGroupsT = Aws::String>
383 m_channelSecurityGroupsHasBeenSet =
true;
384 m_channelSecurityGroups.emplace_back(std::forward<ChannelSecurityGroupsT>(value));
395 EncoderSettings m_encoderSettings;
399 InputSpecification m_inputSpecification;
403 MaintenanceCreateSettings m_maintenance;
413 VpcOutputSettings m_vpc;
415 AnywhereSettings m_anywhereSettings;
417 ChannelEngineVersionRequest m_channelEngineVersion;
419 bool m_dryRun{
false};
421 LinkedChannelSettings m_linkedChannelSettings;
424 bool m_cdiInputSpecificationHasBeenSet =
false;
425 bool m_channelClassHasBeenSet =
false;
426 bool m_destinationsHasBeenSet =
false;
427 bool m_encoderSettingsHasBeenSet =
false;
428 bool m_inputAttachmentsHasBeenSet =
false;
429 bool m_inputSpecificationHasBeenSet =
false;
430 bool m_logLevelHasBeenSet =
false;
431 bool m_maintenanceHasBeenSet =
false;
432 bool m_nameHasBeenSet =
false;
433 bool m_requestIdHasBeenSet =
true;
434 bool m_roleArnHasBeenSet =
false;
435 bool m_tagsHasBeenSet =
false;
436 bool m_vpcHasBeenSet =
false;
437 bool m_anywhereSettingsHasBeenSet =
false;
438 bool m_channelEngineVersionHasBeenSet =
false;
439 bool m_dryRunHasBeenSet =
false;
440 bool m_linkedChannelSettingsHasBeenSet =
false;
441 bool m_channelSecurityGroupsHasBeenSet =
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