@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.
|
List<MultiplexProgramPipelineDetail> |
getPipelineDetails()
Contains information about the current sources for the specified program in the specified multiplex.
|
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 |
setPipelineDetails(Collection<MultiplexProgramPipelineDetail> pipelineDetails)
Contains information about the current sources for the specified program in the specified multiplex.
|
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 |
withPipelineDetails(Collection<MultiplexProgramPipelineDetail> pipelineDetails)
Contains information about the current sources for the specified program in the specified multiplex.
|
DeleteMultiplexProgramResult |
withPipelineDetails(MultiplexProgramPipelineDetail... pipelineDetails)
Contains information about the current sources for the specified program in the specified multiplex.
|
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 List<MultiplexProgramPipelineDetail> getPipelineDetails()
public void setPipelineDetails(Collection<MultiplexProgramPipelineDetail> pipelineDetails)
pipelineDetails
- Contains information about the current sources for the specified program in the specified multiplex. Keep
in mind that each multiplex pipeline connects to both pipelines in a given source channel (the channel
identified by the program). But only one of those channel pipelines is ever active at one time.public DeleteMultiplexProgramResult withPipelineDetails(MultiplexProgramPipelineDetail... pipelineDetails)
NOTE: This method appends the values to the existing list (if any). Use
setPipelineDetails(java.util.Collection)
or withPipelineDetails(java.util.Collection)
if you
want to override the existing values.
pipelineDetails
- Contains information about the current sources for the specified program in the specified multiplex. Keep
in mind that each multiplex pipeline connects to both pipelines in a given source channel (the channel
identified by the program). But only one of those channel pipelines is ever active at one time.public DeleteMultiplexProgramResult withPipelineDetails(Collection<MultiplexProgramPipelineDetail> pipelineDetails)
pipelineDetails
- Contains information about the current sources for the specified program in the specified multiplex. Keep
in mind that each multiplex pipeline connects to both pipelines in a given source channel (the channel
identified by the program). But only one of those channel pipelines is ever active at one time.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()