@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class NielsenCBET extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
NielsenCBET() |
| Modifier and Type | Method and Description |
|---|---|
NielsenCBET |
clone() |
boolean |
equals(Object obj) |
String |
getCbetCheckDigitString()
Enter the CBET check digits to use in the watermark.
|
String |
getCbetStepaside()
Determines the method of CBET insertion mode when prior encoding is detected on the same layer.
|
String |
getCsid()
Enter the CBET Source ID (CSID) to use in the watermark
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setCbetCheckDigitString(String cbetCheckDigitString)
Enter the CBET check digits to use in the watermark.
|
void |
setCbetStepaside(String cbetStepaside)
Determines the method of CBET insertion mode when prior encoding is detected on the same layer.
|
void |
setCsid(String csid)
Enter the CBET Source ID (CSID) to use in the watermark
|
String |
toString()
Returns a string representation of this object.
|
NielsenCBET |
withCbetCheckDigitString(String cbetCheckDigitString)
Enter the CBET check digits to use in the watermark.
|
NielsenCBET |
withCbetStepaside(NielsenWatermarksCbetStepaside cbetStepaside)
Determines the method of CBET insertion mode when prior encoding is detected on the same layer.
|
NielsenCBET |
withCbetStepaside(String cbetStepaside)
Determines the method of CBET insertion mode when prior encoding is detected on the same layer.
|
NielsenCBET |
withCsid(String csid)
Enter the CBET Source ID (CSID) to use in the watermark
|
public void setCbetCheckDigitString(String cbetCheckDigitString)
cbetCheckDigitString - Enter the CBET check digits to use in the watermark.public String getCbetCheckDigitString()
public NielsenCBET withCbetCheckDigitString(String cbetCheckDigitString)
cbetCheckDigitString - Enter the CBET check digits to use in the watermark.public void setCbetStepaside(String cbetStepaside)
cbetStepaside - Determines the method of CBET insertion mode when prior encoding is detected on the same layer.NielsenWatermarksCbetStepasidepublic String getCbetStepaside()
NielsenWatermarksCbetStepasidepublic NielsenCBET withCbetStepaside(String cbetStepaside)
cbetStepaside - Determines the method of CBET insertion mode when prior encoding is detected on the same layer.NielsenWatermarksCbetStepasidepublic NielsenCBET withCbetStepaside(NielsenWatermarksCbetStepaside cbetStepaside)
cbetStepaside - Determines the method of CBET insertion mode when prior encoding is detected on the same layer.NielsenWatermarksCbetStepasidepublic void setCsid(String csid)
csid - Enter the CBET Source ID (CSID) to use in the watermarkpublic String getCsid()
public NielsenCBET withCsid(String csid)
csid - Enter the CBET Source ID (CSID) to use in the watermarkpublic String toString()
toString in class ObjectObject.toString()public NielsenCBET clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.