@Generated(value="software.amazon.awssdk:codegen") public final class BridgeSource extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BridgeSource.Builder,BridgeSource>
| Modifier and Type | Class and Description |
|---|---|
static interface |
BridgeSource.Builder |
| Modifier and Type | Method and Description |
|---|---|
static BridgeSource.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
BridgeFlowSource |
flowSource()
Returns the value of the FlowSource property for this object.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
BridgeNetworkSource |
networkSource()
Returns the value of the NetworkSource property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends BridgeSource.Builder> |
serializableBuilderClass() |
BridgeSource.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final BridgeFlowSource flowSource()
public final BridgeNetworkSource networkSource()
public BridgeSource.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BridgeSource.Builder,BridgeSource>public static BridgeSource.Builder builder()
public static Class<? extends BridgeSource.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.