@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MappingEntry extends Object implements Serializable, Cloneable, StructuredPojo
Defines a mapping.
Constructor and Description |
---|
MappingEntry() |
Modifier and Type | Method and Description |
---|---|
MappingEntry |
clone() |
boolean |
equals(Object obj) |
String |
getSourcePath()
The source path.
|
String |
getSourceTable()
The name of the source table.
|
String |
getSourceType()
The source type.
|
String |
getTargetPath()
The target path.
|
String |
getTargetTable()
The target table.
|
String |
getTargetType()
The target type.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setSourcePath(String sourcePath)
The source path.
|
void |
setSourceTable(String sourceTable)
The name of the source table.
|
void |
setSourceType(String sourceType)
The source type.
|
void |
setTargetPath(String targetPath)
The target path.
|
void |
setTargetTable(String targetTable)
The target table.
|
void |
setTargetType(String targetType)
The target type.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
MappingEntry |
withSourcePath(String sourcePath)
The source path.
|
MappingEntry |
withSourceTable(String sourceTable)
The name of the source table.
|
MappingEntry |
withSourceType(String sourceType)
The source type.
|
MappingEntry |
withTargetPath(String targetPath)
The target path.
|
MappingEntry |
withTargetTable(String targetTable)
The target table.
|
MappingEntry |
withTargetType(String targetType)
The target type.
|
public void setSourceTable(String sourceTable)
The name of the source table.
sourceTable
- The name of the source table.public String getSourceTable()
The name of the source table.
public MappingEntry withSourceTable(String sourceTable)
The name of the source table.
sourceTable
- The name of the source table.public void setSourcePath(String sourcePath)
The source path.
sourcePath
- The source path.public String getSourcePath()
The source path.
public MappingEntry withSourcePath(String sourcePath)
The source path.
sourcePath
- The source path.public void setSourceType(String sourceType)
The source type.
sourceType
- The source type.public String getSourceType()
The source type.
public MappingEntry withSourceType(String sourceType)
The source type.
sourceType
- The source type.public void setTargetTable(String targetTable)
The target table.
targetTable
- The target table.public String getTargetTable()
The target table.
public MappingEntry withTargetTable(String targetTable)
The target table.
targetTable
- The target table.public void setTargetPath(String targetPath)
The target path.
targetPath
- The target path.public String getTargetPath()
The target path.
public MappingEntry withTargetPath(String targetPath)
The target path.
targetPath
- The target path.public void setTargetType(String targetType)
The target type.
targetType
- The target type.public String getTargetType()
The target type.
public MappingEntry withTargetType(String targetType)
The target type.
targetType
- The target type.public String toString()
toString
in class Object
Object.toString()
public MappingEntry clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.