@Generated(value="software.amazon.awssdk:codegen") public final class ChangeProgressStage extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ChangeProgressStage.Builder,ChangeProgressStage>
A progress stage details of a specific domain configuration change.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ChangeProgressStage.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ChangeProgressStage.Builder |
builder() |
String |
description()
The description of the progress stage.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastUpdated()
The last updated timestamp of the progress stage.
|
String |
name()
The name of the specific progress stage.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ChangeProgressStage.Builder> |
serializableBuilderClass() |
String |
status()
The overall status of a specific progress stage.
|
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 specific progress stage.
public final String status()
The overall status of a specific progress stage.
public final String description()
The description of the progress stage.
public final Instant lastUpdated()
The last updated timestamp of the progress 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.