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>
42 template <
typename NameT = Aws::String>
44 m_nameHasBeenSet =
true;
45 m_name = std::forward<NameT>(value);
47 template <
typename NameT = Aws::String>
49 SetName(std::forward<NameT>(value));
60 template <
typename ValuesT = Aws::Vector<Aws::String>>
62 m_valuesHasBeenSet =
true;
63 m_values = std::forward<ValuesT>(value);
65 template <
typename ValuesT = Aws::Vector<Aws::String>>
70 template <
typename ValuesT = Aws::String>
72 m_valuesHasBeenSet =
true;
73 m_values.emplace_back(std::forward<ValuesT>(value));
81 bool m_nameHasBeenSet =
false;
82 bool m_valuesHasBeenSet =
false;
bool NameHasBeenSet() const
void SetValues(ValuesT &&value)
FleetAttributeCapability & WithValues(ValuesT &&value)
AWS_DEADLINE_API FleetAttributeCapability(Aws::Utils::Json::JsonView jsonValue)
FleetAttributeCapability & AddValues(ValuesT &&value)
const Aws::Vector< Aws::String > & GetValues() const
AWS_DEADLINE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_DEADLINE_API FleetAttributeCapability & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ValuesHasBeenSet() const
const Aws::String & GetName() const
void SetName(NameT &&value)
FleetAttributeCapability & WithName(NameT &&value)
AWS_DEADLINE_API FleetAttributeCapability()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue