@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VideoSelectorPid extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
VideoSelectorPid() |
| Modifier and Type | Method and Description |
|---|---|
VideoSelectorPid |
clone() |
boolean |
equals(Object obj) |
Integer |
getPid()
Selects a specific PID from within a video source.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setPid(Integer pid)
Selects a specific PID from within a video source.
|
String |
toString()
Returns a string representation of this object.
|
VideoSelectorPid |
withPid(Integer pid)
Selects a specific PID from within a video source.
|
public void setPid(Integer pid)
pid - Selects a specific PID from within a video source.public Integer getPid()
public VideoSelectorPid withPid(Integer pid)
pid - Selects a specific PID from within a video source.public String toString()
toString in class ObjectObject.toString()public VideoSelectorPid clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.