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()
Returns the value of the MaximumPartitionCount property for this
object.
|
Integer |
getMaximumReplicationCount()
Returns the value of the MaximumReplicationCount property for this
object.
|
int |
hashCode() |
void |
setMaximumPartitionCount(Integer maximumPartitionCount)
Sets the value of the MaximumPartitionCount property for this object.
|
void |
setMaximumReplicationCount(Integer maximumReplicationCount)
Sets the value of the MaximumReplicationCount property for this
object.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
Limits |
withMaximumPartitionCount(Integer maximumPartitionCount)
Sets the value of the MaximumPartitionCount property for this object.
|
Limits |
withMaximumReplicationCount(Integer maximumReplicationCount)
Sets the value of the MaximumReplicationCount property for this
object.
|
public Integer getMaximumReplicationCount()
Constraints:
Range: 1 -
public void setMaximumReplicationCount(Integer maximumReplicationCount)
Constraints:
Range: 1 -
maximumReplicationCount
- The new value for the MaximumReplicationCount property for this
object.public Limits withMaximumReplicationCount(Integer maximumReplicationCount)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 1 -
maximumReplicationCount
- The new value for the MaximumReplicationCount property for this
object.public Integer getMaximumPartitionCount()
Constraints:
Range: 1 -
public void setMaximumPartitionCount(Integer maximumPartitionCount)
Constraints:
Range: 1 -
maximumPartitionCount
- The new value for the MaximumPartitionCount property for this object.public Limits withMaximumPartitionCount(Integer maximumPartitionCount)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 1 -
maximumPartitionCount
- The new value for the MaximumPartitionCount property for this object.public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.