7#include <aws/core/http/HttpResponse.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/ReservationResourceSpecification.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
44 template <
typename ArnT = Aws::String>
46 m_arnHasBeenSet =
true;
47 m_arn = std::forward<ArnT>(value);
49 template <
typename ArnT = Aws::String>
51 SetArn(std::forward<ArnT>(value));
61 template <
typename CurrencyCodeT = Aws::String>
63 m_currencyCodeHasBeenSet =
true;
64 m_currencyCode = std::forward<CurrencyCodeT>(value);
66 template <
typename CurrencyCodeT = Aws::String>
79 m_durationHasBeenSet =
true;
94 m_durationUnitsHasBeenSet =
true;
95 m_durationUnits = value;
109 m_fixedPriceHasBeenSet =
true;
110 m_fixedPrice = value;
124 template <
typename OfferingDescriptionT = Aws::String>
126 m_offeringDescriptionHasBeenSet =
true;
127 m_offeringDescription = std::forward<OfferingDescriptionT>(value);
129 template <
typename OfferingDescriptionT = Aws::String>
141 template <
typename OfferingIdT = Aws::String>
143 m_offeringIdHasBeenSet =
true;
144 m_offeringId = std::forward<OfferingIdT>(value);
146 template <
typename OfferingIdT = Aws::String>
159 m_offeringTypeHasBeenSet =
true;
160 m_offeringType = value;
173 template <
typename RegionT = Aws::String>
175 m_regionHasBeenSet =
true;
176 m_region = std::forward<RegionT>(value);
178 template <
typename RegionT = Aws::String>
190 template <
typename ResourceSpecificationT = ReservationResourceSpecification>
192 m_resourceSpecificationHasBeenSet =
true;
193 m_resourceSpecification = std::forward<ResourceSpecificationT>(value);
195 template <
typename ResourceSpecificationT = ReservationResourceSpecification>
208 m_usagePriceHasBeenSet =
true;
209 m_usagePrice = value;
220 template <
typename RequestIdT = Aws::String>
222 m_requestIdHasBeenSet =
true;
223 m_requestId = std::forward<RequestIdT>(value);
225 template <
typename RequestIdT = Aws::String>
242 double m_fixedPrice{0.0};
252 ReservationResourceSpecification m_resourceSpecification;
254 double m_usagePrice{0.0};
258 bool m_arnHasBeenSet =
false;
259 bool m_currencyCodeHasBeenSet =
false;
260 bool m_durationHasBeenSet =
false;
261 bool m_durationUnitsHasBeenSet =
false;
262 bool m_fixedPriceHasBeenSet =
false;
263 bool m_offeringDescriptionHasBeenSet =
false;
264 bool m_offeringIdHasBeenSet =
false;
265 bool m_offeringTypeHasBeenSet =
false;
266 bool m_regionHasBeenSet =
false;
267 bool m_resourceSpecificationHasBeenSet =
false;
268 bool m_usagePriceHasBeenSet =
false;
269 bool m_requestIdHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue