7#include <aws/mediaconvert/MediaConvert_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/mediaconvert/model/PresetSettings.h>
11#include <aws/mediaconvert/model/Type.h>
52 inline void SetArn(
Aws::String&& value) { m_arnHasBeenSet =
true; m_arn = std::move(value); }
53 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
67 inline void SetCategory(
const char* value) { m_categoryHasBeenSet =
true; m_category.assign(value); }
93 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
119 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
144 inline void SetType(
const Type& value) { m_typeHasBeenSet =
true; m_type = value; }
145 inline void SetType(
Type&& value) { m_typeHasBeenSet =
true; m_type = std::move(value); }
152 bool m_arnHasBeenSet =
false;
155 bool m_categoryHasBeenSet =
false;
158 bool m_createdAtHasBeenSet =
false;
161 bool m_descriptionHasBeenSet =
false;
164 bool m_lastUpdatedHasBeenSet =
false;
167 bool m_nameHasBeenSet =
false;
170 bool m_settingsHasBeenSet =
false;
173 bool m_typeHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue