Class SpliceInsertMessage
- java.lang.Object
-
- software.amazon.awssdk.services.mediatailor.model.SpliceInsertMessage
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SpliceInsertMessage.Builder,SpliceInsertMessage>
@Generated("software.amazon.awssdk:codegen") public final class SpliceInsertMessage extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SpliceInsertMessage.Builder,SpliceInsertMessage>
Splice insert message configuration.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSpliceInsertMessage.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegeravailNum()This is written tosplice_insert.avail_num, as defined in section 9.7.3.1 of the SCTE-35 specification.IntegeravailsExpected()This is written tosplice_insert.avails_expected, as defined in section 9.7.3.1 of the SCTE-35 specification.static SpliceInsertMessage.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends SpliceInsertMessage.Builder>serializableBuilderClass()IntegerspliceEventId()This is written tosplice_insert.splice_event_id, as defined in section 9.7.3.1 of the SCTE-35 specification.SpliceInsertMessage.BuildertoBuilder()StringtoString()Returns a string representation of this object.IntegeruniqueProgramId()This is written tosplice_insert.unique_program_id, as defined in section 9.7.3.1 of the SCTE-35 specification.-
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
-
availNum
public final Integer availNum()
This is written to
splice_insert.avail_num, as defined in section 9.7.3.1 of the SCTE-35 specification. The default value is0. Values must be between0and256, inclusive.- Returns:
- This is written to
splice_insert.avail_num, as defined in section 9.7.3.1 of the SCTE-35 specification. The default value is0. Values must be between0and256, inclusive.
-
availsExpected
public final Integer availsExpected()
This is written to
splice_insert.avails_expected, as defined in section 9.7.3.1 of the SCTE-35 specification. The default value is0. Values must be between0and256, inclusive.- Returns:
- This is written to
splice_insert.avails_expected, as defined in section 9.7.3.1 of the SCTE-35 specification. The default value is0. Values must be between0and256, inclusive.
-
spliceEventId
public final Integer spliceEventId()
This is written to
splice_insert.splice_event_id, as defined in section 9.7.3.1 of the SCTE-35 specification. The default value is1.- Returns:
- This is written to
splice_insert.splice_event_id, as defined in section 9.7.3.1 of the SCTE-35 specification. The default value is1.
-
uniqueProgramId
public final Integer uniqueProgramId()
This is written to
splice_insert.unique_program_id, as defined in section 9.7.3.1 of the SCTE-35 specification. The default value is0. Values must be between0and256, inclusive.- Returns:
- This is written to
splice_insert.unique_program_id, as defined in section 9.7.3.1 of the SCTE-35 specification. The default value is0. Values must be between0and256, inclusive.
-
toBuilder
public SpliceInsertMessage.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SpliceInsertMessage.Builder,SpliceInsertMessage>
-
builder
public static SpliceInsertMessage.Builder builder()
-
serializableBuilderClass
public static Class<? extends SpliceInsertMessage.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-