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