7#include <aws/batch/Batch_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/batch/model/EcsTaskDetails.h>
48 template<
typename TaskPropertiesT = Aws::Vector<EcsTaskDetails>>
49 void SetTaskProperties(TaskPropertiesT&& value) { m_taskPropertiesHasBeenSet =
true; m_taskProperties = std::forward<TaskPropertiesT>(value); }
50 template<
typename TaskPropertiesT = Aws::Vector<EcsTaskDetails>>
52 template<
typename TaskPropertiesT = EcsTaskDetails>
58 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