@Generated(value="software.amazon.awssdk:codegen") public final class SlotMigration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SlotMigration.Builder,SlotMigration>
Represents the progress of an online resharding operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SlotMigration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SlotMigration.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Double |
progressPercentage()
The percentage of the slot migration that is complete.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SlotMigration.Builder> |
serializableBuilderClass() |
SlotMigration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Double progressPercentage()
The percentage of the slot migration that is complete.
public SlotMigration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SlotMigration.Builder,SlotMigration>public static SlotMigration.Builder builder()
public static Class<? extends SlotMigration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.