@Generated(value="software.amazon.awssdk:codegen") public final class BackendConnectionErrors extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BackendConnectionErrors.Builder,BackendConnectionErrors>
| Modifier and Type | Class and Description |
|---|---|
static interface |
BackendConnectionErrors.Builder |
| Modifier and Type | Method and Description |
|---|---|
static BackendConnectionErrors.Builder |
builder() |
Integer |
connectionRefusedCount()
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
httpCode4XXCount()
|
Integer |
httpCode5XXCount()
|
Integer |
otherCount()
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends BackendConnectionErrors.Builder> |
serializableBuilderClass() |
Integer |
timeoutCount()
|
BackendConnectionErrors.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Integer |
unknownHostCount()
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer timeoutCount()
public final Integer connectionRefusedCount()
public final Integer httpCode4XXCount()
public final Integer httpCode5XXCount()
public final Integer unknownHostCount()
public final Integer otherCount()
public BackendConnectionErrors.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BackendConnectionErrors.Builder,BackendConnectionErrors>public static BackendConnectionErrors.Builder builder()
public static Class<? extends BackendConnectionErrors.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.