@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DifferentialPrivacyColumn extends Object implements Serializable, Cloneable, StructuredPojo
Specifies the name of the column that contains the unique identifier of your users, whose privacy you want to protect.
Constructor and Description |
---|
DifferentialPrivacyColumn() |
Modifier and Type | Method and Description |
---|---|
DifferentialPrivacyColumn |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The name of the column, such as user_id, that contains the unique identifier of your users, whose privacy you
want to protect.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setName(String name)
The name of the column, such as user_id, that contains the unique identifier of your users, whose privacy you
want to protect.
|
String |
toString()
Returns a string representation of this object.
|
DifferentialPrivacyColumn |
withName(String name)
The name of the column, such as user_id, that contains the unique identifier of your users, whose privacy you
want to protect.
|
public void setName(String name)
The name of the column, such as user_id, that contains the unique identifier of your users, whose privacy you want to protect. If you want to turn on differential privacy for two or more tables in a collaboration, you must configure the same column as the user identifier column in both analysis rules.
name
- The name of the column, such as user_id, that contains the unique identifier of your users, whose privacy
you want to protect. If you want to turn on differential privacy for two or more tables in a
collaboration, you must configure the same column as the user identifier column in both analysis rules.public String getName()
The name of the column, such as user_id, that contains the unique identifier of your users, whose privacy you want to protect. If you want to turn on differential privacy for two or more tables in a collaboration, you must configure the same column as the user identifier column in both analysis rules.
public DifferentialPrivacyColumn withName(String name)
The name of the column, such as user_id, that contains the unique identifier of your users, whose privacy you want to protect. If you want to turn on differential privacy for two or more tables in a collaboration, you must configure the same column as the user identifier column in both analysis rules.
name
- The name of the column, such as user_id, that contains the unique identifier of your users, whose privacy
you want to protect. If you want to turn on differential privacy for two or more tables in a
collaboration, you must configure the same column as the user identifier column in both analysis rules.public String toString()
toString
in class Object
Object.toString()
public DifferentialPrivacyColumn clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.