@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ManifestProcessingRules extends Object implements Serializable, Cloneable, StructuredPojo
The configuration for manifest processing rules. Manifest processing rules enable customization of the personalized manifests created by MediaTailor.
Constructor and Description |
---|
ManifestProcessingRules() |
Modifier and Type | Method and Description |
---|---|
ManifestProcessingRules |
clone() |
boolean |
equals(Object obj) |
AdMarkerPassthrough |
getAdMarkerPassthrough() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAdMarkerPassthrough(AdMarkerPassthrough adMarkerPassthrough) |
String |
toString()
Returns a string representation of this object.
|
ManifestProcessingRules |
withAdMarkerPassthrough(AdMarkerPassthrough adMarkerPassthrough) |
public void setAdMarkerPassthrough(AdMarkerPassthrough adMarkerPassthrough)
adMarkerPassthrough
- public AdMarkerPassthrough getAdMarkerPassthrough()
public ManifestProcessingRules withAdMarkerPassthrough(AdMarkerPassthrough adMarkerPassthrough)
adMarkerPassthrough
- public String toString()
toString
in class Object
Object.toString()
public ManifestProcessingRules clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.