@Generated(value="software.amazon.awssdk:codegen") public final class UdpGroupSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<UdpGroupSettings.Builder,UdpGroupSettings>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UdpGroupSettings.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UdpGroupSettings.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
InputLossActionForUdpOut |
inputLossAction()
Specifies behavior of last resort when input video is lost, and no more backup inputs are available.
|
String |
inputLossActionAsString()
Specifies behavior of last resort when input video is lost, and no more backup inputs are available.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UdpGroupSettings.Builder> |
serializableBuilderClass() |
UdpTimedMetadataId3Frame |
timedMetadataId3Frame()
Indicates ID3 frame that has the timecode.
|
String |
timedMetadataId3FrameAsString()
Indicates ID3 frame that has the timecode.
|
Integer |
timedMetadataId3Period()
Timed Metadata interval in seconds.
|
UdpGroupSettings.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final InputLossActionForUdpOut inputLossAction()
If the service returns an enum value that is not available in the current SDK version, inputLossAction
will return InputLossActionForUdpOut.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from inputLossActionAsString().
InputLossActionForUdpOutpublic final String inputLossActionAsString()
If the service returns an enum value that is not available in the current SDK version, inputLossAction
will return InputLossActionForUdpOut.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from inputLossActionAsString().
InputLossActionForUdpOutpublic final UdpTimedMetadataId3Frame timedMetadataId3Frame()
If the service returns an enum value that is not available in the current SDK version,
timedMetadataId3Frame will return UdpTimedMetadataId3Frame.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from timedMetadataId3FrameAsString().
UdpTimedMetadataId3Framepublic final String timedMetadataId3FrameAsString()
If the service returns an enum value that is not available in the current SDK version,
timedMetadataId3Frame will return UdpTimedMetadataId3Frame.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from timedMetadataId3FrameAsString().
UdpTimedMetadataId3Framepublic final Integer timedMetadataId3Period()
public UdpGroupSettings.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UdpGroupSettings.Builder,UdpGroupSettings>public static UdpGroupSettings.Builder builder()
public static Class<? extends UdpGroupSettings.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.