@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.
|
int |
hashCode() |
void |
setMaximum(Integer maximum)
The configuration for the maximum number of ECPUs the cache can 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.
|
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 String toString()
toString
in class Object
Object.toString()
public ECPUPerSecond clone()