@Generated(value="software.amazon.awssdk:codegen") public class Scte35SpliceInsert extends Object implements StructuredPojo, ToCopyableBuilder<Scte35SpliceInsert.Builder,Scte35SpliceInsert>
| Modifier and Type | Class and Description |
|---|---|
static interface |
Scte35SpliceInsert.Builder |
| Modifier and Type | Method and Description |
|---|---|
Integer |
adAvailOffset()
When specified, this offset (in milliseconds) is added to the input Ad Avail PTS time.
|
static Scte35SpliceInsert.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
Scte35SpliceInsertNoRegionalBlackoutBehavior |
noRegionalBlackoutFlag()
When set to ignore, Segment Descriptors with noRegionalBlackoutFlag set to 0 will no longer trigger blackouts or
Ad Avail slates
|
String |
noRegionalBlackoutFlagAsString()
When set to ignore, Segment Descriptors with noRegionalBlackoutFlag set to 0 will no longer trigger blackouts or
Ad Avail slates
|
static Class<? extends Scte35SpliceInsert.Builder> |
serializableBuilderClass() |
Scte35SpliceInsert.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
Scte35SpliceInsertWebDeliveryAllowedBehavior |
webDeliveryAllowedFlag()
When set to ignore, Segment Descriptors with webDeliveryAllowedFlag set to 0 will no longer trigger blackouts or
Ad Avail slates
|
String |
webDeliveryAllowedFlagAsString()
When set to ignore, Segment Descriptors with webDeliveryAllowedFlag set to 0 will no longer trigger blackouts or
Ad Avail slates
|
copypublic Integer adAvailOffset()
public Scte35SpliceInsertNoRegionalBlackoutBehavior noRegionalBlackoutFlag()
If the service returns an enum value that is not available in the current SDK version,
noRegionalBlackoutFlag will return
Scte35SpliceInsertNoRegionalBlackoutBehavior.UNKNOWN_TO_SDK_VERSION. The raw value returned by the
service is available from noRegionalBlackoutFlagAsString().
Scte35SpliceInsertNoRegionalBlackoutBehaviorpublic String noRegionalBlackoutFlagAsString()
If the service returns an enum value that is not available in the current SDK version,
noRegionalBlackoutFlag will return
Scte35SpliceInsertNoRegionalBlackoutBehavior.UNKNOWN_TO_SDK_VERSION. The raw value returned by the
service is available from noRegionalBlackoutFlagAsString().
Scte35SpliceInsertNoRegionalBlackoutBehaviorpublic Scte35SpliceInsertWebDeliveryAllowedBehavior webDeliveryAllowedFlag()
If the service returns an enum value that is not available in the current SDK version,
webDeliveryAllowedFlag will return
Scte35SpliceInsertWebDeliveryAllowedBehavior.UNKNOWN_TO_SDK_VERSION. The raw value returned by the
service is available from webDeliveryAllowedFlagAsString().
Scte35SpliceInsertWebDeliveryAllowedBehaviorpublic String webDeliveryAllowedFlagAsString()
If the service returns an enum value that is not available in the current SDK version,
webDeliveryAllowedFlag will return
Scte35SpliceInsertWebDeliveryAllowedBehavior.UNKNOWN_TO_SDK_VERSION. The raw value returned by the
service is available from webDeliveryAllowedFlagAsString().
Scte35SpliceInsertWebDeliveryAllowedBehaviorpublic Scte35SpliceInsert.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<Scte35SpliceInsert.Builder,Scte35SpliceInsert>public static Scte35SpliceInsert.Builder builder()
public static Class<? extends Scte35SpliceInsert.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.