@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) |
<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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
Integer |
unknownHostCount()
|
copy
public Integer timeoutCount()
public Integer connectionRefusedCount()
public Integer httpCode4XXCount()
public Integer httpCode5XXCount()
public Integer unknownHostCount()
public Integer otherCount()
public BackendConnectionErrors.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<BackendConnectionErrors.Builder,BackendConnectionErrors>
public static BackendConnectionErrors.Builder builder()
public static Class<? extends BackendConnectionErrors.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.