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 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)
-
-
-
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:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
-