Class Scte35InputScheduleActionSettings
- java.lang.Object
-
- software.amazon.awssdk.services.medialive.model.Scte35InputScheduleActionSettings
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Scte35InputScheduleActionSettings.Builder,Scte35InputScheduleActionSettings>
@Generated("software.amazon.awssdk:codegen") public final class Scte35InputScheduleActionSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Scte35InputScheduleActionSettings.Builder,Scte35InputScheduleActionSettings>
Scte35Input Schedule Action Settings- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceScte35InputScheduleActionSettings.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Scte35InputScheduleActionSettings.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringinputAttachmentNameReference()In fixed mode, enter the name of the input attachment that you want to use as a SCTE-35 input.Scte35InputModemode()Whether the SCTE-35 input should be the active input or a fixed input.StringmodeAsString()Whether the SCTE-35 input should be the active input or a fixed input.List<SdkField<?>>sdkFields()static Class<? extends Scte35InputScheduleActionSettings.Builder>serializableBuilderClass()Scte35InputScheduleActionSettings.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
inputAttachmentNameReference
public final String inputAttachmentNameReference()
In fixed mode, enter the name of the input attachment that you want to use as a SCTE-35 input. (Don't enter the ID of the input.)"- Returns:
- In fixed mode, enter the name of the input attachment that you want to use as a SCTE-35 input. (Don't enter the ID of the input.)"
-
mode
public final Scte35InputMode mode()
Whether the SCTE-35 input should be the active input or a fixed input.If the service returns an enum value that is not available in the current SDK version,
modewill returnScte35InputMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommodeAsString().- Returns:
- Whether the SCTE-35 input should be the active input or a fixed input.
- See Also:
Scte35InputMode
-
modeAsString
public final String modeAsString()
Whether the SCTE-35 input should be the active input or a fixed input.If the service returns an enum value that is not available in the current SDK version,
modewill returnScte35InputMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommodeAsString().- Returns:
- Whether the SCTE-35 input should be the active input or a fixed input.
- See Also:
Scte35InputMode
-
toBuilder
public Scte35InputScheduleActionSettings.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<Scte35InputScheduleActionSettings.Builder,Scte35InputScheduleActionSettings>
-
builder
public static Scte35InputScheduleActionSettings.Builder builder()
-
serializableBuilderClass
public static Class<? extends Scte35InputScheduleActionSettings.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-