@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) |
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)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.