public class DeleteDeploymentGroupResult extends Object implements Serializable
Represents the output of a delete deployment group operation.
Constructor and Description |
---|
DeleteDeploymentGroupResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<AutoScalingGroup> |
getHooksNotCleanedUp()
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
instances in the Auto Scaling.
|
int |
hashCode() |
void |
setHooksNotCleanedUp(Collection<AutoScalingGroup> hooksNotCleanedUp)
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
instances in the Auto Scaling.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteDeploymentGroupResult |
withHooksNotCleanedUp(AutoScalingGroup... hooksNotCleanedUp)
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
instances in the Auto Scaling.
|
DeleteDeploymentGroupResult |
withHooksNotCleanedUp(Collection<AutoScalingGroup> hooksNotCleanedUp)
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
instances in the Auto Scaling.
|
public List<AutoScalingGroup> getHooksNotCleanedUp()
public void setHooksNotCleanedUp(Collection<AutoScalingGroup> hooksNotCleanedUp)
hooksNotCleanedUp
- 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
instances in the Auto Scaling. If the output does contain data, AWS
CodeDeploy could not remove some Auto Scaling lifecycle event hooks
from the instances in the Auto Scaling group.public DeleteDeploymentGroupResult withHooksNotCleanedUp(AutoScalingGroup... hooksNotCleanedUp)
Returns a reference to this object so that method calls can be chained together.
hooksNotCleanedUp
- 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
instances in the Auto Scaling. If the output does contain data, AWS
CodeDeploy could not remove some Auto Scaling lifecycle event hooks
from the instances in the Auto Scaling group.public DeleteDeploymentGroupResult withHooksNotCleanedUp(Collection<AutoScalingGroup> hooksNotCleanedUp)
Returns a reference to this object so that method calls can be chained together.
hooksNotCleanedUp
- 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
instances in the Auto Scaling. If the output does contain data, AWS
CodeDeploy could not remove some Auto Scaling lifecycle event hooks
from the instances in the Auto Scaling group.public String toString()
toString
in class Object
Object.toString()
Copyright © 2015. All rights reserved.