7#include <aws/batch/Batch_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/batch/model/TaskPropertiesOverride.h>
49 template<
typename TaskPropertiesT = Aws::Vector<TaskPropertiesOverr
ide>>
50 void SetTaskProperties(TaskPropertiesT&& value) { m_taskPropertiesHasBeenSet =
true; m_taskProperties = std::forward<TaskPropertiesT>(value); }
51 template<
typename TaskPropertiesT = Aws::Vector<TaskPropertiesOverr
ide>>
53 template<
typename TaskPropertiesT = TaskPropertiesOverr
ide>
59 bool m_taskPropertiesHasBeenSet =
false;
AWS_BATCH_API EcsPropertiesOverride(Aws::Utils::Json::JsonView jsonValue)
AWS_BATCH_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_BATCH_API EcsPropertiesOverride()=default
bool TaskPropertiesHasBeenSet() const
void SetTaskProperties(TaskPropertiesT &&value)
AWS_BATCH_API EcsPropertiesOverride & operator=(Aws::Utils::Json::JsonView jsonValue)
EcsPropertiesOverride & AddTaskProperties(TaskPropertiesT &&value)
const Aws::Vector< TaskPropertiesOverride > & GetTaskProperties() const
EcsPropertiesOverride & WithTaskProperties(TaskPropertiesT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue