7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/mediaconvert/MediaConvert_EXPORTS.h>
11#include <aws/mediaconvert/model/PricingPlan.h>
12#include <aws/mediaconvert/model/QueueStatus.h>
13#include <aws/mediaconvert/model/ReservationPlan.h>
14#include <aws/mediaconvert/model/ServiceOverride.h>
15#include <aws/mediaconvert/model/Type.h>
26namespace MediaConvert {
41 AWS_MEDIACONVERT_API
Queue() =
default;
52 template <
typename ArnT = Aws::String>
54 m_arnHasBeenSet =
true;
55 m_arn = std::forward<ArnT>(value);
57 template <
typename ArnT = Aws::String>
59 SetArn(std::forward<ArnT>(value));
71 m_concurrentJobsHasBeenSet =
true;
72 m_concurrentJobs = value;
86 template <
typename CreatedAtT = Aws::Utils::DateTime>
88 m_createdAtHasBeenSet =
true;
89 m_createdAt = std::forward<CreatedAtT>(value);
91 template <
typename CreatedAtT = Aws::Utils::DateTime>
104 template <
typename DescriptionT = Aws::String>
106 m_descriptionHasBeenSet =
true;
107 m_description = std::forward<DescriptionT>(value);
109 template <
typename DescriptionT = Aws::String>
122 template <
typename LastUpdatedT = Aws::Utils::DateTime>
124 m_lastUpdatedHasBeenSet =
true;
125 m_lastUpdated = std::forward<LastUpdatedT>(value);
127 template <
typename LastUpdatedT = Aws::Utils::DateTime>
141 template <
typename NameT = Aws::String>
143 m_nameHasBeenSet =
true;
144 m_name = std::forward<NameT>(value);
146 template <
typename NameT = Aws::String>
148 SetName(std::forward<NameT>(value));
163 m_pricingPlanHasBeenSet =
true;
164 m_pricingPlan = value;
179 m_progressingJobsCountHasBeenSet =
true;
180 m_progressingJobsCount = value;
195 template <
typename ReservationPlanT = ReservationPlan>
197 m_reservationPlanHasBeenSet =
true;
198 m_reservationPlan = std::forward<ReservationPlanT>(value);
200 template <
typename ReservationPlanT = ReservationPlan>
215 template <
typename ServiceOverr
idesT = Aws::Vector<ServiceOverr
ide>>
217 m_serviceOverridesHasBeenSet =
true;
218 m_serviceOverrides = std::forward<ServiceOverridesT>(value);
220 template <
typename ServiceOverr
idesT = Aws::Vector<ServiceOverr
ide>>
225 template <
typename ServiceOverr
idesT = ServiceOverr
ide>
227 m_serviceOverridesHasBeenSet =
true;
228 m_serviceOverrides.emplace_back(std::forward<ServiceOverridesT>(value));
242 m_statusHasBeenSet =
true;
258 m_submittedJobsCountHasBeenSet =
true;
259 m_submittedJobsCount = value;
276 m_typeHasBeenSet =
true;
287 int m_concurrentJobs{0};
299 int m_progressingJobsCount{0};
301 ReservationPlan m_reservationPlan;
307 int m_submittedJobsCount{0};
310 bool m_arnHasBeenSet =
false;
311 bool m_concurrentJobsHasBeenSet =
false;
312 bool m_createdAtHasBeenSet =
false;
313 bool m_descriptionHasBeenSet =
false;
314 bool m_lastUpdatedHasBeenSet =
false;
315 bool m_nameHasBeenSet =
false;
316 bool m_pricingPlanHasBeenSet =
false;
317 bool m_progressingJobsCountHasBeenSet =
false;
318 bool m_reservationPlanHasBeenSet =
false;
319 bool m_serviceOverridesHasBeenSet =
false;
320 bool m_statusHasBeenSet =
false;
321 bool m_submittedJobsCountHasBeenSet =
false;
322 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