@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AvailSettings extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description | 
|---|
AvailSettings()  | 
| Modifier and Type | Method and Description | 
|---|---|
AvailSettings | 
clone()  | 
boolean | 
equals(Object obj)  | 
Esam | 
getEsam()  | 
Scte35SpliceInsert | 
getScte35SpliceInsert()  | 
Scte35TimeSignalApos | 
getScte35TimeSignalApos()  | 
int | 
hashCode()  | 
void | 
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given  
ProtocolMarshaller. | 
void | 
setEsam(Esam esam)  | 
void | 
setScte35SpliceInsert(Scte35SpliceInsert scte35SpliceInsert)  | 
void | 
setScte35TimeSignalApos(Scte35TimeSignalApos scte35TimeSignalApos)  | 
String | 
toString()
Returns a string representation of this object. 
 | 
AvailSettings | 
withEsam(Esam esam)  | 
AvailSettings | 
withScte35SpliceInsert(Scte35SpliceInsert scte35SpliceInsert)  | 
AvailSettings | 
withScte35TimeSignalApos(Scte35TimeSignalApos scte35TimeSignalApos)  | 
public void setEsam(Esam esam)
esam - public Esam getEsam()
public AvailSettings withEsam(Esam esam)
esam - public void setScte35SpliceInsert(Scte35SpliceInsert scte35SpliceInsert)
scte35SpliceInsert - public Scte35SpliceInsert getScte35SpliceInsert()
public AvailSettings withScte35SpliceInsert(Scte35SpliceInsert scte35SpliceInsert)
scte35SpliceInsert - public void setScte35TimeSignalApos(Scte35TimeSignalApos scte35TimeSignalApos)
scte35TimeSignalApos - public Scte35TimeSignalApos getScte35TimeSignalApos()
public AvailSettings withScte35TimeSignalApos(Scte35TimeSignalApos scte35TimeSignalApos)
scte35TimeSignalApos - public String toString()
toString in class ObjectObject.toString()public AvailSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.