@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PathMappingRule extends Object implements Serializable, Cloneable, StructuredPojo
The details of a source and destination path.
| Constructor and Description |
|---|
PathMappingRule() |
| Modifier and Type | Method and Description |
|---|---|
PathMappingRule |
clone() |
boolean |
equals(Object obj) |
String |
getDestinationPath()
The destination path.
|
String |
getSourcePath()
The source path.
|
String |
getSourcePathFormat()
The source path format.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setDestinationPath(String destinationPath)
The destination path.
|
void |
setSourcePath(String sourcePath)
The source path.
|
void |
setSourcePathFormat(String sourcePathFormat)
The source path format.
|
String |
toString()
Returns a string representation of this object.
|
PathMappingRule |
withDestinationPath(String destinationPath)
The destination path.
|
PathMappingRule |
withSourcePath(String sourcePath)
The source path.
|
PathMappingRule |
withSourcePathFormat(PathFormat sourcePathFormat)
The source path format.
|
PathMappingRule |
withSourcePathFormat(String sourcePathFormat)
The source path format.
|
public void setDestinationPath(String destinationPath)
The destination path.
destinationPath - The destination path.public String getDestinationPath()
The destination path.
public PathMappingRule withDestinationPath(String destinationPath)
The destination path.
destinationPath - The destination path.public void setSourcePath(String sourcePath)
The source path.
sourcePath - The source path.public String getSourcePath()
The source path.
public PathMappingRule withSourcePath(String sourcePath)
The source path.
sourcePath - The source path.public void setSourcePathFormat(String sourcePathFormat)
The source path format.
sourcePathFormat - The source path format.PathFormatpublic String getSourcePathFormat()
The source path format.
PathFormatpublic PathMappingRule withSourcePathFormat(String sourcePathFormat)
The source path format.
sourcePathFormat - The source path format.PathFormatpublic PathMappingRule withSourcePathFormat(PathFormat sourcePathFormat)
The source path format.
sourcePathFormat - The source path format.PathFormatpublic String toString()
toString in class ObjectObject.toString()public PathMappingRule clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.