7#include <aws/deadline/Deadline_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
47 template<
typename NameT = Aws::String>
48 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
49 template<
typename NameT = Aws::String>
59 template<
typename ValuesT = Aws::Vector<Aws::String>>
60 void SetValues(ValuesT&& value) { m_valuesHasBeenSet =
true; m_values = std::forward<ValuesT>(value); }
61 template<
typename ValuesT = Aws::Vector<Aws::String>>
63 template<
typename ValuesT = Aws::String>
69 bool m_nameHasBeenSet =
false;
72 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