@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) |
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()
Search window time to look for dash-7 packets
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends FailoverConfig.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.
|
FailoverConfig.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 FailoverConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<FailoverConfig.Builder,FailoverConfig>public static FailoverConfig.Builder builder()
public static Class<? extends FailoverConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.