@Generated(value="software.amazon.awssdk:codegen") public class UpdateDeploymentGroupResponse extends AmazonWebServiceResult<ResponseMetadata> implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<UpdateDeploymentGroupResponse.Builder,UpdateDeploymentGroupResponse>
Represents the output of an UpdateDeploymentGroup operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateDeploymentGroupResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateDeploymentGroupResponse.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 AWS account.
|
static Class<? extends UpdateDeploymentGroupResponse.Builder> |
serializableBuilderClass() |
UpdateDeploymentGroupResponse.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 AWS account. If the output contains data, AWS CodeDeploy could not remove some Auto Scaling lifecycle event hooks from the AWS account.
public UpdateDeploymentGroupResponse.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<UpdateDeploymentGroupResponse.Builder,UpdateDeploymentGroupResponse>public static UpdateDeploymentGroupResponse.Builder builder()
public static Class<? extends UpdateDeploymentGroupResponse.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.