7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/ecs/ECS_EXPORTS.h>
76 template <
typename AddT = Aws::Vector<Aws::String>>
78 m_addHasBeenSet =
true;
79 m_add = std::forward<AddT>(value);
81 template <
typename AddT = Aws::Vector<Aws::String>>
83 SetAdd(std::forward<AddT>(value));
86 template <
typename AddT = Aws::String>
88 m_addHasBeenSet =
true;
89 m_add.emplace_back(std::forward<AddT>(value));
111 template <
typename DropT = Aws::Vector<Aws::String>>
113 m_dropHasBeenSet =
true;
114 m_drop = std::forward<DropT>(value);
116 template <
typename DropT = Aws::Vector<Aws::String>>
118 SetDrop(std::forward<DropT>(value));
121 template <
typename DropT = Aws::String>
123 m_dropHasBeenSet =
true;
124 m_drop.emplace_back(std::forward<DropT>(value));
132 bool m_addHasBeenSet =
false;
133 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