@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ReshardingStatus extends Object implements Serializable, Cloneable
The status of an online resharding operation.
Constructor and Description |
---|
ReshardingStatus() |
Modifier and Type | Method and Description |
---|---|
ReshardingStatus |
clone() |
boolean |
equals(Object obj) |
SlotMigration |
getSlotMigration()
Represents the progress of an online resharding operation.
|
int |
hashCode() |
void |
setSlotMigration(SlotMigration slotMigration)
Represents the progress of an online resharding operation.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ReshardingStatus |
withSlotMigration(SlotMigration slotMigration)
Represents the progress of an online resharding operation.
|
public void setSlotMigration(SlotMigration slotMigration)
Represents the progress of an online resharding operation.
slotMigration
- Represents the progress of an online resharding operation.public SlotMigration getSlotMigration()
Represents the progress of an online resharding operation.
public ReshardingStatus withSlotMigration(SlotMigration slotMigration)
Represents the progress of an online resharding operation.
slotMigration
- Represents the progress of an online resharding operation.public String toString()
toString
in class Object
Object.toString()
public ReshardingStatus clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.