7#include <aws/deadline/Deadline_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/deadline/model/WorkerAmountCapability.h>
10#include <aws/deadline/model/WorkerAttributeCapability.h>
48 template<
typename AmountsT = Aws::Vector<WorkerAmountCapability>>
49 void SetAmounts(AmountsT&& value) { m_amountsHasBeenSet =
true; m_amounts = std::forward<AmountsT>(value); }
50 template<
typename AmountsT = Aws::Vector<WorkerAmountCapability>>
52 template<
typename AmountsT = WorkerAmountCapability>
53 WorkerCapabilities&
AddAmounts(AmountsT&& value) { m_amountsHasBeenSet =
true; m_amounts.emplace_back(std::forward<AmountsT>(value));
return *
this; }
62 template<
typename AttributesT = Aws::Vector<WorkerAttributeCapability>>
63 void SetAttributes(AttributesT&& value) { m_attributesHasBeenSet =
true; m_attributes = std::forward<AttributesT>(value); }
64 template<
typename AttributesT = Aws::Vector<WorkerAttributeCapability>>
66 template<
typename AttributesT = WorkerAttributeCapability>
67 WorkerCapabilities&
AddAttributes(AttributesT&& value) { m_attributesHasBeenSet =
true; m_attributes.emplace_back(std::forward<AttributesT>(value));
return *
this; }
72 bool m_amountsHasBeenSet =
false;
75 bool m_attributesHasBeenSet =
false;
AWS_DEADLINE_API WorkerCapabilities()=default
const Aws::Vector< WorkerAttributeCapability > & GetAttributes() const
AWS_DEADLINE_API WorkerCapabilities(Aws::Utils::Json::JsonView jsonValue)
void SetAttributes(AttributesT &&value)
AWS_DEADLINE_API WorkerCapabilities & operator=(Aws::Utils::Json::JsonView jsonValue)
WorkerCapabilities & AddAmounts(AmountsT &&value)
WorkerCapabilities & AddAttributes(AttributesT &&value)
void SetAmounts(AmountsT &&value)
const Aws::Vector< WorkerAmountCapability > & GetAmounts() const
WorkerCapabilities & WithAmounts(AmountsT &&value)
WorkerCapabilities & WithAttributes(AttributesT &&value)
AWS_DEADLINE_API Aws::Utils::Json::JsonValue Jsonize() const
bool AmountsHasBeenSet() const
bool AttributesHasBeenSet() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue