@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)
Indicates whether some other object is "equal to" this one by SDK fields.
|
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()
Returns true if the AudioDescriptions property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
boolean |
hasCaptionDescriptions()
Returns true if the CaptionDescriptions property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
int |
hashCode() |
boolean |
hasOutputGroups()
Returns true if the OutputGroups property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
boolean |
hasVideoDescriptions()
Returns true if the VideoDescriptions property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString()
Returns a string representation of this object.
|
List<VideoDescription> |
videoDescriptions()
Returns the value of the VideoDescriptions property for this object.
|
copy
public final boolean hasAudioDescriptions()
public final List<AudioDescription> audioDescriptions()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasAudioDescriptions()
to see if a value was sent in this field.
public final AvailBlanking availBlanking()
public final AvailConfiguration availConfiguration()
public final BlackoutSlate blackoutSlate()
public final boolean hasCaptionDescriptions()
public final List<CaptionDescription> captionDescriptions()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasCaptionDescriptions()
to see if a value was sent in this field.
public final FeatureActivations featureActivations()
public final GlobalConfiguration globalConfiguration()
public final NielsenConfiguration nielsenConfiguration()
public final boolean hasOutputGroups()
public final List<OutputGroup> outputGroups()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasOutputGroups()
to see if a value was sent in this field.
public final TimecodeConfig timecodeConfig()
public final boolean hasVideoDescriptions()
public final List<VideoDescription> videoDescriptions()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasVideoDescriptions()
to see if a value was sent in this field.
public EncoderSettings.Builder toBuilder()
ToCopyableBuilder
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)
SdkPojo
SdkPojo
class,
and is generated based on a service model.
If an SdkPojo
class does not have any inherited fields, equalsBySdkFields
and equals
are essentially the same.
equalsBySdkFields
in interface SdkPojo
obj
- the object to be compared withpublic final String toString()
Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.