7#include <aws/mediaconvert/MediaConvert_EXPORTS.h>
8#include <aws/mediaconvert/MediaConvertRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/mediaconvert/model/PricingPlan.h>
11#include <aws/mediaconvert/model/ReservationPlanSettings.h>
12#include <aws/mediaconvert/model/QueueStatus.h>
13#include <aws/core/utils/memory/stl/AWSMap.h>
47 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
61 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
126 inline CreateQueueRequest&
AddTags(
const char* key,
const char* value) { m_tagsHasBeenSet =
true; m_tags.emplace(key, value);
return *
this; }
131 bool m_descriptionHasBeenSet =
false;
134 bool m_nameHasBeenSet =
false;
137 bool m_pricingPlanHasBeenSet =
false;
140 bool m_reservationPlanSettingsHasBeenSet =
false;
143 bool m_statusHasBeenSet =
false;
146 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