7#include <aws/batch/Batch_EXPORTS.h>
8#include <aws/batch/model/EcsTaskDetails.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
42 template <
typename TaskPropertiesT = Aws::Vector<EcsTaskDetails>>
44 m_taskPropertiesHasBeenSet =
true;
45 m_taskProperties = std::forward<TaskPropertiesT>(value);
47 template <
typename TaskPropertiesT = Aws::Vector<EcsTaskDetails>>
52 template <
typename TaskPropertiesT = EcsTaskDetails>
54 m_taskPropertiesHasBeenSet =
true;
55 m_taskProperties.emplace_back(std::forward<TaskPropertiesT>(value));
61 bool m_taskPropertiesHasBeenSet =
false;
EcsPropertiesDetail & AddTaskProperties(TaskPropertiesT &&value)
AWS_BATCH_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_BATCH_API EcsPropertiesDetail()=default
EcsPropertiesDetail & WithTaskProperties(TaskPropertiesT &&value)
AWS_BATCH_API EcsPropertiesDetail(Aws::Utils::Json::JsonView jsonValue)
AWS_BATCH_API EcsPropertiesDetail & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< EcsTaskDetails > & GetTaskProperties() const
void SetTaskProperties(TaskPropertiesT &&value)
bool TaskPropertiesHasBeenSet() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue