ToCopyableBuilder<DeleteDeploymentGroupResponse.Builder,DeleteDeploymentGroupResponse>
@Generated("software.amazon.awssdk:codegen") public class DeleteDeploymentGroupResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<DeleteDeploymentGroupResponse.Builder,DeleteDeploymentGroupResponse>
Represents the output of a DeleteDeploymentGroup operation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
DeleteDeploymentGroupResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static DeleteDeploymentGroupResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
List<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.
|
static Class<? extends DeleteDeploymentGroupResponse.Builder> |
serializableBuilderClass() |
|
DeleteDeploymentGroupResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public List<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 DeleteDeploymentGroupResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DeleteDeploymentGroupResponse.Builder,DeleteDeploymentGroupResponse>
public static DeleteDeploymentGroupResponse.Builder builder()
public static Class<? extends DeleteDeploymentGroupResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.