7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/medialive/MediaLive_EXPORTS.h>
11#include <aws/medialive/model/OfferingDurationUnits.h>
12#include <aws/medialive/model/OfferingType.h>
13#include <aws/medialive/model/RenewalSettings.h>
14#include <aws/medialive/model/ReservationResourceSpecification.h>
15#include <aws/medialive/model/ReservationState.h>
20template <
typename RESULT_TYPE>
21class AmazonWebServiceResult;
48 template <
typename ArnT = Aws::String>
50 m_arnHasBeenSet =
true;
51 m_arn = std::forward<ArnT>(value);
53 template <
typename ArnT = Aws::String>
55 SetArn(std::forward<ArnT>(value));
64 inline int GetCount()
const {
return m_count; }
66 m_countHasBeenSet =
true;
80 template <
typename CurrencyCodeT = Aws::String>
82 m_currencyCodeHasBeenSet =
true;
83 m_currencyCode = std::forward<CurrencyCodeT>(value);
85 template <
typename CurrencyCodeT = Aws::String>
98 m_durationHasBeenSet =
true;
113 m_durationUnitsHasBeenSet =
true;
114 m_durationUnits = value;
127 template <
typename EndT = Aws::String>
129 m_endHasBeenSet =
true;
130 m_end = std::forward<EndT>(value);
132 template <
typename EndT = Aws::String>
134 SetEnd(std::forward<EndT>(value));
145 m_fixedPriceHasBeenSet =
true;
146 m_fixedPrice = value;
159 template <
typename NameT = Aws::String>
161 m_nameHasBeenSet =
true;
162 m_name = std::forward<NameT>(value);
164 template <
typename NameT = Aws::String>
166 SetName(std::forward<NameT>(value));
177 template <
typename OfferingDescriptionT = Aws::String>
179 m_offeringDescriptionHasBeenSet =
true;
180 m_offeringDescription = std::forward<OfferingDescriptionT>(value);
182 template <
typename OfferingDescriptionT = Aws::String>
194 template <
typename OfferingIdT = Aws::String>
196 m_offeringIdHasBeenSet =
true;
197 m_offeringId = std::forward<OfferingIdT>(value);
199 template <
typename OfferingIdT = Aws::String>
212 m_offeringTypeHasBeenSet =
true;
213 m_offeringType = value;
226 template <
typename RegionT = Aws::String>
228 m_regionHasBeenSet =
true;
229 m_region = std::forward<RegionT>(value);
231 template <
typename RegionT = Aws::String>
243 template <
typename RenewalSettingsT = RenewalSettings>
245 m_renewalSettingsHasBeenSet =
true;
246 m_renewalSettings = std::forward<RenewalSettingsT>(value);
248 template <
typename RenewalSettingsT = RenewalSettings>
260 template <
typename ReservationIdT = Aws::String>
262 m_reservationIdHasBeenSet =
true;
263 m_reservationId = std::forward<ReservationIdT>(value);
265 template <
typename ReservationIdT = Aws::String>
277 template <
typename ResourceSpecificationT = ReservationResourceSpecification>
279 m_resourceSpecificationHasBeenSet =
true;
280 m_resourceSpecification = std::forward<ResourceSpecificationT>(value);
282 template <
typename ResourceSpecificationT = ReservationResourceSpecification>
295 template <
typename StartT = Aws::String>
297 m_startHasBeenSet =
true;
298 m_start = std::forward<StartT>(value);
300 template <
typename StartT = Aws::String>
302 SetStart(std::forward<StartT>(value));
313 m_stateHasBeenSet =
true;
327 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
329 m_tagsHasBeenSet =
true;
330 m_tags = std::forward<TagsT>(value);
332 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
334 SetTags(std::forward<TagsT>(value));
337 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
339 m_tagsHasBeenSet =
true;
340 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
351 m_usagePriceHasBeenSet =
true;
352 m_usagePrice = value;
363 template <
typename RequestIdT = Aws::String>
365 m_requestIdHasBeenSet =
true;
366 m_requestId = std::forward<RequestIdT>(value);
368 template <
typename RequestIdT = Aws::String>
389 double m_fixedPrice{0.0};
401 RenewalSettings m_renewalSettings;
405 ReservationResourceSpecification m_resourceSpecification;
413 double m_usagePrice{0.0};
417 bool m_arnHasBeenSet =
false;
418 bool m_countHasBeenSet =
false;
419 bool m_currencyCodeHasBeenSet =
false;
420 bool m_durationHasBeenSet =
false;
421 bool m_durationUnitsHasBeenSet =
false;
422 bool m_endHasBeenSet =
false;
423 bool m_fixedPriceHasBeenSet =
false;
424 bool m_nameHasBeenSet =
false;
425 bool m_offeringDescriptionHasBeenSet =
false;
426 bool m_offeringIdHasBeenSet =
false;
427 bool m_offeringTypeHasBeenSet =
false;
428 bool m_regionHasBeenSet =
false;
429 bool m_renewalSettingsHasBeenSet =
false;
430 bool m_reservationIdHasBeenSet =
false;
431 bool m_resourceSpecificationHasBeenSet =
false;
432 bool m_startHasBeenSet =
false;
433 bool m_stateHasBeenSet =
false;
434 bool m_tagsHasBeenSet =
false;
435 bool m_usagePriceHasBeenSet =
false;
436 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