@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Esam extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
Esam() |
| Modifier and Type | Method and Description |
|---|---|
Esam |
clone() |
boolean |
equals(Object obj) |
String |
getAcquisitionPointId()
Sent as acquisitionPointIdentity to identify the MediaLive channel to the POIS.
|
Integer |
getAdAvailOffset()
When specified, this offset (in milliseconds) is added to the input Ad Avail PTS time.
|
String |
getPasswordParam()
Documentation update needed
|
String |
getPoisEndpoint()
The URL of the signal conditioner endpoint on the Placement Opportunity Information System (POIS).
|
String |
getUsername()
Documentation update needed
|
String |
getZoneIdentity()
Optional data sent as zoneIdentity to identify the MediaLive channel to the POIS.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setAcquisitionPointId(String acquisitionPointId)
Sent as acquisitionPointIdentity to identify the MediaLive channel to the POIS.
|
void |
setAdAvailOffset(Integer adAvailOffset)
When specified, this offset (in milliseconds) is added to the input Ad Avail PTS time.
|
void |
setPasswordParam(String passwordParam)
Documentation update needed
|
void |
setPoisEndpoint(String poisEndpoint)
The URL of the signal conditioner endpoint on the Placement Opportunity Information System (POIS).
|
void |
setUsername(String username)
Documentation update needed
|
void |
setZoneIdentity(String zoneIdentity)
Optional data sent as zoneIdentity to identify the MediaLive channel to the POIS.
|
String |
toString()
Returns a string representation of this object.
|
Esam |
withAcquisitionPointId(String acquisitionPointId)
Sent as acquisitionPointIdentity to identify the MediaLive channel to the POIS.
|
Esam |
withAdAvailOffset(Integer adAvailOffset)
When specified, this offset (in milliseconds) is added to the input Ad Avail PTS time.
|
Esam |
withPasswordParam(String passwordParam)
Documentation update needed
|
Esam |
withPoisEndpoint(String poisEndpoint)
The URL of the signal conditioner endpoint on the Placement Opportunity Information System (POIS).
|
Esam |
withUsername(String username)
Documentation update needed
|
Esam |
withZoneIdentity(String zoneIdentity)
Optional data sent as zoneIdentity to identify the MediaLive channel to the POIS.
|
public void setAcquisitionPointId(String acquisitionPointId)
acquisitionPointId - Sent as acquisitionPointIdentity to identify the MediaLive channel to the POIS.public String getAcquisitionPointId()
public Esam withAcquisitionPointId(String acquisitionPointId)
acquisitionPointId - Sent as acquisitionPointIdentity to identify the MediaLive channel to the POIS.public void setAdAvailOffset(Integer adAvailOffset)
adAvailOffset - When specified, this offset (in milliseconds) is added to the input Ad Avail PTS time. This only applies
to embedded SCTE 104/35 messages and does not apply to OOB messages.public Integer getAdAvailOffset()
public Esam withAdAvailOffset(Integer adAvailOffset)
adAvailOffset - When specified, this offset (in milliseconds) is added to the input Ad Avail PTS time. This only applies
to embedded SCTE 104/35 messages and does not apply to OOB messages.public void setPasswordParam(String passwordParam)
passwordParam - Documentation update neededpublic String getPasswordParam()
public Esam withPasswordParam(String passwordParam)
passwordParam - Documentation update neededpublic void setPoisEndpoint(String poisEndpoint)
poisEndpoint - The URL of the signal conditioner endpoint on the Placement Opportunity Information System (POIS).
MediaLive sends SignalProcessingEvents here when SCTE-35 messages are read.public String getPoisEndpoint()
public Esam withPoisEndpoint(String poisEndpoint)
poisEndpoint - The URL of the signal conditioner endpoint on the Placement Opportunity Information System (POIS).
MediaLive sends SignalProcessingEvents here when SCTE-35 messages are read.public void setUsername(String username)
username - Documentation update neededpublic String getUsername()
public Esam withUsername(String username)
username - Documentation update neededpublic void setZoneIdentity(String zoneIdentity)
zoneIdentity - Optional data sent as zoneIdentity to identify the MediaLive channel to the POIS.public String getZoneIdentity()
public Esam withZoneIdentity(String zoneIdentity)
zoneIdentity - Optional data sent as zoneIdentity to identify the MediaLive channel to the POIS.public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.