@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class File extends Object implements Serializable, Cloneable, StructuredPojo
Defines a file.
| Constructor and Description |
|---|
File() |
| Modifier and Type | Method and Description |
|---|---|
File |
clone() |
boolean |
equals(Object obj) |
CompareFileType |
getFileType()
The file type of the file.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setFileType(CompareFileType fileType)
The file type of the file.
|
String |
toString()
Returns a string representation of this object.
|
File |
withFileType(CompareFileType fileType)
The file type of the file.
|
public void setFileType(CompareFileType fileType)
The file type of the file.
fileType - The file type of the file.public CompareFileType getFileType()
The file type of the file.
public File withFileType(CompareFileType fileType)
The file type of the file.
fileType - The file type of the file.public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.