7#include <aws/mediaconvert/MediaConvert_EXPORTS.h>
8#include <aws/mediaconvert/MediaConvertRequest.h>
9#include <aws/mediaconvert/model/AccelerationSettings.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/mediaconvert/model/JobTemplateSettings.h>
13#include <aws/mediaconvert/model/StatusUpdateInterval.h>
14#include <aws/mediaconvert/model/HopDestination.h>
49 template<
typename AccelerationSettingsT = AccelerationSettings>
50 void SetAccelerationSettings(AccelerationSettingsT&& value) { m_accelerationSettingsHasBeenSet =
true; m_accelerationSettings = std::forward<AccelerationSettingsT>(value); }
51 template<
typename AccelerationSettingsT = AccelerationSettings>
61 template<
typename CategoryT = Aws::String>
62 void SetCategory(CategoryT&& value) { m_categoryHasBeenSet =
true; m_category = std::forward<CategoryT>(value); }
63 template<
typename CategoryT = Aws::String>
73 template<
typename DescriptionT = Aws::String>
74 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
75 template<
typename DescriptionT = Aws::String>
85 template<
typename HopDestinationsT = Aws::Vector<HopDestination>>
86 void SetHopDestinations(HopDestinationsT&& value) { m_hopDestinationsHasBeenSet =
true; m_hopDestinations = std::forward<HopDestinationsT>(value); }
87 template<
typename HopDestinationsT = Aws::Vector<HopDestination>>
89 template<
typename HopDestinationsT = HopDestination>
99 template<
typename NameT = Aws::String>
100 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
101 template<
typename NameT = Aws::String>
114 inline void SetPriority(
int value) { m_priorityHasBeenSet =
true; m_priority = value; }
124 template<
typename QueueT = Aws::String>
125 void SetQueue(QueueT&& value) { m_queueHasBeenSet =
true; m_queue = std::forward<QueueT>(value); }
126 template<
typename QueueT = Aws::String>
137 template<
typename SettingsT = JobTemplateSettings>
138 void SetSettings(SettingsT&& value) { m_settingsHasBeenSet =
true; m_settings = std::forward<SettingsT>(value); }
139 template<
typename SettingsT = JobTemplateSettings>
158 bool m_accelerationSettingsHasBeenSet =
false;
161 bool m_categoryHasBeenSet =
false;
164 bool m_descriptionHasBeenSet =
false;
167 bool m_hopDestinationsHasBeenSet =
false;
170 bool m_nameHasBeenSet =
false;
173 bool m_priorityHasBeenSet =
false;
176 bool m_queueHasBeenSet =
false;
178 JobTemplateSettings m_settings;
179 bool m_settingsHasBeenSet =
false;
182 bool m_statusUpdateIntervalHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector