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 ValuesT = Aws::Vector<Aws::String>>
61 m_valuesHasBeenSet =
true;
62 m_values = std::forward<ValuesT>(value);
64 template <
typename ValuesT = Aws::Vector<Aws::String>>
69 template <
typename ValuesT = Aws::String>
71 m_valuesHasBeenSet =
true;
72 m_values.emplace_back(std::forward<ValuesT>(value));
80 bool m_nameHasBeenSet =
false;
81 bool m_valuesHasBeenSet =
false;
bool NameHasBeenSet() const
AWS_DEADLINE_API WorkerAttributeCapability & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_DEADLINE_API WorkerAttributeCapability(Aws::Utils::Json::JsonView jsonValue)
AWS_DEADLINE_API Aws::Utils::Json::JsonValue Jsonize() const
WorkerAttributeCapability & WithValues(ValuesT &&value)
const Aws::Vector< Aws::String > & GetValues() const
void SetValues(ValuesT &&value)
WorkerAttributeCapability & WithName(NameT &&value)
bool ValuesHasBeenSet() const
WorkerAttributeCapability & AddValues(ValuesT &&value)
AWS_DEADLINE_API WorkerAttributeCapability()=default
void SetName(NameT &&value)
const Aws::String & GetName() 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