@Generated(value="software.amazon.awssdk:codegen") public class DeleteDeploymentGroupResponse extends AmazonWebServiceResult<ResponseMetadata> implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<DeleteDeploymentGroupResponse.Builder,DeleteDeploymentGroupResponse>
Represents the output of a DeleteDeploymentGroup operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteDeploymentGroupResponse.Builder |
| Modifier and Type | Method and 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() |
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadatapublic 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()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<DeleteDeploymentGroupResponse.Builder,DeleteDeploymentGroupResponse>public static DeleteDeploymentGroupResponse.Builder builder()
public static Class<? extends DeleteDeploymentGroupResponse.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.