@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PrivacyImpact extends Object implements Serializable, Cloneable, StructuredPojo
Provides an estimate of the number of aggregation functions that the member who can query can run given the epsilon and noise parameters.
Constructor and Description |
---|
PrivacyImpact() |
Modifier and Type | Method and Description |
---|---|
PrivacyImpact |
clone() |
boolean |
equals(Object obj) |
DifferentialPrivacyPrivacyImpact |
getDifferentialPrivacy()
An object that lists the number and type of aggregation functions you can perform.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDifferentialPrivacy(DifferentialPrivacyPrivacyImpact differentialPrivacy)
An object that lists the number and type of aggregation functions you can perform.
|
String |
toString()
Returns a string representation of this object.
|
PrivacyImpact |
withDifferentialPrivacy(DifferentialPrivacyPrivacyImpact differentialPrivacy)
An object that lists the number and type of aggregation functions you can perform.
|
public void setDifferentialPrivacy(DifferentialPrivacyPrivacyImpact differentialPrivacy)
An object that lists the number and type of aggregation functions you can perform.
differentialPrivacy
- An object that lists the number and type of aggregation functions you can perform.public DifferentialPrivacyPrivacyImpact getDifferentialPrivacy()
An object that lists the number and type of aggregation functions you can perform.
public PrivacyImpact withDifferentialPrivacy(DifferentialPrivacyPrivacyImpact differentialPrivacy)
An object that lists the number and type of aggregation functions you can perform.
differentialPrivacy
- An object that lists the number and type of aggregation functions you can perform.public String toString()
toString
in class Object
Object.toString()
public PrivacyImpact clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.