@Generated(value="software.amazon.awssdk:codegen") public final class Scte35InputScheduleActionSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Scte35InputScheduleActionSettings.Builder,Scte35InputScheduleActionSettings>
| Modifier and Type | Class and Description |
|---|---|
static interface |
Scte35InputScheduleActionSettings.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Scte35InputScheduleActionSettings.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
inputAttachmentNameReference()
In fixed mode, enter the name of the input attachment that you want to use as a SCTE-35 input.
|
Scte35InputMode |
mode()
Whether the SCTE-35 input should be the active input or a fixed input.
|
String |
modeAsString()
Whether the SCTE-35 input should be the active input or a fixed input.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Scte35InputScheduleActionSettings.Builder> |
serializableBuilderClass() |
Scte35InputScheduleActionSettings.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String inputAttachmentNameReference()
public final Scte35InputMode mode()
If the service returns an enum value that is not available in the current SDK version, mode will return
Scte35InputMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
modeAsString().
Scte35InputModepublic final String modeAsString()
If the service returns an enum value that is not available in the current SDK version, mode will return
Scte35InputMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
modeAsString().
Scte35InputModepublic Scte35InputScheduleActionSettings.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Scte35InputScheduleActionSettings.Builder,Scte35InputScheduleActionSettings>public static Scte35InputScheduleActionSettings.Builder builder()
public static Class<? extends Scte35InputScheduleActionSettings.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.