@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteMultiplexProgramResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteMultiplexProgramResult() |
Modifier and Type | Method and Description |
---|---|
DeleteMultiplexProgramResult |
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 |
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.
|
DeleteMultiplexProgramResult |
withChannelId(String channelId)
The MediaLive channel associated with the program.
|
DeleteMultiplexProgramResult |
withMultiplexProgramSettings(MultiplexProgramSettings multiplexProgramSettings)
The settings for this multiplex program.
|
DeleteMultiplexProgramResult |
withPacketIdentifiersMap(MultiplexProgramPacketIdentifiersMap packetIdentifiersMap)
The packet identifier map for this multiplex program.
|
DeleteMultiplexProgramResult |
withProgramName(String programName)
The name of the multiplex program.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setChannelId(String channelId)
channelId
- The MediaLive channel associated with the program.public String getChannelId()
public DeleteMultiplexProgramResult 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 DeleteMultiplexProgramResult 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 DeleteMultiplexProgramResult 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 DeleteMultiplexProgramResult withProgramName(String programName)
programName
- The name of the multiplex program.public String toString()
toString
in class Object
Object.toString()
public DeleteMultiplexProgramResult clone()