7#include <aws/deadline/Deadline_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/deadline/model/StepAttributeCapability.h>
10#include <aws/deadline/model/StepAmountCapability.h>
48 template<
typename AttributesT = Aws::Vector<StepAttributeCapability>>
49 void SetAttributes(AttributesT&& value) { m_attributesHasBeenSet =
true; m_attributes = std::forward<AttributesT>(value); }
50 template<
typename AttributesT = Aws::Vector<StepAttributeCapability>>
52 template<
typename AttributesT = StepAttributeCapability>
62 template<
typename AmountsT = Aws::Vector<StepAmountCapability>>
63 void SetAmounts(AmountsT&& value) { m_amountsHasBeenSet =
true; m_amounts = std::forward<AmountsT>(value); }
64 template<
typename AmountsT = Aws::Vector<StepAmountCapability>>
66 template<
typename AmountsT = StepAmountCapability>
72 bool m_attributesHasBeenSet =
false;
75 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