Class Limits
java.lang.Object
com.amazonaws.services.cloudsearchv2.model.Limits
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
int
hashCode()
void
setMaximumPartitionCount
(Integer maximumPartitionCount) void
setMaximumReplicationCount
(Integer maximumReplicationCount) toString()
Returns a string representation of this object; useful for testing and debugging.withMaximumPartitionCount
(Integer maximumPartitionCount) withMaximumReplicationCount
(Integer maximumReplicationCount)
-
Constructor Details
-
Limits
public Limits()
-
-
Method Details
-
setMaximumReplicationCount
- Parameters:
maximumReplicationCount
-
-
getMaximumReplicationCount
- Returns:
-
withMaximumReplicationCount
- Parameters:
maximumReplicationCount
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setMaximumPartitionCount
- Parameters:
maximumPartitionCount
-
-
getMaximumPartitionCount
- Returns:
-
withMaximumPartitionCount
- Parameters:
maximumPartitionCount
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-