@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; useful for testing and debugging.
|
Limits |
withMaximumPartitionCount(Integer maximumPartitionCount) |
Limits |
withMaximumReplicationCount(Integer maximumReplicationCount) |
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()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.