public class DeleteDeploymentGroupResult extends Object implements Serializable, Cloneable
Represents the output of a delete deployment group operation.
Constructor and Description |
---|
DeleteDeploymentGroupResult() |
Modifier and Type | Method and Description |
---|---|
DeleteDeploymentGroupResult |
clone() |
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
Amazon EC2 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
Amazon EC2 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
Amazon EC2 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
Amazon EC2 instances in the Auto Scaling.
|
public 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 Amazon EC2 instances in the Auto Scaling. If the output does contain data, AWS CodeDeploy could not remove some Auto Scaling lifecycle event hooks from the Amazon EC2 instances in the Auto Scaling group.
public 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 Amazon EC2 instances in the Auto Scaling. If the output does contain data, AWS CodeDeploy could not remove some Auto Scaling lifecycle event hooks from the Amazon EC2 instances in the Auto Scaling group.
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 Amazon EC2 instances in the Auto Scaling. If
the output does contain data, AWS CodeDeploy could not remove some
Auto Scaling lifecycle event hooks from the Amazon EC2 instances
in the Auto Scaling group.public 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 Amazon EC2 instances in the Auto Scaling. If the output does contain data, AWS CodeDeploy could not remove some Auto Scaling lifecycle event hooks from the Amazon EC2 instances in the Auto Scaling group.
NOTE: This method appends the values to the existing list (if
any). Use setHooksNotCleanedUp(java.util.Collection)
or
withHooksNotCleanedUp(java.util.Collection)
if you want to
override the existing values.
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 Amazon EC2 instances in the Auto Scaling. If
the output does contain data, AWS CodeDeploy could not remove some
Auto Scaling lifecycle event hooks from the Amazon EC2 instances
in the Auto Scaling group.public 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 Amazon EC2 instances in the Auto Scaling. If the output does contain data, AWS CodeDeploy could not remove some Auto Scaling lifecycle event hooks from the Amazon EC2 instances in the Auto Scaling group.
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 Amazon EC2 instances in the Auto Scaling. If
the output does contain data, AWS CodeDeploy could not remove some
Auto Scaling lifecycle event hooks from the Amazon EC2 instances
in the Auto Scaling group.public String toString()
toString
in class Object
Object.toString()
public DeleteDeploymentGroupResult clone()
Copyright © 2015. All rights reserved.