7#include <aws/batch/Batch_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename ContainerNameT = Aws::String>
47 void SetContainerName(ContainerNameT&& value) { m_containerNameHasBeenSet =
true; m_containerName = std::forward<ContainerNameT>(value); }
48 template<
typename ContainerNameT = Aws::String>
68 template<
typename ConditionT = Aws::String>
69 void SetCondition(ConditionT&& value) { m_conditionHasBeenSet =
true; m_condition = std::forward<ConditionT>(value); }
70 template<
typename ConditionT = Aws::String>
76 bool m_containerNameHasBeenSet =
false;
79 bool m_conditionHasBeenSet =
false;
const Aws::String & GetContainerName() const
bool ContainerNameHasBeenSet() const
bool ConditionHasBeenSet() const
TaskContainerDependency & WithContainerName(ContainerNameT &&value)
const Aws::String & GetCondition() const
AWS_BATCH_API Aws::Utils::Json::JsonValue Jsonize() const
void SetContainerName(ContainerNameT &&value)
TaskContainerDependency & WithCondition(ConditionT &&value)
AWS_BATCH_API TaskContainerDependency(Aws::Utils::Json::JsonView jsonValue)
void SetCondition(ConditionT &&value)
AWS_BATCH_API TaskContainerDependency()=default
AWS_BATCH_API TaskContainerDependency & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue