@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EsamManifestConfirmConditionNotification extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
EsamManifestConfirmConditionNotification() |
| Modifier and Type | Method and Description |
|---|---|
EsamManifestConfirmConditionNotification |
clone() |
boolean |
equals(Object obj) |
String |
getMccXml()
Provide your ESAM ManifestConfirmConditionNotification XML document inside your JSON job settings.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setMccXml(String mccXml)
Provide your ESAM ManifestConfirmConditionNotification XML document inside your JSON job settings.
|
String |
toString()
Returns a string representation of this object.
|
EsamManifestConfirmConditionNotification |
withMccXml(String mccXml)
Provide your ESAM ManifestConfirmConditionNotification XML document inside your JSON job settings.
|
public EsamManifestConfirmConditionNotification()
public void setMccXml(String mccXml)
mccXml - Provide your ESAM ManifestConfirmConditionNotification XML document inside your JSON job settings. Form
the XML document as per OC-SP-ESAM-API-I03-131025. The transcoder will use the Manifest Conditioning
instructions in the message that you supply.public String getMccXml()
public EsamManifestConfirmConditionNotification withMccXml(String mccXml)
mccXml - Provide your ESAM ManifestConfirmConditionNotification XML document inside your JSON job settings. Form
the XML document as per OC-SP-ESAM-API-I03-131025. The transcoder will use the Manifest Conditioning
instructions in the message that you supply.public String toString()
toString in class ObjectObject.toString()public EsamManifestConfirmConditionNotification clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.