@Generated(value="software.amazon.awssdk:codegen") public final class EdgeStatistics extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EdgeStatistics.Builder,EdgeStatistics>
Response statistics for an edge.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EdgeStatistics.Builder |
| Modifier and Type | Method and Description |
|---|---|
static EdgeStatistics.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
ErrorStatistics |
errorStatistics()
Information about requests that failed with a 4xx Client Error status code.
|
FaultStatistics |
faultStatistics()
Information about requests that failed with a 5xx Server Error status code.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Long |
okCount()
The number of requests that completed with a 2xx Success status code.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends EdgeStatistics.Builder> |
serializableBuilderClass() |
EdgeStatistics.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Long |
totalCount()
The total number of completed requests.
|
Double |
totalResponseTime()
The aggregate response time of completed requests.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Long okCount()
The number of requests that completed with a 2xx Success status code.
public final ErrorStatistics errorStatistics()
Information about requests that failed with a 4xx Client Error status code.
public final FaultStatistics faultStatistics()
Information about requests that failed with a 5xx Server Error status code.
public final Long totalCount()
The total number of completed requests.
public final Double totalResponseTime()
The aggregate response time of completed requests.
public EdgeStatistics.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EdgeStatistics.Builder,EdgeStatistics>public static EdgeStatistics.Builder builder()
public static Class<? extends EdgeStatistics.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.