@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ProtectedQueryStatistics extends Object implements Serializable, Cloneable, StructuredPojo
Contains statistics about the execution of the protected query.
| Constructor and Description |
|---|
ProtectedQueryStatistics() |
| Modifier and Type | Method and Description |
|---|---|
ProtectedQueryStatistics |
clone() |
boolean |
equals(Object obj) |
Long |
getTotalDurationInMillis()
The duration of the protected query, from creation until query completion.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setTotalDurationInMillis(Long totalDurationInMillis)
The duration of the protected query, from creation until query completion.
|
String |
toString()
Returns a string representation of this object.
|
ProtectedQueryStatistics |
withTotalDurationInMillis(Long totalDurationInMillis)
The duration of the protected query, from creation until query completion.
|
public void setTotalDurationInMillis(Long totalDurationInMillis)
The duration of the protected query, from creation until query completion.
totalDurationInMillis - The duration of the protected query, from creation until query completion.public Long getTotalDurationInMillis()
The duration of the protected query, from creation until query completion.
public ProtectedQueryStatistics withTotalDurationInMillis(Long totalDurationInMillis)
The duration of the protected query, from creation until query completion.
totalDurationInMillis - The duration of the protected query, from creation until query completion.public String toString()
toString in class ObjectObject.toString()public ProtectedQueryStatistics clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.