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/PricingPlan.h>
11#include <aws/mediaconvert/model/ReservationPlan.h>
12#include <aws/mediaconvert/model/QueueStatus.h>
13#include <aws/mediaconvert/model/Type.h>
57 inline void SetArn(
Aws::String&& value) { m_arnHasBeenSet =
true; m_arn = std::move(value); }
58 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
84 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
111 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
175 inline void SetSubmittedJobsCount(
int value) { m_submittedJobsCountHasBeenSet =
true; m_submittedJobsCount = value; }
187 inline void SetType(
const Type& value) { m_typeHasBeenSet =
true; m_type = value; }
188 inline void SetType(
Type&& value) { m_typeHasBeenSet =
true; m_type = std::move(value); }
195 bool m_arnHasBeenSet =
false;
198 bool m_createdAtHasBeenSet =
false;
201 bool m_descriptionHasBeenSet =
false;
204 bool m_lastUpdatedHasBeenSet =
false;
207 bool m_nameHasBeenSet =
false;
210 bool m_pricingPlanHasBeenSet =
false;
212 int m_progressingJobsCount;
213 bool m_progressingJobsCountHasBeenSet =
false;
216 bool m_reservationPlanHasBeenSet =
false;
219 bool m_statusHasBeenSet =
false;
221 int m_submittedJobsCount;
222 bool m_submittedJobsCountHasBeenSet =
false;
225 bool m_typeHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue