7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/medialive/MediaLive_EXPORTS.h>
10#include <aws/medialive/model/OfferingDurationUnits.h>
11#include <aws/medialive/model/OfferingType.h>
12#include <aws/medialive/model/RenewalSettings.h>
13#include <aws/medialive/model/ReservationResourceSpecification.h>
14#include <aws/medialive/model/ReservationState.h>
19template <
typename RESULT_TYPE>
20class AmazonWebServiceResult;
47 template <
typename ArnT = Aws::String>
49 m_arnHasBeenSet =
true;
50 m_arn = std::forward<ArnT>(value);
52 template <
typename ArnT = Aws::String>
54 SetArn(std::forward<ArnT>(value));
63 inline int GetCount()
const {
return m_count; }
65 m_countHasBeenSet =
true;
79 template <
typename CurrencyCodeT = Aws::String>
81 m_currencyCodeHasBeenSet =
true;
82 m_currencyCode = std::forward<CurrencyCodeT>(value);
84 template <
typename CurrencyCodeT = Aws::String>
97 m_durationHasBeenSet =
true;
112 m_durationUnitsHasBeenSet =
true;
113 m_durationUnits = value;
126 template <
typename EndT = Aws::String>
128 m_endHasBeenSet =
true;
129 m_end = std::forward<EndT>(value);
131 template <
typename EndT = Aws::String>
133 SetEnd(std::forward<EndT>(value));
144 m_fixedPriceHasBeenSet =
true;
145 m_fixedPrice = 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));
176 template <
typename OfferingDescriptionT = Aws::String>
178 m_offeringDescriptionHasBeenSet =
true;
179 m_offeringDescription = std::forward<OfferingDescriptionT>(value);
181 template <
typename OfferingDescriptionT = Aws::String>
193 template <
typename OfferingIdT = Aws::String>
195 m_offeringIdHasBeenSet =
true;
196 m_offeringId = std::forward<OfferingIdT>(value);
198 template <
typename OfferingIdT = Aws::String>
211 m_offeringTypeHasBeenSet =
true;
212 m_offeringType = value;
225 template <
typename RegionT = Aws::String>
227 m_regionHasBeenSet =
true;
228 m_region = std::forward<RegionT>(value);
230 template <
typename RegionT = Aws::String>
242 template <
typename RenewalSettingsT = RenewalSettings>
244 m_renewalSettingsHasBeenSet =
true;
245 m_renewalSettings = std::forward<RenewalSettingsT>(value);
247 template <
typename RenewalSettingsT = RenewalSettings>
259 template <
typename ReservationIdT = Aws::String>
261 m_reservationIdHasBeenSet =
true;
262 m_reservationId = std::forward<ReservationIdT>(value);
264 template <
typename ReservationIdT = Aws::String>
276 template <
typename ResourceSpecificationT = ReservationResourceSpecification>
278 m_resourceSpecificationHasBeenSet =
true;
279 m_resourceSpecification = std::forward<ResourceSpecificationT>(value);
281 template <
typename ResourceSpecificationT = ReservationResourceSpecification>
294 template <
typename StartT = Aws::String>
296 m_startHasBeenSet =
true;
297 m_start = std::forward<StartT>(value);
299 template <
typename StartT = Aws::String>
301 SetStart(std::forward<StartT>(value));
312 m_stateHasBeenSet =
true;
326 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
328 m_tagsHasBeenSet =
true;
329 m_tags = std::forward<TagsT>(value);
331 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
333 SetTags(std::forward<TagsT>(value));
336 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
338 m_tagsHasBeenSet =
true;
339 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
350 m_usagePriceHasBeenSet =
true;
351 m_usagePrice = value;
362 template <
typename RequestIdT = Aws::String>
364 m_requestIdHasBeenSet =
true;
365 m_requestId = std::forward<RequestIdT>(value);
367 template <
typename RequestIdT = Aws::String>
386 double m_fixedPrice{0.0};
398 RenewalSettings m_renewalSettings;
402 ReservationResourceSpecification m_resourceSpecification;
410 double m_usagePrice{0.0};
413 bool m_arnHasBeenSet =
false;
414 bool m_countHasBeenSet =
false;
415 bool m_currencyCodeHasBeenSet =
false;
416 bool m_durationHasBeenSet =
false;
417 bool m_durationUnitsHasBeenSet =
false;
418 bool m_endHasBeenSet =
false;
419 bool m_fixedPriceHasBeenSet =
false;
420 bool m_nameHasBeenSet =
false;
421 bool m_offeringDescriptionHasBeenSet =
false;
422 bool m_offeringIdHasBeenSet =
false;
423 bool m_offeringTypeHasBeenSet =
false;
424 bool m_regionHasBeenSet =
false;
425 bool m_renewalSettingsHasBeenSet =
false;
426 bool m_reservationIdHasBeenSet =
false;
427 bool m_resourceSpecificationHasBeenSet =
false;
428 bool m_startHasBeenSet =
false;
429 bool m_stateHasBeenSet =
false;
430 bool m_tagsHasBeenSet =
false;
431 bool m_usagePriceHasBeenSet =
false;
432 bool m_requestIdHasBeenSet =
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
Aws::Utils::Json::JsonValue JsonValue