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