7#include <aws/ecs/ECS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
82 template<
typename AddT = Aws::Vector<Aws::String>>
83 void SetAdd(AddT&& value) { m_addHasBeenSet =
true; m_add = std::forward<AddT>(value); }
84 template<
typename AddT = Aws::Vector<Aws::String>>
86 template<
typename AddT = Aws::String>
87 KernelCapabilities&
AddAdd(AddT&& value) { m_addHasBeenSet =
true; m_add.emplace_back(std::forward<AddT>(value));
return *
this; }
107 template<
typename DropT = Aws::Vector<Aws::String>>
108 void SetDrop(DropT&& value) { m_dropHasBeenSet =
true; m_drop = std::forward<DropT>(value); }
109 template<
typename DropT = Aws::Vector<Aws::String>>
111 template<
typename DropT = Aws::String>
117 bool m_addHasBeenSet =
false;
120 bool m_dropHasBeenSet =
false;
KernelCapabilities & WithAdd(AddT &&value)
AWS_ECS_API KernelCapabilities()=default
AWS_ECS_API KernelCapabilities(Aws::Utils::Json::JsonView jsonValue)
bool AddHasBeenSet() const
bool DropHasBeenSet() const
const Aws::Vector< Aws::String > & GetDrop() const
KernelCapabilities & AddAdd(AddT &&value)
AWS_ECS_API KernelCapabilities & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetAdd(AddT &&value)
KernelCapabilities & WithDrop(DropT &&value)
const Aws::Vector< Aws::String > & GetAdd() const
AWS_ECS_API Aws::Utils::Json::JsonValue Jsonize() const
KernelCapabilities & AddDrop(DropT &&value)
void SetDrop(DropT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue