pub struct Builder { /* private fields */ }
Expand description
A builder for DeleteDeploymentGroupOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn hooks_not_cleaned_up(self, input: AutoScalingGroup) -> Self
pub fn hooks_not_cleaned_up(self, input: AutoScalingGroup) -> Self
Appends an item to hooks_not_cleaned_up
.
To override the contents of this collection use set_hooks_not_cleaned_up
.
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.
sourcepub fn set_hooks_not_cleaned_up(
self,
input: Option<Vec<AutoScalingGroup>>
) -> Self
pub fn set_hooks_not_cleaned_up(
self,
input: Option<Vec<AutoScalingGroup>>
) -> Self
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.
sourcepub fn build(self) -> DeleteDeploymentGroupOutput
pub fn build(self) -> DeleteDeploymentGroupOutput
Consumes the builder and constructs a DeleteDeploymentGroupOutput
.