@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MultiplexProgram extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
MultiplexProgram() |
Modifier and Type | Method and Description |
---|---|
MultiplexProgram |
clone() |
boolean |
equals(Object obj) |
String |
getChannelId()
The MediaLive channel associated with the program.
|
MultiplexProgramSettings |
getMultiplexProgramSettings()
The settings for this multiplex program.
|
MultiplexProgramPacketIdentifiersMap |
getPacketIdentifiersMap()
The packet identifier map for this multiplex program.
|
String |
getProgramName()
The name of the multiplex program.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setChannelId(String channelId)
The MediaLive channel associated with the program.
|
void |
setMultiplexProgramSettings(MultiplexProgramSettings multiplexProgramSettings)
The settings for this multiplex program.
|
void |
setPacketIdentifiersMap(MultiplexProgramPacketIdentifiersMap packetIdentifiersMap)
The packet identifier map for this multiplex program.
|
void |
setProgramName(String programName)
The name of the multiplex program.
|
String |
toString()
Returns a string representation of this object.
|
MultiplexProgram |
withChannelId(String channelId)
The MediaLive channel associated with the program.
|
MultiplexProgram |
withMultiplexProgramSettings(MultiplexProgramSettings multiplexProgramSettings)
The settings for this multiplex program.
|
MultiplexProgram |
withPacketIdentifiersMap(MultiplexProgramPacketIdentifiersMap packetIdentifiersMap)
The packet identifier map for this multiplex program.
|
MultiplexProgram |
withProgramName(String programName)
The name of the multiplex program.
|
public void setChannelId(String channelId)
channelId
- The MediaLive channel associated with the program.public String getChannelId()
public MultiplexProgram withChannelId(String channelId)
channelId
- The MediaLive channel associated with the program.public void setMultiplexProgramSettings(MultiplexProgramSettings multiplexProgramSettings)
multiplexProgramSettings
- The settings for this multiplex program.public MultiplexProgramSettings getMultiplexProgramSettings()
public MultiplexProgram withMultiplexProgramSettings(MultiplexProgramSettings multiplexProgramSettings)
multiplexProgramSettings
- The settings for this multiplex program.public void setPacketIdentifiersMap(MultiplexProgramPacketIdentifiersMap packetIdentifiersMap)
packetIdentifiersMap
- The packet identifier map for this multiplex program.public MultiplexProgramPacketIdentifiersMap getPacketIdentifiersMap()
public MultiplexProgram withPacketIdentifiersMap(MultiplexProgramPacketIdentifiersMap packetIdentifiersMap)
packetIdentifiersMap
- The packet identifier map for this multiplex program.public void setProgramName(String programName)
programName
- The name of the multiplex program.public String getProgramName()
public MultiplexProgram withProgramName(String programName)
programName
- The name of the multiplex program.public String toString()
toString
in class Object
Object.toString()
public MultiplexProgram clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.