/**
* 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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; } inline const Aws::String& GetRequestId() const{ return m_requestId; } inline void SetRequestId(const Aws::String& value) { m_requestId = value; } inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); } inline void SetRequestId(const char* value) { m_requestId.assign(value); } inline DeleteDeploymentGroupResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;} inline DeleteDeploymentGroupResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;} inline DeleteDeploymentGroupResult& WithRequestId(const char* value) { SetRequestId(value); return *this;} private: Aws::Vector