7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/deadline/Deadline_EXPORTS.h>
41 template <
typename NameT = Aws::String>
43 m_nameHasBeenSet =
true;
44 m_name = std::forward<NameT>(value);
46 template <
typename NameT = Aws::String>
48 SetName(std::forward<NameT>(value));
59 template <
typename AnyOfT = Aws::Vector<Aws::String>>
61 m_anyOfHasBeenSet =
true;
62 m_anyOf = std::forward<AnyOfT>(value);
64 template <
typename AnyOfT = Aws::Vector<Aws::String>>
66 SetAnyOf(std::forward<AnyOfT>(value));
69 template <
typename AnyOfT = Aws::String>
71 m_anyOfHasBeenSet =
true;
72 m_anyOf.emplace_back(std::forward<AnyOfT>(value));
83 template <
typename AllOfT = Aws::Vector<Aws::String>>
85 m_allOfHasBeenSet =
true;
86 m_allOf = std::forward<AllOfT>(value);
88 template <
typename AllOfT = Aws::Vector<Aws::String>>
90 SetAllOf(std::forward<AllOfT>(value));
93 template <
typename AllOfT = Aws::String>
95 m_allOfHasBeenSet =
true;
96 m_allOf.emplace_back(std::forward<AllOfT>(value));
106 bool m_nameHasBeenSet =
false;
107 bool m_anyOfHasBeenSet =
false;
108 bool m_allOfHasBeenSet =
false;
AWS_DEADLINE_API StepAttributeCapability()=default
const Aws::Vector< Aws::String > & GetAllOf() const
bool NameHasBeenSet() const
StepAttributeCapability & WithAnyOf(AnyOfT &&value)
StepAttributeCapability & AddAnyOf(AnyOfT &&value)
void SetAnyOf(AnyOfT &&value)
bool AllOfHasBeenSet() const
bool AnyOfHasBeenSet() const
StepAttributeCapability & WithName(NameT &&value)
AWS_DEADLINE_API StepAttributeCapability & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetName() const
AWS_DEADLINE_API StepAttributeCapability(Aws::Utils::Json::JsonView jsonValue)
void SetName(NameT &&value)
void SetAllOf(AllOfT &&value)
const Aws::Vector< Aws::String > & GetAnyOf() const
StepAttributeCapability & WithAllOf(AllOfT &&value)
AWS_DEADLINE_API Aws::Utils::Json::JsonValue Jsonize() const
StepAttributeCapability & AddAllOf(AllOfT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue