@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MultiplexProgramChannelDestinationSettings extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
MultiplexProgramChannelDestinationSettings() |
Modifier and Type | Method and Description |
---|---|
MultiplexProgramChannelDestinationSettings |
clone() |
boolean |
equals(Object obj) |
String |
getMultiplexId()
The ID of the Multiplex that the encoder is providing output to.
|
String |
getProgramName()
The program name of the Multiplex program that the encoder is providing output to.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setMultiplexId(String multiplexId)
The ID of the Multiplex that the encoder is providing output to.
|
void |
setProgramName(String programName)
The program name of the Multiplex program that the encoder is providing output to.
|
String |
toString()
Returns a string representation of this object.
|
MultiplexProgramChannelDestinationSettings |
withMultiplexId(String multiplexId)
The ID of the Multiplex that the encoder is providing output to.
|
MultiplexProgramChannelDestinationSettings |
withProgramName(String programName)
The program name of the Multiplex program that the encoder is providing output to.
|
public MultiplexProgramChannelDestinationSettings()
public void setMultiplexId(String multiplexId)
multiplexId
- The ID of the Multiplex that the encoder is providing output to. You do not need to specify the individual
inputs to the Multiplex; MediaLive will handle the connection of the two MediaLive pipelines to the two
Multiplex instances. The Multiplex must be in the same region as the Channel.public String getMultiplexId()
public MultiplexProgramChannelDestinationSettings withMultiplexId(String multiplexId)
multiplexId
- The ID of the Multiplex that the encoder is providing output to. You do not need to specify the individual
inputs to the Multiplex; MediaLive will handle the connection of the two MediaLive pipelines to the two
Multiplex instances. The Multiplex must be in the same region as the Channel.public void setProgramName(String programName)
programName
- The program name of the Multiplex program that the encoder is providing output to.public String getProgramName()
public MultiplexProgramChannelDestinationSettings withProgramName(String programName)
programName
- The program name of the Multiplex program that the encoder is providing output to.public String toString()
toString
in class Object
Object.toString()
public MultiplexProgramChannelDestinationSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.