@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeLimitsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeLimitsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeLimitsResult |
clone() |
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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setShardLimit(Integer shardLimit)
The maximum number of shards.
shardLimit
- The maximum number of shards.public Integer getShardLimit()
The maximum number of shards.
public DescribeLimitsResult withShardLimit(Integer shardLimit)
The maximum number of shards.
shardLimit
- The maximum number of shards.public void setOpenShardCount(Integer openShardCount)
The number of open shards.
openShardCount
- The number of open shards.public Integer getOpenShardCount()
The number of open shards.
public DescribeLimitsResult withOpenShardCount(Integer openShardCount)
The number of open shards.
openShardCount
- The number of open shards.public String toString()
toString
in class Object
Object.toString()
public DescribeLimitsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.