@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) |
<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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public Double progressPercentage()
The percentage of the slot migration that is complete.
public SlotMigration.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<SlotMigration.Builder,SlotMigration>
public static SlotMigration.Builder builder()
public static Class<? extends SlotMigration.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.