@Generated(value="software.amazon.awssdk:codegen") public final class ChangeProgressStage extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ChangeProgressStage.Builder,ChangeProgressStage>
Progress details for each stage of a domain update.
| 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 stage.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastUpdated()
The most recent updated timestamp of the stage.
|
String |
name()
The name of the stage.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ChangeProgressStage.Builder> |
serializableBuilderClass() |
String |
status()
The status of the 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 stage.
public final String status()
The status of the stage.
public final String description()
The description of the stage.
public final Instant lastUpdated()
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 © 2022. All rights reserved.