@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DifferentialPrivacyPrivacyImpact extends Object implements Serializable, Cloneable, StructuredPojo
Information about the number of aggregation functions that the member who can query can run given the epsilon and noise parameters.
| Constructor and Description |
|---|
DifferentialPrivacyPrivacyImpact() |
| Modifier and Type | Method and Description |
|---|---|
DifferentialPrivacyPrivacyImpact |
clone() |
boolean |
equals(Object obj) |
List<DifferentialPrivacyPreviewAggregation> |
getAggregations()
The number of aggregation functions that you can perform.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setAggregations(Collection<DifferentialPrivacyPreviewAggregation> aggregations)
The number of aggregation functions that you can perform.
|
String |
toString()
Returns a string representation of this object.
|
DifferentialPrivacyPrivacyImpact |
withAggregations(Collection<DifferentialPrivacyPreviewAggregation> aggregations)
The number of aggregation functions that you can perform.
|
DifferentialPrivacyPrivacyImpact |
withAggregations(DifferentialPrivacyPreviewAggregation... aggregations)
The number of aggregation functions that you can perform.
|
public List<DifferentialPrivacyPreviewAggregation> getAggregations()
The number of aggregation functions that you can perform.
public void setAggregations(Collection<DifferentialPrivacyPreviewAggregation> aggregations)
The number of aggregation functions that you can perform.
aggregations - The number of aggregation functions that you can perform.public DifferentialPrivacyPrivacyImpact withAggregations(DifferentialPrivacyPreviewAggregation... aggregations)
The number of aggregation functions that you can perform.
NOTE: This method appends the values to the existing list (if any). Use
setAggregations(java.util.Collection) or withAggregations(java.util.Collection) if you want to
override the existing values.
aggregations - The number of aggregation functions that you can perform.public DifferentialPrivacyPrivacyImpact withAggregations(Collection<DifferentialPrivacyPreviewAggregation> aggregations)
The number of aggregation functions that you can perform.
aggregations - The number of aggregation functions that you can perform.public String toString()
toString in class ObjectObject.toString()public DifferentialPrivacyPrivacyImpact clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.