7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/mediaconnect/MediaConnect_EXPORTS.h>
9#include <aws/mediaconnect/model/DurationUnits.h>
10#include <aws/mediaconnect/model/PriceUnits.h>
11#include <aws/mediaconnect/model/ResourceSpecification.h>
22namespace MediaConnect {
46 template <
typename CurrencyCodeT = Aws::String>
48 m_currencyCodeHasBeenSet =
true;
49 m_currencyCode = std::forward<CurrencyCodeT>(value);
51 template <
typename CurrencyCodeT = Aws::String>
65 m_durationHasBeenSet =
true;
81 m_durationUnitsHasBeenSet =
true;
82 m_durationUnits = value;
97 template <
typename OfferingArnT = Aws::String>
99 m_offeringArnHasBeenSet =
true;
100 m_offeringArn = std::forward<OfferingArnT>(value);
102 template <
typename OfferingArnT = Aws::String>
115 template <
typename OfferingDescriptionT = Aws::String>
117 m_offeringDescriptionHasBeenSet =
true;
118 m_offeringDescription = std::forward<OfferingDescriptionT>(value);
120 template <
typename OfferingDescriptionT = Aws::String>
134 template <
typename PricePerUnitT = Aws::String>
136 m_pricePerUnitHasBeenSet =
true;
137 m_pricePerUnit = std::forward<PricePerUnitT>(value);
139 template <
typename PricePerUnitT = Aws::String>
154 m_priceUnitsHasBeenSet =
true;
155 m_priceUnits = value;
170 template <
typename ResourceSpecificationT = ResourceSpecification>
172 m_resourceSpecificationHasBeenSet =
true;
173 m_resourceSpecification = std::forward<ResourceSpecificationT>(value);
175 template <
typename ResourceSpecificationT = ResourceSpecification>
196 ResourceSpecification m_resourceSpecification;
197 bool m_currencyCodeHasBeenSet =
false;
198 bool m_durationHasBeenSet =
false;
199 bool m_durationUnitsHasBeenSet =
false;
200 bool m_offeringArnHasBeenSet =
false;
201 bool m_offeringDescriptionHasBeenSet =
false;
202 bool m_pricePerUnitHasBeenSet =
false;
203 bool m_priceUnitsHasBeenSet =
false;
204 bool m_resourceSpecificationHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue