@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AvailConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
AvailConfiguration() |
Modifier and Type | Method and Description |
---|---|
AvailConfiguration |
clone() |
boolean |
equals(Object obj) |
AvailSettings |
getAvailSettings()
Controls how SCTE-35 messages create cues.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAvailSettings(AvailSettings availSettings)
Controls how SCTE-35 messages create cues.
|
String |
toString()
Returns a string representation of this object.
|
AvailConfiguration |
withAvailSettings(AvailSettings availSettings)
Controls how SCTE-35 messages create cues.
|
public void setAvailSettings(AvailSettings availSettings)
availSettings
- Controls how SCTE-35 messages create cues. Splice Insert mode treats all segmentation signals
traditionally. With Time Signal APOS mode only Time Signal Placement Opportunity and Break messages create
segment breaks. With ESAM mode, signals are forwarded to an ESAM server for possible update.public AvailSettings getAvailSettings()
public AvailConfiguration withAvailSettings(AvailSettings availSettings)
availSettings
- Controls how SCTE-35 messages create cues. Splice Insert mode treats all segmentation signals
traditionally. With Time Signal APOS mode only Time Signal Placement Opportunity and Break messages create
segment breaks. With ESAM mode, signals are forwarded to an ESAM server for possible update.public String toString()
toString
in class Object
Object.toString()
public AvailConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.