@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Limits extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
Limits () |
| Modifier and Type | Method and Description |
|---|---|
Limits |
clone () |
boolean |
equals (Object obj) |
Integer |
getMaximumPartitionCount () |
Integer |
getMaximumReplicationCount () |
int |
hashCode () |
void |
setMaximumPartitionCount (Integer maximumPartitionCount) |
void |
setMaximumReplicationCount (Integer maximumReplicationCount) |
String |
toString ()
Returns a string representation of this object.
|
Limits |
withMaximumPartitionCount (Integer maximumPartitionCount) |
Limits |
withMaximumReplicationCount (Integer maximumReplicationCount) |
public Limits()
public void setMaximumReplicationCount(Integer maximumReplicationCount)
maximumReplicationCount - public Integer getMaximumReplicationCount()
public Limits withMaximumReplicationCount(Integer maximumReplicationCount)
maximumReplicationCount - public void setMaximumPartitionCount(Integer maximumPartitionCount)
maximumPartitionCount - public Integer getMaximumPartitionCount()
public Limits withMaximumPartitionCount(Integer maximumPartitionCount)
maximumPartitionCount - public String toString()
toString in class Object Object.toString()