@Generated(value="software.amazon.awssdk:codegen") public final class CaptionSourceSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CaptionSourceSettings.Builder,CaptionSourceSettings>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CaptionSourceSettings.Builder |
| Modifier and Type | Method and Description |
|---|---|
AncillarySourceSettings |
ancillarySourceSettings()
Returns the value of the AncillarySourceSettings property for this object.
|
static CaptionSourceSettings.Builder |
builder() |
DvbSubSourceSettings |
dvbSubSourceSettings()
Returns the value of the DvbSubSourceSettings property for this object.
|
EmbeddedSourceSettings |
embeddedSourceSettings()
Returns the value of the EmbeddedSourceSettings property for this object.
|
boolean |
equals(Object obj) |
FileSourceSettings |
fileSourceSettings()
Returns the value of the FileSourceSettings property for this object.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends CaptionSourceSettings.Builder> |
serializableBuilderClass() |
CaptionSourceType |
sourceType()
Returns the value of the SourceType property for this object.
|
String |
sourceTypeAsString()
Returns the value of the SourceType property for this object.
|
TeletextSourceSettings |
teletextSourceSettings()
Returns the value of the TeletextSourceSettings property for this object.
|
CaptionSourceSettings.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copypublic AncillarySourceSettings ancillarySourceSettings()
public DvbSubSourceSettings dvbSubSourceSettings()
public EmbeddedSourceSettings embeddedSourceSettings()
public FileSourceSettings fileSourceSettings()
public CaptionSourceType sourceType()
If the service returns an enum value that is not available in the current SDK version, sourceType will
return CaptionSourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
sourceTypeAsString().
CaptionSourceTypepublic String sourceTypeAsString()
If the service returns an enum value that is not available in the current SDK version, sourceType will
return CaptionSourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
sourceTypeAsString().
CaptionSourceTypepublic TeletextSourceSettings teletextSourceSettings()
public CaptionSourceSettings.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<CaptionSourceSettings.Builder,CaptionSourceSettings>public static CaptionSourceSettings.Builder builder()
public static Class<? extends CaptionSourceSettings.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.