@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class NielsenConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
NielsenConfiguration() |
Modifier and Type | Method and Description |
---|---|
NielsenConfiguration |
clone() |
boolean |
equals(Object obj) |
Integer |
getBreakoutCode()
Nielsen has discontinued the use of breakout code functionality.
|
String |
getDistributorId()
Use Distributor ID (DistributorID) to specify the distributor ID that is assigned to your organization by
Neilsen.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setBreakoutCode(Integer breakoutCode)
Nielsen has discontinued the use of breakout code functionality.
|
void |
setDistributorId(String distributorId)
Use Distributor ID (DistributorID) to specify the distributor ID that is assigned to your organization by
Neilsen.
|
String |
toString()
Returns a string representation of this object.
|
NielsenConfiguration |
withBreakoutCode(Integer breakoutCode)
Nielsen has discontinued the use of breakout code functionality.
|
NielsenConfiguration |
withDistributorId(String distributorId)
Use Distributor ID (DistributorID) to specify the distributor ID that is assigned to your organization by
Neilsen.
|
public void setBreakoutCode(Integer breakoutCode)
breakoutCode
- Nielsen has discontinued the use of breakout code functionality. If you must include this property, set
the value to zero.public Integer getBreakoutCode()
public NielsenConfiguration withBreakoutCode(Integer breakoutCode)
breakoutCode
- Nielsen has discontinued the use of breakout code functionality. If you must include this property, set
the value to zero.public void setDistributorId(String distributorId)
distributorId
- Use Distributor ID (DistributorID) to specify the distributor ID that is assigned to your organization by
Neilsen.public String getDistributorId()
public NielsenConfiguration withDistributorId(String distributorId)
distributorId
- Use Distributor ID (DistributorID) to specify the distributor ID that is assigned to your organization by
Neilsen.public String toString()
toString
in class Object
Object.toString()
public NielsenConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.