7#include <aws/mediaconvert/MediaConvert_EXPORTS.h>
8#include <aws/mediaconvert/MediaConvertRequest.h>
9#include <aws/mediaconvert/model/AccelerationSettings.h>
10#include <aws/mediaconvert/model/BillingTagsSource.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
13#include <aws/mediaconvert/model/JobSettings.h>
14#include <aws/mediaconvert/model/SimulateReservedQueue.h>
15#include <aws/mediaconvert/model/StatusUpdateInterval.h>
16#include <aws/core/utils/memory/stl/AWSMap.h>
17#include <aws/mediaconvert/model/HopDestination.h>
19#include <aws/core/utils/UUID.h>
53 template<
typename AccelerationSettingsT = AccelerationSettings>
54 void SetAccelerationSettings(AccelerationSettingsT&& value) { m_accelerationSettingsHasBeenSet =
true; m_accelerationSettings = std::forward<AccelerationSettingsT>(value); }
55 template<
typename AccelerationSettingsT = AccelerationSettings>
82 template<
typename ClientRequestTokenT = Aws::String>
83 void SetClientRequestToken(ClientRequestTokenT&& value) { m_clientRequestTokenHasBeenSet =
true; m_clientRequestToken = std::forward<ClientRequestTokenT>(value); }
84 template<
typename ClientRequestTokenT = Aws::String>
97 template<
typename HopDestinationsT = Aws::Vector<HopDestination>>
98 void SetHopDestinations(HopDestinationsT&& value) { m_hopDestinationsHasBeenSet =
true; m_hopDestinations = std::forward<HopDestinationsT>(value); }
99 template<
typename HopDestinationsT = Aws::Vector<HopDestination>>
101 template<
typename HopDestinationsT = HopDestination>
102 CreateJobRequest&
AddHopDestinations(HopDestinationsT&& value) { m_hopDestinationsHasBeenSet =
true; m_hopDestinations.emplace_back(std::forward<HopDestinationsT>(value));
return *
this; }
114 template<
typename JobEngineVersionT = Aws::String>
115 void SetJobEngineVersion(JobEngineVersionT&& value) { m_jobEngineVersionHasBeenSet =
true; m_jobEngineVersion = std::forward<JobEngineVersionT>(value); }
116 template<
typename JobEngineVersionT = Aws::String>
127 template<
typename JobTemplateT = Aws::String>
128 void SetJobTemplate(JobTemplateT&& value) { m_jobTemplateHasBeenSet =
true; m_jobTemplate = std::forward<JobTemplateT>(value); }
129 template<
typename JobTemplateT = Aws::String>
143 inline void SetPriority(
int value) { m_priorityHasBeenSet =
true; m_priority = value; }
156 template<
typename QueueT = Aws::String>
157 void SetQueue(QueueT&& value) { m_queueHasBeenSet =
true; m_queue = std::forward<QueueT>(value); }
158 template<
typename QueueT = Aws::String>
170 template<
typename RoleT = Aws::String>
171 void SetRole(RoleT&& value) { m_roleHasBeenSet =
true; m_role = std::forward<RoleT>(value); }
172 template<
typename RoleT = Aws::String>
182 template<
typename SettingsT = JobSettings>
183 void SetSettings(SettingsT&& value) { m_settingsHasBeenSet =
true; m_settings = std::forward<SettingsT>(value); }
184 template<
typename SettingsT = JobSettings>
224 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
225 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
226 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
228 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
230 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
243 template<
typename UserMetadataT = Aws::Map<Aws::String, Aws::String>>
244 void SetUserMetadata(UserMetadataT&& value) { m_userMetadataHasBeenSet =
true; m_userMetadata = std::forward<UserMetadataT>(value); }
245 template<
typename UserMetadataT = Aws::Map<Aws::String, Aws::String>>
247 template<
typename UserMetadataKeyT = Aws::String,
typename UserMetadataValueT = Aws::String>
249 m_userMetadataHasBeenSet =
true; m_userMetadata.emplace(std::forward<UserMetadataKeyT>(key), std::forward<UserMetadataValueT>(value));
return *
this;
255 bool m_accelerationSettingsHasBeenSet =
false;
258 bool m_billingTagsSourceHasBeenSet =
false;
261 bool m_clientRequestTokenHasBeenSet =
true;
264 bool m_hopDestinationsHasBeenSet =
false;
267 bool m_jobEngineVersionHasBeenSet =
false;
270 bool m_jobTemplateHasBeenSet =
false;
273 bool m_priorityHasBeenSet =
false;
276 bool m_queueHasBeenSet =
false;
279 bool m_roleHasBeenSet =
false;
281 JobSettings m_settings;
282 bool m_settingsHasBeenSet =
false;
285 bool m_simulateReservedQueueHasBeenSet =
false;
288 bool m_statusUpdateIntervalHasBeenSet =
false;
291 bool m_tagsHasBeenSet =
false;
294 bool m_userMetadataHasBeenSet =
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