@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FileInformation extends Object implements Serializable, Cloneable, StructuredPojo
Details about a file.
Constructor and Description |
---|
FileInformation() |
Modifier and Type | Method and Description |
---|---|
FileInformation |
clone() |
boolean |
equals(Object obj) |
Long |
getContentLength()
The file's content length.
|
Long |
getPartSize()
The file's part size.
|
ReadSetS3Access |
getS3Access()
The S3 URI metadata of a sequence store.
|
Integer |
getTotalParts()
The file's total parts.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setContentLength(Long contentLength)
The file's content length.
|
void |
setPartSize(Long partSize)
The file's part size.
|
void |
setS3Access(ReadSetS3Access s3Access)
The S3 URI metadata of a sequence store.
|
void |
setTotalParts(Integer totalParts)
The file's total parts.
|
String |
toString()
Returns a string representation of this object.
|
FileInformation |
withContentLength(Long contentLength)
The file's content length.
|
FileInformation |
withPartSize(Long partSize)
The file's part size.
|
FileInformation |
withS3Access(ReadSetS3Access s3Access)
The S3 URI metadata of a sequence store.
|
FileInformation |
withTotalParts(Integer totalParts)
The file's total parts.
|
public void setTotalParts(Integer totalParts)
The file's total parts.
totalParts
- The file's total parts.public Integer getTotalParts()
The file's total parts.
public FileInformation withTotalParts(Integer totalParts)
The file's total parts.
totalParts
- The file's total parts.public void setPartSize(Long partSize)
The file's part size.
partSize
- The file's part size.public Long getPartSize()
The file's part size.
public FileInformation withPartSize(Long partSize)
The file's part size.
partSize
- The file's part size.public void setContentLength(Long contentLength)
The file's content length.
contentLength
- The file's content length.public Long getContentLength()
The file's content length.
public FileInformation withContentLength(Long contentLength)
The file's content length.
contentLength
- The file's content length.public void setS3Access(ReadSetS3Access s3Access)
The S3 URI metadata of a sequence store.
s3Access
- The S3 URI metadata of a sequence store.public ReadSetS3Access getS3Access()
The S3 URI metadata of a sequence store.
public FileInformation withS3Access(ReadSetS3Access s3Access)
The S3 URI metadata of a sequence store.
s3Access
- The S3 URI metadata of a sequence store.public String toString()
toString
in class Object
Object.toString()
public FileInformation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.