@Generated(value="software.amazon.awssdk:codegen") public final class EncoderSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EncoderSettings.Builder,EncoderSettings>
| Modifier and Type | Class and Description |
|---|---|
static interface |
EncoderSettings.Builder |
| Modifier and Type | Method and Description |
|---|---|
List<AudioDescription> |
audioDescriptions()
Returns the value of the AudioDescriptions property for this object.
|
AvailBlanking |
availBlanking()
Settings for ad avail blanking.
|
AvailConfiguration |
availConfiguration()
Event-wide configuration settings for ad avail insertion.
|
BlackoutSlate |
blackoutSlate()
Settings for blackout slate.
|
static EncoderSettings.Builder |
builder() |
List<CaptionDescription> |
captionDescriptions()
Settings for caption decriptions
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
FeatureActivations |
featureActivations()
Feature Activations
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
GlobalConfiguration |
globalConfiguration()
Configuration settings that apply to the event as a whole.
|
boolean |
hasAudioDescriptions()
For responses, this returns true if the service returned a value for the AudioDescriptions property.
|
boolean |
hasCaptionDescriptions()
For responses, this returns true if the service returned a value for the CaptionDescriptions property.
|
int |
hashCode() |
boolean |
hasOutputGroups()
For responses, this returns true if the service returned a value for the OutputGroups property.
|
boolean |
hasVideoDescriptions()
For responses, this returns true if the service returned a value for the VideoDescriptions property.
|
MotionGraphicsConfiguration |
motionGraphicsConfiguration()
Settings for motion graphics.
|
NielsenConfiguration |
nielsenConfiguration()
Nielsen configuration settings.
|
List<OutputGroup> |
outputGroups()
Returns the value of the OutputGroups property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends EncoderSettings.Builder> |
serializableBuilderClass() |
TimecodeConfig |
timecodeConfig()
Contains settings used to acquire and adjust timecode information from inputs.
|
EncoderSettings.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
List<VideoDescription> |
videoDescriptions()
Returns the value of the VideoDescriptions property for this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final boolean hasAudioDescriptions()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<AudioDescription> audioDescriptions()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasAudioDescriptions() method.
public final AvailBlanking availBlanking()
public final AvailConfiguration availConfiguration()
public final BlackoutSlate blackoutSlate()
public final boolean hasCaptionDescriptions()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<CaptionDescription> captionDescriptions()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasCaptionDescriptions() method.
public final FeatureActivations featureActivations()
public final GlobalConfiguration globalConfiguration()
public final MotionGraphicsConfiguration motionGraphicsConfiguration()
public final NielsenConfiguration nielsenConfiguration()
public final boolean hasOutputGroups()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<OutputGroup> outputGroups()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasOutputGroups() method.
public final TimecodeConfig timecodeConfig()
public final boolean hasVideoDescriptions()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<VideoDescription> videoDescriptions()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasVideoDescriptions() method.
public EncoderSettings.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EncoderSettings.Builder,EncoderSettings>public static EncoderSettings.Builder builder()
public static Class<? extends EncoderSettings.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.