@Generated(value="software.amazon.awssdk:codegen") public final class RequestImpactStatistics extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RequestImpactStatistics.Builder,RequestImpactStatistics>
Statistics that describe how the incident has impacted a service.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RequestImpactStatistics.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RequestImpactStatistics.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Long |
faultCount()
The number of requests that have resulted in a fault,
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Long |
okCount()
The number of successful requests.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RequestImpactStatistics.Builder> |
serializableBuilderClass() |
RequestImpactStatistics.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Long |
totalCount()
The total number of requests to the service.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Long faultCount()
The number of requests that have resulted in a fault,
public final Long okCount()
The number of successful requests.
public final Long totalCount()
The total number of requests to the service.
public RequestImpactStatistics.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RequestImpactStatistics.Builder,RequestImpactStatistics>public static RequestImpactStatistics.Builder builder()
public static Class<? extends RequestImpactStatistics.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.