@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class NielsenNaesIiNw extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
NielsenNaesIiNw() |
Modifier and Type | Method and Description |
---|---|
NielsenNaesIiNw |
clone() |
boolean |
equals(Object obj) |
String |
getCheckDigitString()
Enter the check digit string for the watermark
|
Double |
getSid()
Enter the Nielsen Source ID (SID) to include in the watermark
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCheckDigitString(String checkDigitString)
Enter the check digit string for the watermark
|
void |
setSid(Double sid)
Enter the Nielsen Source ID (SID) to include in the watermark
|
String |
toString()
Returns a string representation of this object.
|
NielsenNaesIiNw |
withCheckDigitString(String checkDigitString)
Enter the check digit string for the watermark
|
NielsenNaesIiNw |
withSid(Double sid)
Enter the Nielsen Source ID (SID) to include in the watermark
|
public void setCheckDigitString(String checkDigitString)
checkDigitString
- Enter the check digit string for the watermarkpublic String getCheckDigitString()
public NielsenNaesIiNw withCheckDigitString(String checkDigitString)
checkDigitString
- Enter the check digit string for the watermarkpublic void setSid(Double sid)
sid
- Enter the Nielsen Source ID (SID) to include in the watermarkpublic Double getSid()
public NielsenNaesIiNw withSid(Double sid)
sid
- Enter the Nielsen Source ID (SID) to include in the watermarkpublic String toString()
toString
in class Object
Object.toString()
public NielsenNaesIiNw clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.