7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/deadline/Deadline_EXPORTS.h>
9#include <aws/deadline/model/StepAmountCapability.h>
10#include <aws/deadline/model/StepAttributeCapability.h>
42 template <
typename AttributesT = Aws::Vector<StepAttributeCapability>>
44 m_attributesHasBeenSet =
true;
45 m_attributes = std::forward<AttributesT>(value);
47 template <
typename AttributesT = Aws::Vector<StepAttributeCapability>>
52 template <
typename AttributesT = StepAttributeCapability>
54 m_attributesHasBeenSet =
true;
55 m_attributes.emplace_back(std::forward<AttributesT>(value));
66 template <
typename AmountsT = Aws::Vector<StepAmountCapability>>
68 m_amountsHasBeenSet =
true;
69 m_amounts = std::forward<AmountsT>(value);
71 template <
typename AmountsT = Aws::Vector<StepAmountCapability>>
76 template <
typename AmountsT = StepAmountCapability>
78 m_amountsHasBeenSet =
true;
79 m_amounts.emplace_back(std::forward<AmountsT>(value));
87 bool m_attributesHasBeenSet =
false;
88 bool m_amountsHasBeenSet =
false;
void SetAmounts(AmountsT &&value)
void SetAttributes(AttributesT &&value)
const Aws::Vector< StepAmountCapability > & GetAmounts() const
StepRequiredCapabilities & AddAttributes(AttributesT &&value)
AWS_DEADLINE_API StepRequiredCapabilities & operator=(Aws::Utils::Json::JsonView jsonValue)
StepRequiredCapabilities & WithAmounts(AmountsT &&value)
AWS_DEADLINE_API StepRequiredCapabilities()=default
const Aws::Vector< StepAttributeCapability > & GetAttributes() const
StepRequiredCapabilities & WithAttributes(AttributesT &&value)
AWS_DEADLINE_API Aws::Utils::Json::JsonValue Jsonize() const
bool AttributesHasBeenSet() const
bool AmountsHasBeenSet() const
StepRequiredCapabilities & AddAmounts(AmountsT &&value)
AWS_DEADLINE_API StepRequiredCapabilities(Aws::Utils::Json::JsonView jsonValue)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue