@Generated(value="software.amazon.awssdk:codegen") public final class RollbackInfo extends Object implements StructuredPojo, 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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<RollbackInfo.Builder,RollbackInfo>
public static RollbackInfo.Builder builder()
public static Class<? extends RollbackInfo.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.