StructuredPojo
, ToCopyableBuilder<FaultStatistics.Builder,FaultStatistics>
@Generated("software.amazon.awssdk:codegen") public class FaultStatistics extends Object implements StructuredPojo, ToCopyableBuilder<FaultStatistics.Builder,FaultStatistics>
Information about requests that failed with a 5xx Server Error status code.
Modifier and Type | Class | Description |
---|---|---|
static interface |
FaultStatistics.Builder |
Modifier and Type | Method | Description |
---|---|---|
static FaultStatistics.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
Long |
otherCount() |
The number of requests that failed with untracked 5xx Server Error status codes.
|
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.
|
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()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.