7#include <aws/batch/Batch_EXPORTS.h>
8#include <aws/batch/model/TaskPropertiesOverride.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
43 template <
typename TaskPropertiesT = Aws::Vector<TaskPropertiesOverr
ide>>
45 m_taskPropertiesHasBeenSet =
true;
46 m_taskProperties = std::forward<TaskPropertiesT>(value);
48 template <
typename TaskPropertiesT = Aws::Vector<TaskPropertiesOverr
ide>>
53 template <
typename TaskPropertiesT = TaskPropertiesOverr
ide>
55 m_taskPropertiesHasBeenSet =
true;
56 m_taskProperties.emplace_back(std::forward<TaskPropertiesT>(value));
62 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