@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PreviewPrivacyImpactResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
PreviewPrivacyImpactResult() |
Modifier and Type | Method and Description |
---|---|
PreviewPrivacyImpactResult |
clone() |
boolean |
equals(Object obj) |
PrivacyImpact |
getPrivacyImpact()
An estimate of the number of aggregation functions that the member who can query can run given the epsilon and
noise parameters.
|
int |
hashCode() |
void |
setPrivacyImpact(PrivacyImpact privacyImpact)
An estimate of the number of aggregation functions that the member who can query can run given the epsilon and
noise parameters.
|
String |
toString()
Returns a string representation of this object.
|
PreviewPrivacyImpactResult |
withPrivacyImpact(PrivacyImpact privacyImpact)
An estimate of the number of aggregation functions that the member who can query can run given the epsilon and
noise parameters.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setPrivacyImpact(PrivacyImpact privacyImpact)
An estimate of the number of aggregation functions that the member who can query can run given the epsilon and noise parameters. This does not change the privacy budget.
privacyImpact
- An estimate of the number of aggregation functions that the member who can query can run given the epsilon
and noise parameters. This does not change the privacy budget.public PrivacyImpact getPrivacyImpact()
An estimate of the number of aggregation functions that the member who can query can run given the epsilon and noise parameters. This does not change the privacy budget.
public PreviewPrivacyImpactResult withPrivacyImpact(PrivacyImpact privacyImpact)
An estimate of the number of aggregation functions that the member who can query can run given the epsilon and noise parameters. This does not change the privacy budget.
privacyImpact
- An estimate of the number of aggregation functions that the member who can query can run given the epsilon
and noise parameters. This does not change the privacy budget.public String toString()
toString
in class Object
Object.toString()
public PreviewPrivacyImpactResult clone()