Class Limits
- java.lang.Object
-
- com.amazonaws.services.cloudsearchv2.model.Limits
-
- All Implemented Interfaces:
Serializable,Cloneable
public class Limits extends Object implements Serializable, Cloneable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Limits()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Limitsclone()booleanequals(Object obj)IntegergetMaximumPartitionCount()IntegergetMaximumReplicationCount()inthashCode()voidsetMaximumPartitionCount(Integer maximumPartitionCount)voidsetMaximumReplicationCount(Integer maximumReplicationCount)StringtoString()Returns a string representation of this object; useful for testing and debugging.LimitswithMaximumPartitionCount(Integer maximumPartitionCount)LimitswithMaximumReplicationCount(Integer maximumReplicationCount)
-
-
-
Method Detail
-
setMaximumReplicationCount
public void setMaximumReplicationCount(Integer maximumReplicationCount)
- Parameters:
maximumReplicationCount-
-
getMaximumReplicationCount
public Integer getMaximumReplicationCount()
- Returns:
-
withMaximumReplicationCount
public Limits withMaximumReplicationCount(Integer maximumReplicationCount)
- Parameters:
maximumReplicationCount-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setMaximumPartitionCount
public void setMaximumPartitionCount(Integer maximumPartitionCount)
- Parameters:
maximumPartitionCount-
-
getMaximumPartitionCount
public Integer getMaximumPartitionCount()
- Returns:
-
withMaximumPartitionCount
public Limits withMaximumPartitionCount(Integer maximumPartitionCount)
- Parameters:
maximumPartitionCount-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
-