public class DescribeLimitsResult extends Object implements Serializable
| Constructor and Description |
|---|
DescribeLimitsResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Integer |
getOpenShardCount()
The number of open shards.
|
Integer |
getShardLimit()
The maximum number of shards.
|
int |
hashCode() |
void |
setOpenShardCount(Integer openShardCount)
The number of open shards.
|
void |
setShardLimit(Integer shardLimit)
The maximum number of shards.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeLimitsResult |
withOpenShardCount(Integer openShardCount)
The number of open shards.
|
DescribeLimitsResult |
withShardLimit(Integer shardLimit)
The maximum number of shards.
|
public Integer getShardLimit()
The maximum number of shards.
Constraints:
Range: 0 - 1000000
The maximum number of shards.
public void setShardLimit(Integer shardLimit)
The maximum number of shards.
Constraints:
Range: 0 - 1000000
shardLimit - The maximum number of shards.
public DescribeLimitsResult withShardLimit(Integer shardLimit)
The maximum number of shards.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 0 - 1000000
shardLimit - The maximum number of shards.
public Integer getOpenShardCount()
The number of open shards.
Constraints:
Range: 0 - 1000000
The number of open shards.
public void setOpenShardCount(Integer openShardCount)
The number of open shards.
Constraints:
Range: 0 - 1000000
openShardCount - The number of open shards.
public DescribeLimitsResult withOpenShardCount(Integer openShardCount)
The number of open shards.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 0 - 1000000
openShardCount - The number of open shards.
public String toString()
toString in class ObjectObject.toString()Copyright © 2019. All rights reserved.