public class DeleteDeploymentGroupResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Represents the output of a delete deployment group operation.
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<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 group.
|
Constructor and Description |
---|
DeleteDeploymentGroupResult() |
Modifier and Type | Method and Description |
---|---|
DeleteDeploymentGroupResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.util.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 group.
|
int |
hashCode() |
void |
setHooksNotCleanedUp(java.util.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 group.
|
java.lang.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 group.
|
DeleteDeploymentGroupResult |
withHooksNotCleanedUp(java.util.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 group.
|
private SdkInternalList<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 group. If the output contains data, AWS CodeDeploy could not remove some Auto Scaling lifecycle event hooks from the Amazon EC2 instances in the Auto Scaling group.
public java.util.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 group. If the output contains 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(java.util.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 group. If the output contains 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
group. If the output contains 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 group. If the output contains 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
group. If the output contains 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(java.util.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 group. If the output contains 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
group. If the output contains data, AWS CodeDeploy could not
remove some Auto Scaling lifecycle event hooks from the Amazon EC2
instances in the Auto Scaling group.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DeleteDeploymentGroupResult clone()
clone
in class java.lang.Object