@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)
Marshalls this structured data using the given
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.
|
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)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.