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>
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; }
66 m_countHasBeenSet =
true;
81 template <
typename CurrencyCodeT = Aws::String>
83 m_currencyCodeHasBeenSet =
true;
84 m_currencyCode = std::forward<CurrencyCodeT>(value);
86 template <
typename CurrencyCodeT = Aws::String>
100 m_durationHasBeenSet =
true;
116 m_durationUnitsHasBeenSet =
true;
117 m_durationUnits = value;
131 template <
typename EndT = Aws::String>
133 m_endHasBeenSet =
true;
134 m_end = std::forward<EndT>(value);
136 template <
typename EndT = Aws::String>
138 SetEnd(std::forward<EndT>(value));
150 m_fixedPriceHasBeenSet =
true;
151 m_fixedPrice = value;
165 template <
typename NameT = Aws::String>
167 m_nameHasBeenSet =
true;
168 m_name = std::forward<NameT>(value);
170 template <
typename NameT = Aws::String>
172 SetName(std::forward<NameT>(value));
184 template <
typename OfferingDescriptionT = Aws::String>
186 m_offeringDescriptionHasBeenSet =
true;
187 m_offeringDescription = std::forward<OfferingDescriptionT>(value);
189 template <
typename OfferingDescriptionT = Aws::String>
202 template <
typename OfferingIdT = Aws::String>
204 m_offeringIdHasBeenSet =
true;
205 m_offeringId = std::forward<OfferingIdT>(value);
207 template <
typename OfferingIdT = Aws::String>
221 m_offeringTypeHasBeenSet =
true;
222 m_offeringType = value;
236 template <
typename RegionT = Aws::String>
238 m_regionHasBeenSet =
true;
239 m_region = std::forward<RegionT>(value);
241 template <
typename RegionT = Aws::String>
254 template <
typename RenewalSettingsT = RenewalSettings>
256 m_renewalSettingsHasBeenSet =
true;
257 m_renewalSettings = std::forward<RenewalSettingsT>(value);
259 template <
typename RenewalSettingsT = RenewalSettings>
272 template <
typename ReservationIdT = Aws::String>
274 m_reservationIdHasBeenSet =
true;
275 m_reservationId = std::forward<ReservationIdT>(value);
277 template <
typename ReservationIdT = Aws::String>
290 template <
typename ResourceSpecificationT = ReservationResourceSpecification>
292 m_resourceSpecificationHasBeenSet =
true;
293 m_resourceSpecification = std::forward<ResourceSpecificationT>(value);
295 template <
typename ResourceSpecificationT = ReservationResourceSpecification>
309 template <
typename StartT = Aws::String>
311 m_startHasBeenSet =
true;
312 m_start = std::forward<StartT>(value);
314 template <
typename StartT = Aws::String>
316 SetStart(std::forward<StartT>(value));
328 m_stateHasBeenSet =
true;
343 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
345 m_tagsHasBeenSet =
true;
346 m_tags = std::forward<TagsT>(value);
348 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
350 SetTags(std::forward<TagsT>(value));
353 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
355 m_tagsHasBeenSet =
true;
356 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
368 m_usagePriceHasBeenSet =
true;
369 m_usagePrice = value;
389 double m_fixedPrice{0.0};
401 RenewalSettings m_renewalSettings;
405 ReservationResourceSpecification m_resourceSpecification;
413 double m_usagePrice{0.0};
414 bool m_arnHasBeenSet =
false;
415 bool m_countHasBeenSet =
false;
416 bool m_currencyCodeHasBeenSet =
false;
417 bool m_durationHasBeenSet =
false;
418 bool m_durationUnitsHasBeenSet =
false;
419 bool m_endHasBeenSet =
false;
420 bool m_fixedPriceHasBeenSet =
false;
421 bool m_nameHasBeenSet =
false;
422 bool m_offeringDescriptionHasBeenSet =
false;
423 bool m_offeringIdHasBeenSet =
false;
424 bool m_offeringTypeHasBeenSet =
false;
425 bool m_regionHasBeenSet =
false;
426 bool m_renewalSettingsHasBeenSet =
false;
427 bool m_reservationIdHasBeenSet =
false;
428 bool m_resourceSpecificationHasBeenSet =
false;
429 bool m_startHasBeenSet =
false;
430 bool m_stateHasBeenSet =
false;
431 bool m_tagsHasBeenSet =
false;
432 bool m_usagePriceHasBeenSet =
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