@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class M2tsScte35Esam extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
M2tsScte35Esam() |
Modifier and Type | Method and Description |
---|---|
M2tsScte35Esam |
clone() |
boolean |
equals(Object obj) |
Integer |
getScte35EsamPid()
Packet Identifier (PID) of the SCTE-35 stream in the transport stream generated by ESAM.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setScte35EsamPid(Integer scte35EsamPid)
Packet Identifier (PID) of the SCTE-35 stream in the transport stream generated by ESAM.
|
String |
toString()
Returns a string representation of this object.
|
M2tsScte35Esam |
withScte35EsamPid(Integer scte35EsamPid)
Packet Identifier (PID) of the SCTE-35 stream in the transport stream generated by ESAM.
|
public void setScte35EsamPid(Integer scte35EsamPid)
scte35EsamPid
- Packet Identifier (PID) of the SCTE-35 stream in the transport stream generated by ESAM.public Integer getScte35EsamPid()
public M2tsScte35Esam withScte35EsamPid(Integer scte35EsamPid)
scte35EsamPid
- Packet Identifier (PID) of the SCTE-35 stream in the transport stream generated by ESAM.public String toString()
toString
in class Object
Object.toString()
public M2tsScte35Esam clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.