@Generated(value="software.amazon.awssdk:codegen") public class DvbSubDestinationSettings extends Object implements StructuredPojo, ToCopyableBuilder<DvbSubDestinationSettings.Builder,DvbSubDestinationSettings>
Modifier and Type | Class and Description |
---|---|
static interface |
DvbSubDestinationSettings.Builder |
Modifier and Type | Method and Description |
---|---|
DvbSubtitleAlignment |
alignment()
Returns the value of the Alignment property for this object.
|
String |
alignmentString()
Returns the value of the Alignment property for this object.
|
DvbSubtitleBackgroundColor |
backgroundColor()
Returns the value of the BackgroundColor property for this object.
|
String |
backgroundColorString()
Returns the value of the BackgroundColor property for this object.
|
Integer |
backgroundOpacity()
Specifies the opacity of the background rectangle.
|
static DvbSubDestinationSettings.Builder |
builder() |
boolean |
equals(Object obj) |
DvbSubtitleFontColor |
fontColor()
Returns the value of the FontColor property for this object.
|
String |
fontColorString()
Returns the value of the FontColor property for this object.
|
Integer |
fontOpacity()
Specifies the opacity of the burned-in captions.
|
Integer |
fontResolution()
Font resolution in DPI (dots per inch); default is 96 dpi.
|
Integer |
fontSize()
A positive integer indicates the exact font size in points.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
DvbSubtitleOutlineColor |
outlineColor()
Returns the value of the OutlineColor property for this object.
|
String |
outlineColorString()
Returns the value of the OutlineColor property for this object.
|
Integer |
outlineSize()
Specifies font outline size in pixels.
|
static Class<? extends DvbSubDestinationSettings.Builder> |
serializableBuilderClass() |
DvbSubtitleShadowColor |
shadowColor()
Returns the value of the ShadowColor property for this object.
|
String |
shadowColorString()
Returns the value of the ShadowColor property for this object.
|
Integer |
shadowOpacity()
Specifies the opacity of the shadow.
|
Integer |
shadowXOffset()
Specifies the horizontal offset of the shadow relative to the captions in pixels.
|
Integer |
shadowYOffset()
Specifies the vertical offset of the shadow relative to the captions in pixels.
|
DvbSubtitleTeletextSpacing |
teletextSpacing()
Returns the value of the TeletextSpacing property for this object.
|
String |
teletextSpacingString()
Returns the value of the TeletextSpacing property for this object.
|
DvbSubDestinationSettings.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
Integer |
xPosition()
Specifies the horizontal position of the caption relative to the left side of the output in pixels.
|
Integer |
yPosition()
Specifies the vertical position of the caption relative to the top of the output in pixels.
|
copy
public DvbSubtitleAlignment alignment()
If the service returns an enum value that is not available in the current SDK version, alignment
will
return DvbSubtitleAlignment.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from alignmentString()
.
DvbSubtitleAlignment
public String alignmentString()
If the service returns an enum value that is not available in the current SDK version, alignment
will
return DvbSubtitleAlignment.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from alignmentString()
.
DvbSubtitleAlignment
public DvbSubtitleBackgroundColor backgroundColor()
If the service returns an enum value that is not available in the current SDK version, backgroundColor
will return DvbSubtitleBackgroundColor.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is
available from backgroundColorString()
.
DvbSubtitleBackgroundColor
public String backgroundColorString()
If the service returns an enum value that is not available in the current SDK version, backgroundColor
will return DvbSubtitleBackgroundColor.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is
available from backgroundColorString()
.
DvbSubtitleBackgroundColor
public Integer backgroundOpacity()
public DvbSubtitleFontColor fontColor()
If the service returns an enum value that is not available in the current SDK version, fontColor
will
return DvbSubtitleFontColor.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from fontColorString()
.
DvbSubtitleFontColor
public String fontColorString()
If the service returns an enum value that is not available in the current SDK version, fontColor
will
return DvbSubtitleFontColor.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from fontColorString()
.
DvbSubtitleFontColor
public Integer fontOpacity()
public Integer fontResolution()
public Integer fontSize()
public DvbSubtitleOutlineColor outlineColor()
If the service returns an enum value that is not available in the current SDK version, outlineColor
will
return DvbSubtitleOutlineColor.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from outlineColorString()
.
DvbSubtitleOutlineColor
public String outlineColorString()
If the service returns an enum value that is not available in the current SDK version, outlineColor
will
return DvbSubtitleOutlineColor.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from outlineColorString()
.
DvbSubtitleOutlineColor
public Integer outlineSize()
public DvbSubtitleShadowColor shadowColor()
If the service returns an enum value that is not available in the current SDK version, shadowColor
will
return DvbSubtitleShadowColor.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from shadowColorString()
.
DvbSubtitleShadowColor
public String shadowColorString()
If the service returns an enum value that is not available in the current SDK version, shadowColor
will
return DvbSubtitleShadowColor.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from shadowColorString()
.
DvbSubtitleShadowColor
public Integer shadowOpacity()
public Integer shadowXOffset()
public Integer shadowYOffset()
public DvbSubtitleTeletextSpacing teletextSpacing()
If the service returns an enum value that is not available in the current SDK version, teletextSpacing
will return DvbSubtitleTeletextSpacing.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is
available from teletextSpacingString()
.
DvbSubtitleTeletextSpacing
public String teletextSpacingString()
If the service returns an enum value that is not available in the current SDK version, teletextSpacing
will return DvbSubtitleTeletextSpacing.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is
available from teletextSpacingString()
.
DvbSubtitleTeletextSpacing
public Integer xPosition()
public Integer yPosition()
public DvbSubDestinationSettings.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DvbSubDestinationSettings.Builder,DvbSubDestinationSettings>
public static DvbSubDestinationSettings.Builder builder()
public static Class<? extends DvbSubDestinationSettings.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.