@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 QLDB spent on processing the command, measured in milliseconds.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setProcessingTimeMilliseconds(Long processingTimeMilliseconds)
The amount of time that QLDB spent on processing the command, measured in milliseconds.
|
String |
toString()
Returns a string representation of this object.
|
TimingInformation |
withProcessingTimeMilliseconds(Long processingTimeMilliseconds)
The amount of time that QLDB spent on processing the command, measured in milliseconds.
|
public void setProcessingTimeMilliseconds(Long processingTimeMilliseconds)
The amount of time that QLDB spent on processing the command, measured in milliseconds.
processingTimeMilliseconds - The amount of time that QLDB spent on processing the command, measured in milliseconds.public Long getProcessingTimeMilliseconds()
The amount of time that QLDB spent on processing the command, measured in milliseconds.
public TimingInformation withProcessingTimeMilliseconds(Long processingTimeMilliseconds)
The amount of time that QLDB spent on processing the command, measured in milliseconds.
processingTimeMilliseconds - The amount of time that QLDB spent on processing the command, measured in milliseconds.public String toString()
toString in class ObjectObject.toString()public TimingInformation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.