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