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/ReservationResourceSpecification.h>
51 inline void SetArn(
Aws::String&& value) { m_arnHasBeenSet =
true; m_arn = std::move(value); }
52 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
66 inline void SetCurrencyCode(
const char* value) { m_currencyCodeHasBeenSet =
true; m_currencyCode.assign(value); }
78 inline void SetDuration(
int value) { m_durationHasBeenSet =
true; m_duration = value; }
100 inline void SetFixedPrice(
double value) { m_fixedPriceHasBeenSet =
true; m_fixedPrice = value; }
113 inline void SetOfferingDescription(
const char* value) { m_offeringDescriptionHasBeenSet =
true; m_offeringDescription.assign(value); }
127 inline void SetOfferingId(
const char* value) { m_offeringIdHasBeenSet =
true; m_offeringId.assign(value); }
153 inline void SetRegion(
const char* value) { m_regionHasBeenSet =
true; m_region.assign(value); }
177 inline void SetUsagePrice(
double value) { m_usagePriceHasBeenSet =
true; m_usagePrice = value; }
183 bool m_arnHasBeenSet =
false;
186 bool m_currencyCodeHasBeenSet =
false;
189 bool m_durationHasBeenSet =
false;
192 bool m_durationUnitsHasBeenSet =
false;
195 bool m_fixedPriceHasBeenSet =
false;
198 bool m_offeringDescriptionHasBeenSet =
false;
201 bool m_offeringIdHasBeenSet =
false;
204 bool m_offeringTypeHasBeenSet =
false;
207 bool m_regionHasBeenSet =
false;
210 bool m_resourceSpecificationHasBeenSet =
false;
213 bool m_usagePriceHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue