@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DifferentialPrivacyPreviewAggregation 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 |
|---|
DifferentialPrivacyPreviewAggregation() |
| Modifier and Type | Method and Description |
|---|---|
DifferentialPrivacyPreviewAggregation |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxCount()
The maximum number of aggregations that the member who can query can run given the epsilon and noise parameters.
|
String |
getType()
The type of aggregation function.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setMaxCount(Integer maxCount)
The maximum number of aggregations that the member who can query can run given the epsilon and noise parameters.
|
void |
setType(String type)
The type of aggregation function.
|
String |
toString()
Returns a string representation of this object.
|
DifferentialPrivacyPreviewAggregation |
withMaxCount(Integer maxCount)
The maximum number of aggregations that the member who can query can run given the epsilon and noise parameters.
|
DifferentialPrivacyPreviewAggregation |
withType(DifferentialPrivacyAggregationType type)
The type of aggregation function.
|
DifferentialPrivacyPreviewAggregation |
withType(String type)
The type of aggregation function.
|
public DifferentialPrivacyPreviewAggregation()
public void setType(String type)
The type of aggregation function.
type - The type of aggregation function.DifferentialPrivacyAggregationTypepublic String getType()
The type of aggregation function.
DifferentialPrivacyAggregationTypepublic DifferentialPrivacyPreviewAggregation withType(String type)
The type of aggregation function.
type - The type of aggregation function.DifferentialPrivacyAggregationTypepublic DifferentialPrivacyPreviewAggregation withType(DifferentialPrivacyAggregationType type)
The type of aggregation function.
type - The type of aggregation function.DifferentialPrivacyAggregationTypepublic void setMaxCount(Integer maxCount)
The maximum number of aggregations that the member who can query can run given the epsilon and noise parameters.
maxCount - The maximum number of aggregations that the member who can query can run given the epsilon and noise
parameters.public Integer getMaxCount()
The maximum number of aggregations that the member who can query can run given the epsilon and noise parameters.
public DifferentialPrivacyPreviewAggregation withMaxCount(Integer maxCount)
The maximum number of aggregations that the member who can query can run given the epsilon and noise parameters.
maxCount - The maximum number of aggregations that the member who can query can run given the epsilon and noise
parameters.public String toString()
toString in class ObjectObject.toString()public DifferentialPrivacyPreviewAggregation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.