@Generated(value="software.amazon.awssdk:codegen") public final class WaveAggregatedStatus extends Object implements SdkPojo, Serializable, ToCopyableBuilder<WaveAggregatedStatus.Builder,WaveAggregatedStatus>
Wave aggregated status.
| Modifier and Type | Class and Description |
|---|---|
static interface |
WaveAggregatedStatus.Builder |
| Modifier and Type | Method and Description |
|---|---|
static WaveAggregatedStatus.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
WaveHealthStatus |
healthStatus()
Wave aggregated status health status.
|
String |
healthStatusAsString()
Wave aggregated status health status.
|
String |
lastUpdateDateTime()
Wave aggregated status last update dateTime.
|
WaveProgressStatus |
progressStatus()
Wave aggregated status progress status.
|
String |
progressStatusAsString()
Wave aggregated status progress status.
|
String |
replicationStartedDateTime()
DateTime marking when the first source server in the wave started replication.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends WaveAggregatedStatus.Builder> |
serializableBuilderClass() |
WaveAggregatedStatus.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Long |
totalApplications()
Wave aggregated status total applications amount.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final WaveHealthStatus healthStatus()
Wave aggregated status health status.
If the service returns an enum value that is not available in the current SDK version, healthStatus will
return WaveHealthStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
healthStatusAsString().
WaveHealthStatuspublic final String healthStatusAsString()
Wave aggregated status health status.
If the service returns an enum value that is not available in the current SDK version, healthStatus will
return WaveHealthStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
healthStatusAsString().
WaveHealthStatuspublic final String lastUpdateDateTime()
Wave aggregated status last update dateTime.
public final WaveProgressStatus progressStatus()
Wave aggregated status progress status.
If the service returns an enum value that is not available in the current SDK version, progressStatus
will return WaveProgressStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from progressStatusAsString().
WaveProgressStatuspublic final String progressStatusAsString()
Wave aggregated status progress status.
If the service returns an enum value that is not available in the current SDK version, progressStatus
will return WaveProgressStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from progressStatusAsString().
WaveProgressStatuspublic final String replicationStartedDateTime()
DateTime marking when the first source server in the wave started replication.
public final Long totalApplications()
Wave aggregated status total applications amount.
public WaveAggregatedStatus.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<WaveAggregatedStatus.Builder,WaveAggregatedStatus>public static WaveAggregatedStatus.Builder builder()
public static Class<? extends WaveAggregatedStatus.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.