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>
142 m_maximumConcurrentFeedsHasBeenSet =
true;
143 m_maximumConcurrentFeeds = value;
158 template <
typename NameT = Aws::String>
160 m_nameHasBeenSet =
true;
161 m_name = std::forward<NameT>(value);
163 template <
typename NameT = Aws::String>
165 SetName(std::forward<NameT>(value));
180 m_pricingPlanHasBeenSet =
true;
181 m_pricingPlan = value;
196 m_progressingJobsCountHasBeenSet =
true;
197 m_progressingJobsCount = value;
212 template <
typename ReservationPlanT = ReservationPlan>
214 m_reservationPlanHasBeenSet =
true;
215 m_reservationPlan = std::forward<ReservationPlanT>(value);
217 template <
typename ReservationPlanT = ReservationPlan>
232 template <
typename ServiceOverr
idesT = Aws::Vector<ServiceOverr
ide>>
234 m_serviceOverridesHasBeenSet =
true;
235 m_serviceOverrides = std::forward<ServiceOverridesT>(value);
237 template <
typename ServiceOverr
idesT = Aws::Vector<ServiceOverr
ide>>
242 template <
typename ServiceOverr
idesT = ServiceOverr
ide>
244 m_serviceOverridesHasBeenSet =
true;
245 m_serviceOverrides.emplace_back(std::forward<ServiceOverridesT>(value));
259 m_statusHasBeenSet =
true;
275 m_submittedJobsCountHasBeenSet =
true;
276 m_submittedJobsCount = value;
293 m_typeHasBeenSet =
true;
304 int m_concurrentJobs{0};
312 int m_maximumConcurrentFeeds{0};
318 int m_progressingJobsCount{0};
320 ReservationPlan m_reservationPlan;
326 int m_submittedJobsCount{0};
329 bool m_arnHasBeenSet =
false;
330 bool m_concurrentJobsHasBeenSet =
false;
331 bool m_createdAtHasBeenSet =
false;
332 bool m_descriptionHasBeenSet =
false;
333 bool m_lastUpdatedHasBeenSet =
false;
334 bool m_maximumConcurrentFeedsHasBeenSet =
false;
335 bool m_nameHasBeenSet =
false;
336 bool m_pricingPlanHasBeenSet =
false;
337 bool m_progressingJobsCountHasBeenSet =
false;
338 bool m_reservationPlanHasBeenSet =
false;
339 bool m_serviceOverridesHasBeenSet =
false;
340 bool m_statusHasBeenSet =
false;
341 bool m_submittedJobsCountHasBeenSet =
false;
342 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