7#include <aws/batch/Batch_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
40 template <
typename ContainerNameT = Aws::String>
42 m_containerNameHasBeenSet =
true;
43 m_containerName = std::forward<ContainerNameT>(value);
45 template <
typename ContainerNameT = Aws::String>
68 template <
typename ConditionT = Aws::String>
70 m_conditionHasBeenSet =
true;
71 m_condition = std::forward<ConditionT>(value);
73 template <
typename ConditionT = Aws::String>
83 bool m_containerNameHasBeenSet =
false;
84 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