Class ThroughputCap
- java.lang.Object
-
- software.amazon.spapi.models.supplysources.v2020_07_01.ThroughputCap
-
public class ThroughputCap extends java.lang.Object
The throughput capacity
-
-
Constructor Summary
Constructors Constructor Description ThroughputCap()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
TimeUnit
getTimeUnit()
Get timeUnitjava.lang.Integer
getValue()
Get valueint
hashCode()
void
setTimeUnit(TimeUnit timeUnit)
void
setValue(java.lang.Integer value)
ThroughputCap
timeUnit(TimeUnit timeUnit)
java.lang.String
toString()
ThroughputCap
value(java.lang.Integer value)
-
-
-
Method Detail
-
value
public ThroughputCap value(java.lang.Integer value)
-
getValue
public java.lang.Integer getValue()
Get value- Returns:
- value
-
setValue
public void setValue(java.lang.Integer value)
-
timeUnit
public ThroughputCap timeUnit(TimeUnit timeUnit)
-
getTimeUnit
public TimeUnit getTimeUnit()
Get timeUnit- Returns:
- timeUnit
-
setTimeUnit
public void setTimeUnit(TimeUnit timeUnit)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-