@Generated(value="software.amazon.awssdk:codegen") public class FileSourceSettings extends Object implements StructuredPojo, ToCopyableBuilder<FileSourceSettings.Builder,FileSourceSettings>
| Modifier and Type | Class and Description |
|---|---|
static interface |
FileSourceSettings.Builder |
| Modifier and Type | Method and Description |
|---|---|
static FileSourceSettings.Builder |
builder() |
FileSourceConvert608To708 |
convert608To708()
Returns the value of the Convert608To708 property for this object.
|
String |
convert608To708AsString()
Returns the value of the Convert608To708 property for this object.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
static Class<? extends FileSourceSettings.Builder> |
serializableBuilderClass() |
String |
sourceFile()
External caption file used for loading captions.
|
Integer |
timeDelta()
Specifies a time delta in seconds to offset the captions from the source file.
|
FileSourceSettings.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copypublic FileSourceConvert608To708 convert608To708()
If the service returns an enum value that is not available in the current SDK version, convert608To708
will return FileSourceConvert608To708.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from convert608To708AsString().
FileSourceConvert608To708public String convert608To708AsString()
If the service returns an enum value that is not available in the current SDK version, convert608To708
will return FileSourceConvert608To708.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from convert608To708AsString().
FileSourceConvert608To708public String sourceFile()
public Integer timeDelta()
public FileSourceSettings.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<FileSourceSettings.Builder,FileSourceSettings>public static FileSourceSettings.Builder builder()
public static Class<? extends FileSourceSettings.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.