Class RollbackInfo
- java.lang.Object
-
- software.amazon.awssdk.services.codedeploy.model.RollbackInfo
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<RollbackInfo.Builder,RollbackInfo>
@Generated("software.amazon.awssdk:codegen") public final class RollbackInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RollbackInfo.Builder,RollbackInfo>
Information about a deployment rollback.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRollbackInfo.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RollbackInfo.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringrollbackDeploymentId()The ID of the deployment rollback.StringrollbackMessage()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).StringrollbackTriggeringDeploymentId()The deployment ID of the deployment that was underway and triggered a rollback deployment because it failed or was stopped.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends RollbackInfo.Builder>serializableBuilderClass()RollbackInfo.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
rollbackDeploymentId
public final String rollbackDeploymentId()
The ID of the deployment rollback.
- Returns:
- The ID of the deployment rollback.
-
rollbackTriggeringDeploymentId
public final String rollbackTriggeringDeploymentId()
The deployment ID of the deployment that was underway and triggered a rollback deployment because it failed or was stopped.
- Returns:
- The deployment ID of the deployment that was underway and triggered a rollback deployment because it failed or was stopped.
-
rollbackMessage
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).
- Returns:
- 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).
-
toBuilder
public RollbackInfo.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<RollbackInfo.Builder,RollbackInfo>
-
builder
public static RollbackInfo.Builder builder()
-
serializableBuilderClass
public static Class<? extends RollbackInfo.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-