Class FileInformation
- java.lang.Object
-
- software.amazon.awssdk.services.omics.model.FileInformation
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<FileInformation.Builder,FileInformation>
@Generated("software.amazon.awssdk:codegen") public final class FileInformation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FileInformation.Builder,FileInformation>
Details about a file.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceFileInformation.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FileInformation.Builderbuilder()LongcontentLength()The file's content length.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()LongpartSize()The file's part size.List<SdkField<?>>sdkFields()static Class<? extends FileInformation.Builder>serializableBuilderClass()FileInformation.BuildertoBuilder()StringtoString()Returns a string representation of this object.IntegertotalParts()The file's total parts.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
totalParts
public final Integer totalParts()
The file's total parts.
- Returns:
- The file's total parts.
-
partSize
public final Long partSize()
The file's part size.
- Returns:
- The file's part size.
-
contentLength
public final Long contentLength()
The file's content length.
- Returns:
- The file's content length.
-
toBuilder
public FileInformation.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<FileInformation.Builder,FileInformation>
-
builder
public static FileInformation.Builder builder()
-
serializableBuilderClass
public static Class<? extends FileInformation.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-