@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DvbTdtSettings extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
DvbTdtSettings() |
| Modifier and Type | Method and Description |
|---|---|
DvbTdtSettings |
clone() |
boolean |
equals(Object obj) |
Integer |
getTdtInterval()
The number of milliseconds between instances of this table in the output transport stream.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setTdtInterval(Integer tdtInterval)
The number of milliseconds between instances of this table in the output transport stream.
|
String |
toString()
Returns a string representation of this object.
|
DvbTdtSettings |
withTdtInterval(Integer tdtInterval)
The number of milliseconds between instances of this table in the output transport stream.
|
public void setTdtInterval(Integer tdtInterval)
tdtInterval - The number of milliseconds between instances of this table in the output transport stream.public Integer getTdtInterval()
public DvbTdtSettings withTdtInterval(Integer tdtInterval)
tdtInterval - The number of milliseconds between instances of this table in the output transport stream.public String toString()
toString in class ObjectObject.toString()public DvbTdtSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.