@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) |
boolean |
equalsBySdkFields(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() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer status2xx()
The percentage of requests over the last 10 seconds that resulted in a 2xx (200, 201, etc.) status code.
public final Integer status3xx()
The percentage of requests over the last 10 seconds that resulted in a 3xx (300, 301, etc.) status code.
public final Integer status4xx()
The percentage of requests over the last 10 seconds that resulted in a 4xx (400, 401, etc.) status code.
public final 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()
toBuilder in interface ToCopyableBuilder<StatusCodes.Builder,StatusCodes>public static StatusCodes.Builder builder()
public static Class<? extends StatusCodes.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.