7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/mediaconvert/MediaConvertRequest.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/ReservationPlanSettings.h>
18namespace MediaConvert {
46 m_concurrentJobsHasBeenSet =
true;
47 m_concurrentJobs = value;
61 template <
typename DescriptionT = Aws::String>
63 m_descriptionHasBeenSet =
true;
64 m_description = std::forward<DescriptionT>(value);
66 template <
typename DescriptionT = Aws::String>
81 m_maximumConcurrentFeedsHasBeenSet =
true;
82 m_maximumConcurrentFeeds = value;
96 template <
typename NameT = Aws::String>
98 m_nameHasBeenSet =
true;
99 m_name = std::forward<NameT>(value);
101 template <
typename NameT = Aws::String>
103 SetName(std::forward<NameT>(value));
119 m_pricingPlanHasBeenSet =
true;
120 m_pricingPlan = value;
135 template <
typename ReservationPlanSettingsT = ReservationPlanSettings>
137 m_reservationPlanSettingsHasBeenSet =
true;
138 m_reservationPlanSettings = std::forward<ReservationPlanSettingsT>(value);
140 template <
typename ReservationPlanSettingsT = ReservationPlanSettings>
155 m_statusHasBeenSet =
true;
171 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
173 m_tagsHasBeenSet =
true;
174 m_tags = std::forward<TagsT>(value);
176 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
178 SetTags(std::forward<TagsT>(value));
181 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
183 m_tagsHasBeenSet =
true;
184 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
189 int m_concurrentJobs{0};
193 int m_maximumConcurrentFeeds{0};
199 ReservationPlanSettings m_reservationPlanSettings;
204 bool m_concurrentJobsHasBeenSet =
false;
205 bool m_descriptionHasBeenSet =
false;
206 bool m_maximumConcurrentFeedsHasBeenSet =
false;
207 bool m_nameHasBeenSet =
false;
208 bool m_pricingPlanHasBeenSet =
false;
209 bool m_reservationPlanSettingsHasBeenSet =
false;
210 bool m_statusHasBeenSet =
false;
211 bool m_tagsHasBeenSet =
false;
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String