7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/medialive/model/OfferingDurationUnits.h>
10#include <aws/medialive/model/OfferingType.h>
11#include <aws/medialive/model/RenewalSettings.h>
12#include <aws/medialive/model/ReservationResourceSpecification.h>
13#include <aws/medialive/model/ReservationState.h>
14#include <aws/core/utils/memory/stl/AWSMap.h>
54 inline void SetArn(
Aws::String&& value) { m_arnHasBeenSet =
true; m_arn = std::move(value); }
55 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
67 inline void SetCount(
int value) { m_countHasBeenSet =
true; m_count = value; }
79 inline void SetCurrencyCode(
const char* value) { m_currencyCodeHasBeenSet =
true; m_currencyCode.assign(value); }
91 inline void SetDuration(
int value) { m_durationHasBeenSet =
true; m_duration = value; }
115 inline void SetEnd(
const char* value) { m_endHasBeenSet =
true; m_end.assign(value); }
127 inline void SetFixedPrice(
double value) { m_fixedPriceHasBeenSet =
true; m_fixedPrice = value; }
139 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
154 inline void SetOfferingDescription(
const char* value) { m_offeringDescriptionHasBeenSet =
true; m_offeringDescription.assign(value); }
168 inline void SetOfferingId(
const char* value) { m_offeringIdHasBeenSet =
true; m_offeringId.assign(value); }
194 inline void SetRegion(
const char* value) { m_regionHasBeenSet =
true; m_region.assign(value); }
220 inline void SetReservationId(
const char* value) { m_reservationIdHasBeenSet =
true; m_reservationId.assign(value); }
247 inline void SetStart(
const char* value) { m_startHasBeenSet =
true; m_start.assign(value); }
281 inline Reservation&
AddTags(
const char* key,
const char* value) { m_tagsHasBeenSet =
true; m_tags.emplace(key, value);
return *
this; }
290 inline void SetUsagePrice(
double value) { m_usagePriceHasBeenSet =
true; m_usagePrice = value; }
296 bool m_arnHasBeenSet =
false;
299 bool m_countHasBeenSet =
false;
302 bool m_currencyCodeHasBeenSet =
false;
305 bool m_durationHasBeenSet =
false;
308 bool m_durationUnitsHasBeenSet =
false;
311 bool m_endHasBeenSet =
false;
314 bool m_fixedPriceHasBeenSet =
false;
317 bool m_nameHasBeenSet =
false;
320 bool m_offeringDescriptionHasBeenSet =
false;
323 bool m_offeringIdHasBeenSet =
false;
326 bool m_offeringTypeHasBeenSet =
false;
329 bool m_regionHasBeenSet =
false;
332 bool m_renewalSettingsHasBeenSet =
false;
335 bool m_reservationIdHasBeenSet =
false;
338 bool m_resourceSpecificationHasBeenSet =
false;
341 bool m_startHasBeenSet =
false;
344 bool m_stateHasBeenSet =
false;
347 bool m_tagsHasBeenSet =
false;
350 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