@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ConverseMetrics extends Object implements Serializable, Cloneable, StructuredPojo
Metrics for a call to Converse.
Constructor and Description |
---|
ConverseMetrics() |
Modifier and Type | Method and Description |
---|---|
ConverseMetrics |
clone() |
boolean |
equals(Object obj) |
Long |
getLatencyMs()
The latency of the call to
Converse , in milliseconds. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setLatencyMs(Long latencyMs)
The latency of the call to
Converse , in milliseconds. |
String |
toString()
Returns a string representation of this object.
|
ConverseMetrics |
withLatencyMs(Long latencyMs)
The latency of the call to
Converse , in milliseconds. |
public void setLatencyMs(Long latencyMs)
The latency of the call to Converse
, in milliseconds.
latencyMs
- The latency of the call to Converse
, in milliseconds.public Long getLatencyMs()
The latency of the call to Converse
, in milliseconds.
Converse
, in milliseconds.public ConverseMetrics withLatencyMs(Long latencyMs)
The latency of the call to Converse
, in milliseconds.
latencyMs
- The latency of the call to Converse
, in milliseconds.public String toString()
toString
in class Object
Object.toString()
public ConverseMetrics clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.