Class SourceFiles
- java.lang.Object
-
- software.amazon.awssdk.services.omics.model.SourceFiles
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SourceFiles.Builder,SourceFiles>
@Generated("software.amazon.awssdk:codegen") public final class SourceFiles extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SourceFiles.Builder,SourceFiles>
Source files for a sequence.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSourceFiles.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SourceFiles.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends SourceFiles.Builder>serializableBuilderClass()Stringsource1()The location of the first file in Amazon S3.Stringsource2()The location of the second file in Amazon S3.SourceFiles.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 String source1()
The location of the first file in Amazon S3.
- Returns:
- The location of the first file in Amazon S3.
-
source2
public final String source2()
The location of the second file in Amazon S3.
- Returns:
- The location of the second file in Amazon S3.
-
toBuilder
public SourceFiles.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SourceFiles.Builder,SourceFiles>
-
builder
public static SourceFiles.Builder builder()
-
serializableBuilderClass
public static Class<? extends SourceFiles.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-