7#include <aws/mediaconvert/MediaConvert_EXPORTS.h>
8#include <aws/mediaconvert/model/AccelerationSettings.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/DateTime.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/Type.h>
15#include <aws/mediaconvert/model/HopDestination.h>
68 inline void SetArn(
Aws::String&& value) { m_arnHasBeenSet =
true; m_arn = std::move(value); }
69 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
83 inline void SetCategory(
const char* value) { m_categoryHasBeenSet =
true; m_category.assign(value); }
109 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
150 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
162 inline void SetPriority(
int value) { m_priorityHasBeenSet =
true; m_priority = value; }
175 inline void SetQueue(
const char* value) { m_queueHasBeenSet =
true; m_queue.assign(value); }
216 inline void SetType(
const Type& value) { m_typeHasBeenSet =
true; m_type = value; }
217 inline void SetType(
Type&& value) { m_typeHasBeenSet =
true; m_type = std::move(value); }
224 bool m_accelerationSettingsHasBeenSet =
false;
227 bool m_arnHasBeenSet =
false;
230 bool m_categoryHasBeenSet =
false;
233 bool m_createdAtHasBeenSet =
false;
236 bool m_descriptionHasBeenSet =
false;
239 bool m_hopDestinationsHasBeenSet =
false;
242 bool m_lastUpdatedHasBeenSet =
false;
245 bool m_nameHasBeenSet =
false;
248 bool m_priorityHasBeenSet =
false;
251 bool m_queueHasBeenSet =
false;
254 bool m_settingsHasBeenSet =
false;
257 bool m_statusUpdateIntervalHasBeenSet =
false;
260 bool m_typeHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue