Class ReadSetFiles
- java.lang.Object
-
- software.amazon.awssdk.services.omics.model.ReadSetFiles
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ReadSetFiles.Builder,ReadSetFiles>
@Generated("software.amazon.awssdk:codegen") public final class ReadSetFiles extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ReadSetFiles.Builder,ReadSetFiles>
Files in a read set.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceReadSetFiles.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ReadSetFiles.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()FileInformationindex()The files' index.List<SdkField<?>>sdkFields()static Class<? extends ReadSetFiles.Builder>serializableBuilderClass()FileInformationsource1()The location of the first file in Amazon S3.FileInformationsource2()The location of the second file in Amazon S3.ReadSetFiles.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
source1
public final FileInformation source1()
The location of the first file in Amazon S3.
- Returns:
- The location of the first file in Amazon S3.
-
source2
public final FileInformation source2()
The location of the second file in Amazon S3.
- Returns:
- The location of the second file in Amazon S3.
-
index
public final FileInformation index()
The files' index.
- Returns:
- The files' index.
-
toBuilder
public ReadSetFiles.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ReadSetFiles.Builder,ReadSetFiles>
-
builder
public static ReadSetFiles.Builder builder()
-
serializableBuilderClass
public static Class<? extends ReadSetFiles.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.
-
-