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/core/utils/memory/stl/AWSMap.h>
15#include <aws/mediaconvert/model/HopDestination.h>
50 template<
typename AccelerationSettingsT = AccelerationSettings>
51 void SetAccelerationSettings(AccelerationSettingsT&& value) { m_accelerationSettingsHasBeenSet =
true; m_accelerationSettings = std::forward<AccelerationSettingsT>(value); }
52 template<
typename AccelerationSettingsT = AccelerationSettings>
62 template<
typename CategoryT = Aws::String>
63 void SetCategory(CategoryT&& value) { m_categoryHasBeenSet =
true; m_category = std::forward<CategoryT>(value); }
64 template<
typename CategoryT = Aws::String>
74 template<
typename DescriptionT = Aws::String>
75 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
76 template<
typename DescriptionT = Aws::String>
89 template<
typename HopDestinationsT = Aws::Vector<HopDestination>>
90 void SetHopDestinations(HopDestinationsT&& value) { m_hopDestinationsHasBeenSet =
true; m_hopDestinations = std::forward<HopDestinationsT>(value); }
91 template<
typename HopDestinationsT = Aws::Vector<HopDestination>>
93 template<
typename HopDestinationsT = HopDestination>
103 template<
typename NameT = Aws::String>
104 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
105 template<
typename NameT = Aws::String>
118 inline void SetPriority(
int value) { m_priorityHasBeenSet =
true; m_priority = value; }
129 template<
typename QueueT = Aws::String>
130 void SetQueue(QueueT&& value) { m_queueHasBeenSet =
true; m_queue = std::forward<QueueT>(value); }
131 template<
typename QueueT = Aws::String>
142 template<
typename SettingsT = JobTemplateSettings>
143 void SetSettings(SettingsT&& value) { m_settingsHasBeenSet =
true; m_settings = std::forward<SettingsT>(value); }
144 template<
typename SettingsT = JobTemplateSettings>
168 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
169 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
170 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
172 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
174 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
180 bool m_accelerationSettingsHasBeenSet =
false;
183 bool m_categoryHasBeenSet =
false;
186 bool m_descriptionHasBeenSet =
false;
189 bool m_hopDestinationsHasBeenSet =
false;
192 bool m_nameHasBeenSet =
false;
195 bool m_priorityHasBeenSet =
false;
198 bool m_queueHasBeenSet =
false;
200 JobTemplateSettings m_settings;
201 bool m_settingsHasBeenSet =
false;
204 bool m_statusUpdateIntervalHasBeenSet =
false;
207 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