@Generated(value="software.amazon.awssdk:codegen") public class RollbackInfo extends Object implements StructuredPojo, software.amazon.awssdk.utils.builder.ToCopyableBuilder<RollbackInfo.Builder,RollbackInfo>
Information about a deployment rollback.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RollbackInfo.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RollbackInfo.Builder |
builder() |
boolean |
equals(Object obj) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
String |
rollbackDeploymentId()
The ID of the deployment rollback.
|
String |
rollbackMessage()
Information describing the status of a deployment rollback; for example, whether the deployment can't be rolled
back, is in progress, failed, or succeeded.
|
String |
rollbackTriggeringDeploymentId()
The deployment ID of the deployment that was underway and triggered a rollback deployment because it failed or
was stopped.
|
static Class<? extends RollbackInfo.Builder> |
serializableBuilderClass() |
RollbackInfo.Builder |
toBuilder() |
String |
toString() |
public String rollbackDeploymentId()
The ID of the deployment rollback.
public String rollbackTriggeringDeploymentId()
The deployment ID of the deployment that was underway and triggered a rollback deployment because it failed or was stopped.
public String rollbackMessage()
Information describing the status of a deployment rollback; for example, whether the deployment can't be rolled back, is in progress, failed, or succeeded.
public RollbackInfo.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<RollbackInfo.Builder,RollbackInfo>public static RollbackInfo.Builder builder()
public static Class<? extends RollbackInfo.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.