/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Represents the output of a DeleteDeploymentGroup
* operation.See Also:
AWS
* API Reference
If the output contains no data, and the corresponding deployment group * contained at least one Auto Scaling group, AWS CodeDeploy successfully removed * all corresponding Auto Scaling lifecycle event hooks from the Amazon EC2 * instances in the Auto Scaling group. If the output contains data, AWS CodeDeploy * could not remove some Auto Scaling lifecycle event hooks from the Amazon EC2 * instances in the Auto Scaling group.
*/ inline const Aws::VectorIf the output contains no data, and the corresponding deployment group * contained at least one Auto Scaling group, AWS CodeDeploy successfully removed * all corresponding Auto Scaling lifecycle event hooks from the Amazon EC2 * instances in the Auto Scaling group. If the output contains data, AWS CodeDeploy * could not remove some Auto Scaling lifecycle event hooks from the Amazon EC2 * instances in the Auto Scaling group.
*/ inline void SetHooksNotCleanedUp(const Aws::VectorIf the output contains no data, and the corresponding deployment group * contained at least one Auto Scaling group, AWS CodeDeploy successfully removed * all corresponding Auto Scaling lifecycle event hooks from the Amazon EC2 * instances in the Auto Scaling group. If the output contains data, AWS CodeDeploy * could not remove some Auto Scaling lifecycle event hooks from the Amazon EC2 * instances in the Auto Scaling group.
*/ inline void SetHooksNotCleanedUp(Aws::VectorIf the output contains no data, and the corresponding deployment group * contained at least one Auto Scaling group, AWS CodeDeploy successfully removed * all corresponding Auto Scaling lifecycle event hooks from the Amazon EC2 * instances in the Auto Scaling group. If the output contains data, AWS CodeDeploy * could not remove some Auto Scaling lifecycle event hooks from the Amazon EC2 * instances in the Auto Scaling group.
*/ inline DeleteDeploymentGroupResult& WithHooksNotCleanedUp(const Aws::VectorIf the output contains no data, and the corresponding deployment group * contained at least one Auto Scaling group, AWS CodeDeploy successfully removed * all corresponding Auto Scaling lifecycle event hooks from the Amazon EC2 * instances in the Auto Scaling group. If the output contains data, AWS CodeDeploy * could not remove some Auto Scaling lifecycle event hooks from the Amazon EC2 * instances in the Auto Scaling group.
*/ inline DeleteDeploymentGroupResult& WithHooksNotCleanedUp(Aws::VectorIf the output contains no data, and the corresponding deployment group * contained at least one Auto Scaling group, AWS CodeDeploy successfully removed * all corresponding Auto Scaling lifecycle event hooks from the Amazon EC2 * instances in the Auto Scaling group. If the output contains data, AWS CodeDeploy * could not remove some Auto Scaling lifecycle event hooks from the Amazon EC2 * instances in the Auto Scaling group.
*/ inline DeleteDeploymentGroupResult& AddHooksNotCleanedUp(const AutoScalingGroup& value) { m_hooksNotCleanedUp.push_back(value); return *this; } /** *If the output contains no data, and the corresponding deployment group * contained at least one Auto Scaling group, AWS CodeDeploy successfully removed * all corresponding Auto Scaling lifecycle event hooks from the Amazon EC2 * instances in the Auto Scaling group. If the output contains data, AWS CodeDeploy * could not remove some Auto Scaling lifecycle event hooks from the Amazon EC2 * instances in the Auto Scaling group.
*/ inline DeleteDeploymentGroupResult& AddHooksNotCleanedUp(AutoScalingGroup&& value) { m_hooksNotCleanedUp.push_back(std::move(value)); return *this; } private: Aws::Vector