@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TimingInformation extends Object implements Serializable, Cloneable, StructuredPojo
Contains server-side performance information for a command. Amazon QLDB captures timing information between the times when it receives the request and when it sends the corresponding response.
| Constructor and Description |
|---|
TimingInformation() |
| Modifier and Type | Method and Description |
|---|---|
TimingInformation |
clone() |
boolean |
equals(Object obj) |
Long |
getProcessingTimeMilliseconds()
The amount of time that was taken for the command to finish processing, measured in milliseconds.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setProcessingTimeMilliseconds(Long processingTimeMilliseconds)
The amount of time that was taken for the command to finish processing, measured in milliseconds.
|
String |
toString()
Returns a string representation of this object.
|
TimingInformation |
withProcessingTimeMilliseconds(Long processingTimeMilliseconds)
The amount of time that was taken for the command to finish processing, measured in milliseconds.
|
public void setProcessingTimeMilliseconds(Long processingTimeMilliseconds)
The amount of time that was taken for the command to finish processing, measured in milliseconds.
processingTimeMilliseconds - The amount of time that was taken for the command to finish processing, measured in milliseconds.public Long getProcessingTimeMilliseconds()
The amount of time that was taken for the command to finish processing, measured in milliseconds.
public TimingInformation withProcessingTimeMilliseconds(Long processingTimeMilliseconds)
The amount of time that was taken for the command to finish processing, measured in milliseconds.
processingTimeMilliseconds - The amount of time that was taken for the command to finish processing, measured in milliseconds.public String toString()
toString in class ObjectObject.toString()public TimingInformation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.