@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public TimingInformation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.