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>
79 template <
typename NameT = Aws::String>
81 m_nameHasBeenSet =
true;
82 m_name = std::forward<NameT>(value);
84 template <
typename NameT = Aws::String>
86 SetName(std::forward<NameT>(value));
102 m_pricingPlanHasBeenSet =
true;
103 m_pricingPlan = value;
118 template <
typename ReservationPlanSettingsT = ReservationPlanSettings>
120 m_reservationPlanSettingsHasBeenSet =
true;
121 m_reservationPlanSettings = std::forward<ReservationPlanSettingsT>(value);
123 template <
typename ReservationPlanSettingsT = ReservationPlanSettings>
138 m_statusHasBeenSet =
true;
154 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
156 m_tagsHasBeenSet =
true;
157 m_tags = std::forward<TagsT>(value);
159 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
161 SetTags(std::forward<TagsT>(value));
164 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
166 m_tagsHasBeenSet =
true;
167 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
172 int m_concurrentJobs{0};
180 ReservationPlanSettings m_reservationPlanSettings;
185 bool m_concurrentJobsHasBeenSet =
false;
186 bool m_descriptionHasBeenSet =
false;
187 bool m_nameHasBeenSet =
false;
188 bool m_pricingPlanHasBeenSet =
false;
189 bool m_reservationPlanSettingsHasBeenSet =
false;
190 bool m_statusHasBeenSet =
false;
191 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