@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MultiplexProgramPipelineDetail extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
MultiplexProgramPipelineDetail() |
Modifier and Type | Method and Description |
---|---|
MultiplexProgramPipelineDetail |
clone() |
boolean |
equals(Object obj) |
String |
getActiveChannelPipeline()
Identifies the channel pipeline that is currently active for the pipeline (identified by PipelineId) in the
multiplex.
|
String |
getPipelineId()
Identifies a specific pipeline in the multiplex.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setActiveChannelPipeline(String activeChannelPipeline)
Identifies the channel pipeline that is currently active for the pipeline (identified by PipelineId) in the
multiplex.
|
void |
setPipelineId(String pipelineId)
Identifies a specific pipeline in the multiplex.
|
String |
toString()
Returns a string representation of this object.
|
MultiplexProgramPipelineDetail |
withActiveChannelPipeline(String activeChannelPipeline)
Identifies the channel pipeline that is currently active for the pipeline (identified by PipelineId) in the
multiplex.
|
MultiplexProgramPipelineDetail |
withPipelineId(String pipelineId)
Identifies a specific pipeline in the multiplex.
|
public void setActiveChannelPipeline(String activeChannelPipeline)
activeChannelPipeline
- Identifies the channel pipeline that is currently active for the pipeline (identified by PipelineId) in
the multiplex.public String getActiveChannelPipeline()
public MultiplexProgramPipelineDetail withActiveChannelPipeline(String activeChannelPipeline)
activeChannelPipeline
- Identifies the channel pipeline that is currently active for the pipeline (identified by PipelineId) in
the multiplex.public void setPipelineId(String pipelineId)
pipelineId
- Identifies a specific pipeline in the multiplex.public String getPipelineId()
public MultiplexProgramPipelineDetail withPipelineId(String pipelineId)
pipelineId
- Identifies a specific pipeline in the multiplex.public String toString()
toString
in class Object
Object.toString()
public MultiplexProgramPipelineDetail clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.