@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 |
getRepInterval()
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 |
setRepInterval(Integer repInterval)
The number of milliseconds between instances of this table in the output transport stream.
|
String |
toString()
Returns a string representation of this object.
|
DvbTdtSettings |
withRepInterval(Integer repInterval)
The number of milliseconds between instances of this table in the output transport stream.
|
public void setRepInterval(Integer repInterval)
repInterval
- The number of milliseconds between instances of this table in the output transport stream.public Integer getRepInterval()
public DvbTdtSettings withRepInterval(Integer repInterval)
repInterval
- The number of milliseconds between instances of this table in the output transport stream.public String toString()
toString
in class Object
Object.toString()
public DvbTdtSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.