@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ECPUPerSecond extends Object implements Serializable, Cloneable
The configuration for the number of ElastiCache Processing Units (ECPU) the cache can consume per second.
Constructor and Description |
---|
ECPUPerSecond() |
Modifier and Type | Method and Description |
---|---|
ECPUPerSecond |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaximum()
The configuration for the maximum number of ECPUs the cache can consume per second.
|
Integer |
getMinimum()
The configuration for the minimum number of ECPUs the cache should be able consume per second.
|
int |
hashCode() |
void |
setMaximum(Integer maximum)
The configuration for the maximum number of ECPUs the cache can consume per second.
|
void |
setMinimum(Integer minimum)
The configuration for the minimum number of ECPUs the cache should be able consume per second.
|
String |
toString()
Returns a string representation of this object.
|
ECPUPerSecond |
withMaximum(Integer maximum)
The configuration for the maximum number of ECPUs the cache can consume per second.
|
ECPUPerSecond |
withMinimum(Integer minimum)
The configuration for the minimum number of ECPUs the cache should be able consume per second.
|
public void setMaximum(Integer maximum)
The configuration for the maximum number of ECPUs the cache can consume per second.
maximum
- The configuration for the maximum number of ECPUs the cache can consume per second.public Integer getMaximum()
The configuration for the maximum number of ECPUs the cache can consume per second.
public ECPUPerSecond withMaximum(Integer maximum)
The configuration for the maximum number of ECPUs the cache can consume per second.
maximum
- The configuration for the maximum number of ECPUs the cache can consume per second.public void setMinimum(Integer minimum)
The configuration for the minimum number of ECPUs the cache should be able consume per second.
minimum
- The configuration for the minimum number of ECPUs the cache should be able consume per second.public Integer getMinimum()
The configuration for the minimum number of ECPUs the cache should be able consume per second.
public ECPUPerSecond withMinimum(Integer minimum)
The configuration for the minimum number of ECPUs the cache should be able consume per second.
minimum
- The configuration for the minimum number of ECPUs the cache should be able consume per second.public String toString()
toString
in class Object
Object.toString()
public ECPUPerSecond clone()