@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)
Marshalls this structured data using the given
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)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.