/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Represents the output of an UpdateDeploymentGroup
* 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 AWS account. If * the output contains data, AWS CodeDeploy could not remove some Auto Scaling * lifecycle event hooks from the AWS account.
*/ 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 AWS account. If * the output contains data, AWS CodeDeploy could not remove some Auto Scaling * lifecycle event hooks from the AWS account.
*/ 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 AWS account. If * the output contains data, AWS CodeDeploy could not remove some Auto Scaling * lifecycle event hooks from the AWS account.
*/ 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 AWS account. If * the output contains data, AWS CodeDeploy could not remove some Auto Scaling * lifecycle event hooks from the AWS account.
*/ inline UpdateDeploymentGroupResult& 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 AWS account. If * the output contains data, AWS CodeDeploy could not remove some Auto Scaling * lifecycle event hooks from the AWS account.
*/ inline UpdateDeploymentGroupResult& 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 AWS account. If * the output contains data, AWS CodeDeploy could not remove some Auto Scaling * lifecycle event hooks from the AWS account.
*/ inline UpdateDeploymentGroupResult& 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 AWS account. If * the output contains data, AWS CodeDeploy could not remove some Auto Scaling * lifecycle event hooks from the AWS account.
*/ inline UpdateDeploymentGroupResult& AddHooksNotCleanedUp(AutoScalingGroup&& value) { m_hooksNotCleanedUp.push_back(std::move(value)); return *this; } private: Aws::Vector