@Generated(value="software.amazon.awssdk:codegen") public final class StatusCodes extends Object implements SdkPojo, Serializable, ToCopyableBuilder<StatusCodes.Builder,StatusCodes>
Represents the percentage of requests over the last 10 seconds that resulted in each type of status code response. For more information, see Status Code Definitions.
Modifier and Type | Class and Description |
---|---|
static interface |
StatusCodes.Builder |
Modifier and Type | Method and Description |
---|---|
static StatusCodes.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends StatusCodes.Builder> |
serializableBuilderClass() |
Integer |
status2xx()
The percentage of requests over the last 10 seconds that resulted in a 2xx (200, 201, etc.) status code.
|
Integer |
status3xx()
The percentage of requests over the last 10 seconds that resulted in a 3xx (300, 301, etc.) status code.
|
Integer |
status4xx()
The percentage of requests over the last 10 seconds that resulted in a 4xx (400, 401, etc.) status code.
|
Integer |
status5xx()
The percentage of requests over the last 10 seconds that resulted in a 5xx (500, 501, etc.) status code.
|
StatusCodes.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public Integer status2xx()
The percentage of requests over the last 10 seconds that resulted in a 2xx (200, 201, etc.) status code.
public Integer status3xx()
The percentage of requests over the last 10 seconds that resulted in a 3xx (300, 301, etc.) status code.
public Integer status4xx()
The percentage of requests over the last 10 seconds that resulted in a 4xx (400, 401, etc.) status code.
public Integer status5xx()
The percentage of requests over the last 10 seconds that resulted in a 5xx (500, 501, etc.) status code.
public StatusCodes.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<StatusCodes.Builder,StatusCodes>
public static StatusCodes.Builder builder()
public static Class<? extends StatusCodes.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.