@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ModelLatencyThreshold extends Object implements Serializable, Cloneable, StructuredPojo
The model latency threshold.
| Constructor and Description |
|---|
ModelLatencyThreshold() |
| Modifier and Type | Method and Description |
|---|---|
ModelLatencyThreshold |
clone() |
boolean |
equals(Object obj) |
String |
getPercentile()
The model latency percentile threshold.
|
Integer |
getValueInMilliseconds()
The model latency percentile value in milliseconds.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setPercentile(String percentile)
The model latency percentile threshold.
|
void |
setValueInMilliseconds(Integer valueInMilliseconds)
The model latency percentile value in milliseconds.
|
String |
toString()
Returns a string representation of this object.
|
ModelLatencyThreshold |
withPercentile(String percentile)
The model latency percentile threshold.
|
ModelLatencyThreshold |
withValueInMilliseconds(Integer valueInMilliseconds)
The model latency percentile value in milliseconds.
|
public void setPercentile(String percentile)
The model latency percentile threshold.
percentile - The model latency percentile threshold.public String getPercentile()
The model latency percentile threshold.
public ModelLatencyThreshold withPercentile(String percentile)
The model latency percentile threshold.
percentile - The model latency percentile threshold.public void setValueInMilliseconds(Integer valueInMilliseconds)
The model latency percentile value in milliseconds.
valueInMilliseconds - The model latency percentile value in milliseconds.public Integer getValueInMilliseconds()
The model latency percentile value in milliseconds.
public ModelLatencyThreshold withValueInMilliseconds(Integer valueInMilliseconds)
The model latency percentile value in milliseconds.
valueInMilliseconds - The model latency percentile value in milliseconds.public String toString()
toString in class ObjectObject.toString()public ModelLatencyThreshold clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.