@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VideoSelectorProgramId extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
VideoSelectorProgramId() |
| Modifier and Type | Method and Description |
|---|---|
VideoSelectorProgramId |
clone() |
boolean |
equals(Object obj) |
Integer |
getProgramId()
Selects a specific program from within a multi-program transport stream.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setProgramId(Integer programId)
Selects a specific program from within a multi-program transport stream.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
VideoSelectorProgramId |
withProgramId(Integer programId)
Selects a specific program from within a multi-program transport stream.
|
public void setProgramId(Integer programId)
programId - Selects a specific program from within a multi-program transport stream. If the program doesn't exist, the
first program within the transport stream will be selected by default.public Integer getProgramId()
public VideoSelectorProgramId withProgramId(Integer programId)
programId - Selects a specific program from within a multi-program transport stream. If the program doesn't exist, the
first program within the transport stream will be selected by default.public String toString()
toString in class ObjectObject.toString()public VideoSelectorProgramId clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2018. All rights reserved.