@Generated(value="software.amazon.awssdk:codegen") public final class FailoverConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FailoverConfig.Builder,FailoverConfig>
| Modifier and Type | Class and Description |
|---|---|
static interface |
FailoverConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
static FailoverConfig.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
recoveryWindow()
Search window time to look for dash-7 packets
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends FailoverConfig.Builder> |
serializableBuilderClass() |
State |
state()
Returns the value of the State property for this object.
|
String |
stateAsString()
Returns the value of the State property for this object.
|
FailoverConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic Integer recoveryWindow()
public State state()
If the service returns an enum value that is not available in the current SDK version, state will return
State.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
Statepublic String stateAsString()
If the service returns an enum value that is not available in the current SDK version, state will return
State.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
Statepublic FailoverConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<FailoverConfig.Builder,FailoverConfig>public static FailoverConfig.Builder builder()
public static Class<? extends FailoverConfig.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.