public class DescribeLimitsResult
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
DescribeLimitsResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Integer |
getOpenShardCount()
The number of open shards.
|
java.lang.Integer |
getShardLimit()
The maximum number of shards.
|
int |
hashCode() |
void |
setOpenShardCount(java.lang.Integer openShardCount)
The number of open shards.
|
void |
setShardLimit(java.lang.Integer shardLimit)
The maximum number of shards.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeLimitsResult |
withOpenShardCount(java.lang.Integer openShardCount)
The number of open shards.
|
DescribeLimitsResult |
withShardLimit(java.lang.Integer shardLimit)
The maximum number of shards.
|
public java.lang.Integer getShardLimit()
The maximum number of shards.
Constraints:
Range: 0 - 1000000
The maximum number of shards.
public void setShardLimit(java.lang.Integer shardLimit)
The maximum number of shards.
Constraints:
Range: 0 - 1000000
shardLimit
- The maximum number of shards.
public DescribeLimitsResult withShardLimit(java.lang.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 java.lang.Integer getOpenShardCount()
The number of open shards.
Constraints:
Range: 0 - 1000000
The number of open shards.
public void setOpenShardCount(java.lang.Integer openShardCount)
The number of open shards.
Constraints:
Range: 0 - 1000000
openShardCount
- The number of open shards.
public DescribeLimitsResult withOpenShardCount(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.