7#include <aws/batch/Batch_EXPORTS.h>
8#include <aws/batch/model/EcsTaskProperties.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
44 template <
typename TaskPropertiesT = Aws::Vector<EcsTaskProperties>>
46 m_taskPropertiesHasBeenSet =
true;
47 m_taskProperties = std::forward<TaskPropertiesT>(value);
49 template <
typename TaskPropertiesT = Aws::Vector<EcsTaskProperties>>
54 template <
typename TaskPropertiesT = EcsTaskProperties>
56 m_taskPropertiesHasBeenSet =
true;
57 m_taskProperties.emplace_back(std::forward<TaskPropertiesT>(value));
63 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