@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) |
FailoverMode |
failoverMode()
The type of failover you choose for this flow.
|
String |
failoverModeAsString()
The type of failover you choose for this flow.
|
<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() |
SourcePriority |
sourcePriority()
The priority you want to assign to a source.
|
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 final FailoverMode failoverMode()
If the service returns an enum value that is not available in the current SDK version, failoverMode will
return FailoverMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
failoverModeAsString().
FailoverModepublic final String failoverModeAsString()
If the service returns an enum value that is not available in the current SDK version, failoverMode will
return FailoverMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
failoverModeAsString().
FailoverModepublic final Integer recoveryWindow()
public final SourcePriority sourcePriority()
public final 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 final 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 final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.