@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 |
getOnDemandStreamCount()
Indicates the number of data streams with the on-demand capacity mode.
|
Integer |
getOnDemandStreamCountLimit()
The maximum number of data streams with the on-demand capacity mode.
|
Integer |
getOpenShardCount()
The number of open shards.
|
Integer |
getShardLimit()
The maximum number of shards.
|
int |
hashCode() |
void |
setOnDemandStreamCount(Integer onDemandStreamCount)
Indicates the number of data streams with the on-demand capacity mode.
|
void |
setOnDemandStreamCountLimit(Integer onDemandStreamCountLimit)
The maximum number of data streams with the on-demand capacity mode.
|
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.
|
DescribeLimitsResult |
withOnDemandStreamCount(Integer onDemandStreamCount)
Indicates the number of data streams with the on-demand capacity mode.
|
DescribeLimitsResult |
withOnDemandStreamCountLimit(Integer onDemandStreamCountLimit)
The maximum number of data streams with the on-demand capacity mode.
|
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 void setOnDemandStreamCount(Integer onDemandStreamCount)
Indicates the number of data streams with the on-demand capacity mode.
onDemandStreamCount
- Indicates the number of data streams with the on-demand capacity mode.public Integer getOnDemandStreamCount()
Indicates the number of data streams with the on-demand capacity mode.
public DescribeLimitsResult withOnDemandStreamCount(Integer onDemandStreamCount)
Indicates the number of data streams with the on-demand capacity mode.
onDemandStreamCount
- Indicates the number of data streams with the on-demand capacity mode.public void setOnDemandStreamCountLimit(Integer onDemandStreamCountLimit)
The maximum number of data streams with the on-demand capacity mode.
onDemandStreamCountLimit
- The maximum number of data streams with the on-demand capacity mode.public Integer getOnDemandStreamCountLimit()
The maximum number of data streams with the on-demand capacity mode.
public DescribeLimitsResult withOnDemandStreamCountLimit(Integer onDemandStreamCountLimit)
The maximum number of data streams with the on-demand capacity mode.
onDemandStreamCountLimit
- The maximum number of data streams with the on-demand capacity mode.public String toString()
toString
in class Object
Object.toString()
public DescribeLimitsResult clone()