@Generated(value="software.amazon.awssdk:codegen") public final class SourceFiles extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SourceFiles.Builder,SourceFiles>
Source files for a sequence.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SourceFiles.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SourceFiles.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends SourceFiles.Builder> |
serializableBuilderClass() |
String |
source1()
The location of the first file in Amazon S3.
|
String |
source2()
The location of the second file in Amazon S3.
|
SourceFiles.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String source1()
The location of the first file in Amazon S3.
public final String source2()
The location of the second file in Amazon S3.
public SourceFiles.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SourceFiles.Builder,SourceFiles>public static SourceFiles.Builder builder()
public static Class<? extends SourceFiles.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.