@Generated(value="software.amazon.awssdk:codegen") public final class RollbackInfo extends Object implements SdkPojo, Serializable, 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) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
rollbackDeploymentId()
The ID of the deployment rollback.
|
String |
rollbackMessage()
Information that describes 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.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RollbackInfo.Builder> |
serializableBuilderClass() |
RollbackInfo.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String rollbackDeploymentId()
The ID of the deployment rollback.
public final String rollbackTriggeringDeploymentId()
The deployment ID of the deployment that was underway and triggered a rollback deployment because it failed or was stopped.
public final String rollbackMessage()
Information that describes 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 ToCopyableBuilder<RollbackInfo.Builder,RollbackInfo>public static RollbackInfo.Builder builder()
public static Class<? extends RollbackInfo.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.