@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 Object
Object.toString()
public AudioPidSelection clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.