@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TransportStreamProgram extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
TransportStreamProgram() |
Modifier and Type | Method and Description |
---|---|
TransportStreamProgram |
clone() |
boolean |
equals(Object obj) |
Integer |
getPcrPid()
The Program Clock Reference (PCR) Packet ID (PID) as it is reported in the Program Association Table.
|
String |
getProgramName()
The program name as it is reported in the Program Association Table.
|
Integer |
getProgramNumber()
The program number as it is reported in the Program Association Table.
|
Integer |
getProgramPid()
The program Packet ID (PID) as it is reported in the Program Association Table.
|
List<TransportStream> |
getStreams()
The list of elementary transport streams in the program.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setPcrPid(Integer pcrPid)
The Program Clock Reference (PCR) Packet ID (PID) as it is reported in the Program Association Table.
|
void |
setProgramName(String programName)
The program name as it is reported in the Program Association Table.
|
void |
setProgramNumber(Integer programNumber)
The program number as it is reported in the Program Association Table.
|
void |
setProgramPid(Integer programPid)
The program Packet ID (PID) as it is reported in the Program Association Table.
|
void |
setStreams(Collection<TransportStream> streams)
The list of elementary transport streams in the program.
|
String |
toString()
Returns a string representation of this object.
|
TransportStreamProgram |
withPcrPid(Integer pcrPid)
The Program Clock Reference (PCR) Packet ID (PID) as it is reported in the Program Association Table.
|
TransportStreamProgram |
withProgramName(String programName)
The program name as it is reported in the Program Association Table.
|
TransportStreamProgram |
withProgramNumber(Integer programNumber)
The program number as it is reported in the Program Association Table.
|
TransportStreamProgram |
withProgramPid(Integer programPid)
The program Packet ID (PID) as it is reported in the Program Association Table.
|
TransportStreamProgram |
withStreams(Collection<TransportStream> streams)
The list of elementary transport streams in the program.
|
TransportStreamProgram |
withStreams(TransportStream... streams)
The list of elementary transport streams in the program.
|
public void setPcrPid(Integer pcrPid)
pcrPid
- The Program Clock Reference (PCR) Packet ID (PID) as it is reported in the Program Association Table.public Integer getPcrPid()
public TransportStreamProgram withPcrPid(Integer pcrPid)
pcrPid
- The Program Clock Reference (PCR) Packet ID (PID) as it is reported in the Program Association Table.public void setProgramName(String programName)
programName
- The program name as it is reported in the Program Association Table.public String getProgramName()
public TransportStreamProgram withProgramName(String programName)
programName
- The program name as it is reported in the Program Association Table.public void setProgramNumber(Integer programNumber)
programNumber
- The program number as it is reported in the Program Association Table.public Integer getProgramNumber()
public TransportStreamProgram withProgramNumber(Integer programNumber)
programNumber
- The program number as it is reported in the Program Association Table.public void setProgramPid(Integer programPid)
programPid
- The program Packet ID (PID) as it is reported in the Program Association Table.public Integer getProgramPid()
public TransportStreamProgram withProgramPid(Integer programPid)
programPid
- The program Packet ID (PID) as it is reported in the Program Association Table.public List<TransportStream> getStreams()
public void setStreams(Collection<TransportStream> streams)
streams
- The list of elementary transport streams in the program. The list includes video, audio, and data streams.public TransportStreamProgram withStreams(TransportStream... streams)
NOTE: This method appends the values to the existing list (if any). Use
setStreams(java.util.Collection)
or withStreams(java.util.Collection)
if you want to override
the existing values.
streams
- The list of elementary transport streams in the program. The list includes video, audio, and data streams.public TransportStreamProgram withStreams(Collection<TransportStream> streams)
streams
- The list of elementary transport streams in the program. The list includes video, audio, and data streams.public String toString()
toString
in class Object
Object.toString()
public TransportStreamProgram clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.