Class ThroughputConfig
- java.lang.Object
-
- software.amazon.spapi.models.supplysources.v2020_07_01.ThroughputConfig
-
public class ThroughputConfig extends java.lang.Object
The throughput configuration.
-
-
Constructor Summary
Constructors Constructor Description ThroughputConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
ThroughputCap
getThroughputCap()
Get throughputCapThroughputUnit
getThroughputUnit()
Get throughputUnitint
hashCode()
void
setThroughputCap(ThroughputCap throughputCap)
void
setThroughputUnit(ThroughputUnit throughputUnit)
ThroughputConfig
throughputCap(ThroughputCap throughputCap)
ThroughputConfig
throughputUnit(ThroughputUnit throughputUnit)
java.lang.String
toString()
-
-
-
Method Detail
-
throughputCap
public ThroughputConfig throughputCap(ThroughputCap throughputCap)
-
getThroughputCap
public ThroughputCap getThroughputCap()
Get throughputCap- Returns:
- throughputCap
-
setThroughputCap
public void setThroughputCap(ThroughputCap throughputCap)
-
throughputUnit
public ThroughputConfig throughputUnit(ThroughputUnit throughputUnit)
-
getThroughputUnit
public ThroughputUnit getThroughputUnit()
Get throughputUnit- Returns:
- throughputUnit
-
setThroughputUnit
public void setThroughputUnit(ThroughputUnit throughputUnit)
-
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
-
-