7#include <aws/ecs/ECS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/ecs/model/ContainerCondition.h>
70 template<
typename ContainerNameT = Aws::String>
71 void SetContainerName(ContainerNameT&& value) { m_containerNameHasBeenSet =
true; m_containerName = std::forward<ContainerNameT>(value); }
72 template<
typename ContainerNameT = Aws::String>
102 bool m_containerNameHasBeenSet =
false;
105 bool m_conditionHasBeenSet =
false;
const Aws::String & GetContainerName() const
ContainerDependency & WithCondition(ContainerCondition value)
ContainerCondition GetCondition() const
AWS_ECS_API ContainerDependency()=default
AWS_ECS_API ContainerDependency & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetCondition(ContainerCondition value)
ContainerDependency & WithContainerName(ContainerNameT &&value)
AWS_ECS_API ContainerDependency(Aws::Utils::Json::JsonView jsonValue)
bool ConditionHasBeenSet() const
void SetContainerName(ContainerNameT &&value)
AWS_ECS_API Aws::Utils::Json::JsonValue Jsonize() const
bool ContainerNameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue