/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include A dependency that is defined for container startup and
* shutdown.See Also:
AWS
* API Reference
The dependency condition of the dependent container. Indicates the required * status of the dependent container before the current container can start. Valid * values are as follows:
COMPLETE
HEALTHY
SUCCESS
START
The dependency condition of the dependent container. Indicates the required * status of the dependent container before the current container can start. Valid * values are as follows:
COMPLETE
HEALTHY
SUCCESS
START
The dependency condition of the dependent container. Indicates the required * status of the dependent container before the current container can start. Valid * values are as follows:
COMPLETE
HEALTHY
SUCCESS
START
The dependency condition of the dependent container. Indicates the required * status of the dependent container before the current container can start. Valid * values are as follows:
COMPLETE
HEALTHY
SUCCESS
START
The dependency condition of the dependent container. Indicates the required * status of the dependent container before the current container can start. Valid * values are as follows:
COMPLETE
HEALTHY
SUCCESS
START
The dependency condition of the dependent container. Indicates the required * status of the dependent container before the current container can start. Valid * values are as follows:
COMPLETE
HEALTHY
SUCCESS
START
The dependency condition of the dependent container. Indicates the required * status of the dependent container before the current container can start. Valid * values are as follows:
COMPLETE
HEALTHY
SUCCESS
START
The dependency condition of the dependent container. Indicates the required * status of the dependent container before the current container can start. Valid * values are as follows:
COMPLETE
HEALTHY
SUCCESS
START
The name of the dependent container.
*/ inline const Aws::String& GetContainerName() const{ return m_containerName; } /** *The name of the dependent container.
*/ inline bool ContainerNameHasBeenSet() const { return m_containerNameHasBeenSet; } /** *The name of the dependent container.
*/ inline void SetContainerName(const Aws::String& value) { m_containerNameHasBeenSet = true; m_containerName = value; } /** *The name of the dependent container.
*/ inline void SetContainerName(Aws::String&& value) { m_containerNameHasBeenSet = true; m_containerName = std::move(value); } /** *The name of the dependent container.
*/ inline void SetContainerName(const char* value) { m_containerNameHasBeenSet = true; m_containerName.assign(value); } /** *The name of the dependent container.
*/ inline AwsEcsTaskDefinitionContainerDefinitionsDependsOnDetails& WithContainerName(const Aws::String& value) { SetContainerName(value); return *this;} /** *The name of the dependent container.
*/ inline AwsEcsTaskDefinitionContainerDefinitionsDependsOnDetails& WithContainerName(Aws::String&& value) { SetContainerName(std::move(value)); return *this;} /** *The name of the dependent container.
*/ inline AwsEcsTaskDefinitionContainerDefinitionsDependsOnDetails& WithContainerName(const char* value) { SetContainerName(value); return *this;} private: Aws::String m_condition; bool m_conditionHasBeenSet = false; Aws::String m_containerName; bool m_containerNameHasBeenSet = false; }; } // namespace Model } // namespace SecurityHub } // namespace Aws