@Generated(value="software.amazon.awssdk:codegen") public final class ChangeProgressStage extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ChangeProgressStage.Builder,ChangeProgressStage>
Progress details for a specific stage of a pipeline configuration change.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ChangeProgressStage.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ChangeProgressStage.Builder |
builder() |
String |
description()
A description of the stage.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastUpdatedAt()
The most recent updated timestamp of the stage.
|
String |
name()
The name of the stage.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ChangeProgressStage.Builder> |
serializableBuilderClass() |
ChangeProgressStageStatuses |
status()
The current status of the stage that the change is in.
|
String |
statusAsString()
The current status of the stage that the change is in.
|
ChangeProgressStage.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the stage.
public final ChangeProgressStageStatuses status()
The current status of the stage that the change is in.
If the service returns an enum value that is not available in the current SDK version, status will
return ChangeProgressStageStatuses.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from statusAsString().
ChangeProgressStageStatusespublic final String statusAsString()
The current status of the stage that the change is in.
If the service returns an enum value that is not available in the current SDK version, status will
return ChangeProgressStageStatuses.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from statusAsString().
ChangeProgressStageStatusespublic final String description()
A description of the stage.
public final Instant lastUpdatedAt()
The most recent updated timestamp of the stage.
public ChangeProgressStage.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ChangeProgressStage.Builder,ChangeProgressStage>public static ChangeProgressStage.Builder builder()
public static Class<? extends ChangeProgressStage.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.