@Generated(value="software.amazon.awssdk:codegen") public final class FaultStatistics extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FaultStatistics.Builder,FaultStatistics>
Information about requests that failed with a 5xx Server Error status code.
Modifier and Type | Class and Description |
---|---|
static interface |
FaultStatistics.Builder |
Modifier and Type | Method and Description |
---|---|
static FaultStatistics.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Long |
otherCount()
The number of requests that failed with untracked 5xx Server Error status codes.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends FaultStatistics.Builder> |
serializableBuilderClass() |
FaultStatistics.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
Long |
totalCount()
The total number of requests that failed with a 5xx Server Error status code.
|
copy
public Long otherCount()
The number of requests that failed with untracked 5xx Server Error status codes.
public Long totalCount()
The total number of requests that failed with a 5xx Server Error status code.
public FaultStatistics.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<FaultStatistics.Builder,FaultStatistics>
public static FaultStatistics.Builder builder()
public static Class<? extends FaultStatistics.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.