@Generated(value="software.amazon.awssdk:codegen") public final class UpdateFailoverConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<UpdateFailoverConfig.Builder,UpdateFailoverConfig>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateFailoverConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateFailoverConfig.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
recoveryWindow()
Recovery window time to look for dash-7 packets
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateFailoverConfig.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.
|
UpdateFailoverConfig.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 UpdateFailoverConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateFailoverConfig.Builder,UpdateFailoverConfig>public static UpdateFailoverConfig.Builder builder()
public static Class<? extends UpdateFailoverConfig.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.