@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 String sourceTable()
The name of the source table.
public String sourcePath()
The source path.
public String sourceType()
The source type.
public String targetTable()
The target table.
public String targetPath()
The target path.
public 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 boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.