@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DvbSubSourceSettings extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
DvbSubSourceSettings() |
Modifier and Type | Method and Description |
---|---|
DvbSubSourceSettings |
clone() |
boolean |
equals(Object obj) |
Integer |
getPid()
When using DVB-Sub with Burn-in, use this PID for the source content.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setPid(Integer pid)
When using DVB-Sub with Burn-in, use this PID for the source content.
|
String |
toString()
Returns a string representation of this object.
|
DvbSubSourceSettings |
withPid(Integer pid)
When using DVB-Sub with Burn-in, use this PID for the source content.
|
public void setPid(Integer pid)
pid
- When using DVB-Sub with Burn-in, use this PID for the source content. Unused for DVB-Sub passthrough. All
DVB-Sub content is passed through, regardless of selectors.public Integer getPid()
public DvbSubSourceSettings withPid(Integer pid)
pid
- When using DVB-Sub with Burn-in, use this PID for the source content. Unused for DVB-Sub passthrough. All
DVB-Sub content is passed through, regardless of selectors.public String toString()
toString
in class Object
Object.toString()
public DvbSubSourceSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.