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>
64 inline void SetCategory(
const char* value) { m_categoryHasBeenSet =
true; m_category.assign(value); }
78 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
109 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
124 inline void SetPriority(
int value) { m_priorityHasBeenSet =
true; m_priority = value; }
137 inline void SetQueue(
const char* value) { m_queueHasBeenSet =
true; m_queue.assign(value); }
193 bool m_accelerationSettingsHasBeenSet =
false;
196 bool m_categoryHasBeenSet =
false;
199 bool m_descriptionHasBeenSet =
false;
202 bool m_hopDestinationsHasBeenSet =
false;
205 bool m_nameHasBeenSet =
false;
208 bool m_priorityHasBeenSet =
false;
211 bool m_queueHasBeenSet =
false;
214 bool m_settingsHasBeenSet =
false;
217 bool m_statusUpdateIntervalHasBeenSet =
false;
220 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