@Generated(value="software.amazon.awssdk:codegen") public final class MappingEntry extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MappingEntry.Builder,MappingEntry>
Defines a mapping.
| Modifier and Type | Class and Description |
|---|---|
static interface |
MappingEntry.Builder |
| Modifier and Type | Method and Description |
|---|---|
static MappingEntry.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 MappingEntry.Builder> |
serializableBuilderClass() |
String |
sourcePath()
The source path.
|
String |
sourceTable()
The name of the source table.
|
String |
sourceType()
The source type.
|
String |
targetPath()
The target path.
|
String |
targetTable()
The target table.
|
String |
targetType()
The target type.
|
MappingEntry.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String sourceTable()
The name of the source table.
public final String sourcePath()
The source path.
public final String sourceType()
The source type.
public final String targetTable()
The target table.
public final String targetPath()
The target path.
public final String targetType()
The target type.
public MappingEntry.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<MappingEntry.Builder,MappingEntry>public static MappingEntry.Builder builder()
public static Class<? extends MappingEntry.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.