7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/mediaconvert/MediaConvertRequest.h>
11#include <aws/mediaconvert/MediaConvert_EXPORTS.h>
12#include <aws/mediaconvert/model/AccelerationSettings.h>
13#include <aws/mediaconvert/model/HopDestination.h>
14#include <aws/mediaconvert/model/JobTemplateSettings.h>
15#include <aws/mediaconvert/model/StatusUpdateInterval.h>
20namespace MediaConvert {
46 template <
typename AccelerationSettingsT = AccelerationSettings>
48 m_accelerationSettingsHasBeenSet =
true;
49 m_accelerationSettings = std::forward<AccelerationSettingsT>(value);
51 template <
typename AccelerationSettingsT = AccelerationSettings>
64 template <
typename CategoryT = Aws::String>
66 m_categoryHasBeenSet =
true;
67 m_category = std::forward<CategoryT>(value);
69 template <
typename CategoryT = Aws::String>
82 template <
typename DescriptionT = Aws::String>
84 m_descriptionHasBeenSet =
true;
85 m_description = std::forward<DescriptionT>(value);
87 template <
typename DescriptionT = Aws::String>
103 template <
typename HopDestinationsT = Aws::Vector<HopDestination>>
105 m_hopDestinationsHasBeenSet =
true;
106 m_hopDestinations = std::forward<HopDestinationsT>(value);
108 template <
typename HopDestinationsT = Aws::Vector<HopDestination>>
113 template <
typename HopDestinationsT = HopDestination>
115 m_hopDestinationsHasBeenSet =
true;
116 m_hopDestinations.emplace_back(std::forward<HopDestinationsT>(value));
127 template <
typename NameT = Aws::String>
129 m_nameHasBeenSet =
true;
130 m_name = std::forward<NameT>(value);
132 template <
typename NameT = Aws::String>
134 SetName(std::forward<NameT>(value));
149 m_priorityHasBeenSet =
true;
165 template <
typename QueueT = Aws::String>
167 m_queueHasBeenSet =
true;
168 m_queue = std::forward<QueueT>(value);
170 template <
typename QueueT = Aws::String>
172 SetQueue(std::forward<QueueT>(value));
184 template <
typename SettingsT = JobTemplateSettings>
186 m_settingsHasBeenSet =
true;
187 m_settings = std::forward<SettingsT>(value);
189 template <
typename SettingsT = JobTemplateSettings>
206 m_statusUpdateIntervalHasBeenSet =
true;
207 m_statusUpdateInterval = value;
222 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
224 m_tagsHasBeenSet =
true;
225 m_tags = std::forward<TagsT>(value);
227 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
229 SetTags(std::forward<TagsT>(value));
232 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
234 m_tagsHasBeenSet =
true;
235 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
254 JobTemplateSettings m_settings;
259 bool m_accelerationSettingsHasBeenSet =
false;
260 bool m_categoryHasBeenSet =
false;
261 bool m_descriptionHasBeenSet =
false;
262 bool m_hopDestinationsHasBeenSet =
false;
263 bool m_nameHasBeenSet =
false;
264 bool m_priorityHasBeenSet =
false;
265 bool m_queueHasBeenSet =
false;
266 bool m_settingsHasBeenSet =
false;
267 bool m_statusUpdateIntervalHasBeenSet =
false;
268 bool m_tagsHasBeenSet =
false;
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