@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ReshardingStatus extends Object implements Serializable, Cloneable, StructuredPojo
The status of the online resharding
| Constructor and Description |
|---|
ReshardingStatus() |
| Modifier and Type | Method and Description |
|---|---|
ReshardingStatus |
clone() |
boolean |
equals(Object obj) |
SlotMigration |
getSlotMigration()
The status of the online resharding slot migration
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setSlotMigration(SlotMigration slotMigration)
The status of the online resharding slot migration
|
String |
toString()
Returns a string representation of this object.
|
ReshardingStatus |
withSlotMigration(SlotMigration slotMigration)
The status of the online resharding slot migration
|
public void setSlotMigration(SlotMigration slotMigration)
The status of the online resharding slot migration
slotMigration - The status of the online resharding slot migrationpublic SlotMigration getSlotMigration()
The status of the online resharding slot migration
public ReshardingStatus withSlotMigration(SlotMigration slotMigration)
The status of the online resharding slot migration
slotMigration - The status of the online resharding slot migrationpublic String toString()
toString in class ObjectObject.toString()public ReshardingStatus clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.