7#include <aws/batch/Batch_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/batch/model/EcsTaskProperties.h>
50 template<
typename TaskPropertiesT = Aws::Vector<EcsTaskProperties>>
51 void SetTaskProperties(TaskPropertiesT&& value) { m_taskPropertiesHasBeenSet =
true; m_taskProperties = std::forward<TaskPropertiesT>(value); }
52 template<
typename TaskPropertiesT = Aws::Vector<EcsTaskProperties>>
54 template<
typename TaskPropertiesT = EcsTaskProperties>
55 EcsProperties&
AddTaskProperties(TaskPropertiesT&& value) { m_taskPropertiesHasBeenSet =
true; m_taskProperties.emplace_back(std::forward<TaskPropertiesT>(value));
return *
this; }
60 bool m_taskPropertiesHasBeenSet =
false;
bool TaskPropertiesHasBeenSet() const
const Aws::Vector< EcsTaskProperties > & GetTaskProperties() const
AWS_BATCH_API EcsProperties()=default
AWS_BATCH_API EcsProperties(Aws::Utils::Json::JsonView jsonValue)
void SetTaskProperties(TaskPropertiesT &&value)
EcsProperties & WithTaskProperties(TaskPropertiesT &&value)
AWS_BATCH_API Aws::Utils::Json::JsonValue Jsonize() const
EcsProperties & AddTaskProperties(TaskPropertiesT &&value)
AWS_BATCH_API EcsProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue