7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/devicefarm/DeviceFarm_EXPORTS.h>
10#include <aws/devicefarm/model/DevicePlatform.h>
11#include <aws/devicefarm/model/OfferingType.h>
12#include <aws/devicefarm/model/RecurringCharge.h>
44 template <
typename IdT = Aws::String>
46 m_idHasBeenSet =
true;
47 m_id = std::forward<IdT>(value);
49 template <
typename IdT = Aws::String>
51 SetId(std::forward<IdT>(value));
62 template <
typename DescriptionT = Aws::String>
64 m_descriptionHasBeenSet =
true;
65 m_description = std::forward<DescriptionT>(value);
67 template <
typename DescriptionT = Aws::String>
81 m_typeHasBeenSet =
true;
98 m_platformHasBeenSet =
true;
113 template <
typename RecurringChargesT = Aws::Vector<RecurringCharge>>
115 m_recurringChargesHasBeenSet =
true;
116 m_recurringCharges = std::forward<RecurringChargesT>(value);
118 template <
typename RecurringChargesT = Aws::Vector<RecurringCharge>>
123 template <
typename RecurringChargesT = RecurringCharge>
125 m_recurringChargesHasBeenSet =
true;
126 m_recurringCharges.emplace_back(std::forward<RecurringChargesT>(value));
140 bool m_idHasBeenSet =
false;
141 bool m_descriptionHasBeenSet =
false;
142 bool m_typeHasBeenSet =
false;
143 bool m_platformHasBeenSet =
false;
144 bool m_recurringChargesHasBeenSet =
false;
Offering & WithPlatform(DevicePlatform value)
Offering & WithRecurringCharges(RecurringChargesT &&value)
const Aws::Vector< RecurringCharge > & GetRecurringCharges() const
Offering & WithId(IdT &&value)
Offering & WithDescription(DescriptionT &&value)
AWS_DEVICEFARM_API Offering & operator=(Aws::Utils::Json::JsonView jsonValue)
DevicePlatform GetPlatform() const
bool RecurringChargesHasBeenSet() const
AWS_DEVICEFARM_API Aws::Utils::Json::JsonValue Jsonize() const
bool PlatformHasBeenSet() const
bool TypeHasBeenSet() const
AWS_DEVICEFARM_API Offering(Aws::Utils::Json::JsonView jsonValue)
bool DescriptionHasBeenSet() const
void SetDescription(DescriptionT &&value)
Offering & AddRecurringCharges(RecurringChargesT &&value)
bool IdHasBeenSet() const
Offering & WithType(OfferingType value)
void SetPlatform(DevicePlatform value)
AWS_DEVICEFARM_API Offering()=default
void SetRecurringCharges(RecurringChargesT &&value)
const Aws::String & GetDescription() const
OfferingType GetType() const
void SetType(OfferingType value)
const Aws::String & GetId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue