7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ecs/ECS_EXPORTS.h>
9#include <aws/ecs/model/ContainerCondition.h>
64 template <
typename ContainerNameT = Aws::String>
66 m_containerNameHasBeenSet =
true;
67 m_containerName = std::forward<ContainerNameT>(value);
69 template <
typename ContainerNameT = Aws::String>
97 m_conditionHasBeenSet =
true;
109 bool m_containerNameHasBeenSet =
false;
110 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