7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/mediaconvert/MediaConvertRequest.h>
9#include <aws/mediaconvert/MediaConvert_EXPORTS.h>
10#include <aws/mediaconvert/model/QueueStatus.h>
11#include <aws/mediaconvert/model/ReservationPlanSettings.h>
16namespace MediaConvert {
44 m_concurrentJobsHasBeenSet =
true;
45 m_concurrentJobs = value;
59 template <
typename DescriptionT = Aws::String>
61 m_descriptionHasBeenSet =
true;
62 m_description = std::forward<DescriptionT>(value);
64 template <
typename DescriptionT = Aws::String>
79 m_maximumConcurrentFeedsHasBeenSet =
true;
80 m_maximumConcurrentFeeds = value;
94 template <
typename NameT = Aws::String>
96 m_nameHasBeenSet =
true;
97 m_name = std::forward<NameT>(value);
99 template <
typename NameT = Aws::String>
101 SetName(std::forward<NameT>(value));
116 template <
typename ReservationPlanSettingsT = ReservationPlanSettings>
118 m_reservationPlanSettingsHasBeenSet =
true;
119 m_reservationPlanSettings = std::forward<ReservationPlanSettingsT>(value);
121 template <
typename ReservationPlanSettingsT = ReservationPlanSettings>
137 m_statusHasBeenSet =
true;
146 int m_concurrentJobs{0};
150 int m_maximumConcurrentFeeds{0};
154 ReservationPlanSettings m_reservationPlanSettings;
157 bool m_concurrentJobsHasBeenSet =
false;
158 bool m_descriptionHasBeenSet =
false;
159 bool m_maximumConcurrentFeedsHasBeenSet =
false;
160 bool m_nameHasBeenSet =
false;
161 bool m_reservationPlanSettingsHasBeenSet =
false;
162 bool m_statusHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String