@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PreviewPrivacyImpactParametersInput extends Object implements Serializable, Cloneable, StructuredPojo
Specifies the updated epsilon and noise parameters to preview. The preview allows you to see how the maximum number of each type of aggregation function would change with the new parameters.
Constructor and Description |
---|
PreviewPrivacyImpactParametersInput() |
Modifier and Type | Method and Description |
---|---|
PreviewPrivacyImpactParametersInput |
clone() |
boolean |
equals(Object obj) |
DifferentialPrivacyPreviewParametersInput |
getDifferentialPrivacy()
An array that specifies the epsilon and noise parameters.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDifferentialPrivacy(DifferentialPrivacyPreviewParametersInput differentialPrivacy)
An array that specifies the epsilon and noise parameters.
|
String |
toString()
Returns a string representation of this object.
|
PreviewPrivacyImpactParametersInput |
withDifferentialPrivacy(DifferentialPrivacyPreviewParametersInput differentialPrivacy)
An array that specifies the epsilon and noise parameters.
|
public void setDifferentialPrivacy(DifferentialPrivacyPreviewParametersInput differentialPrivacy)
An array that specifies the epsilon and noise parameters.
differentialPrivacy
- An array that specifies the epsilon and noise parameters.public DifferentialPrivacyPreviewParametersInput getDifferentialPrivacy()
An array that specifies the epsilon and noise parameters.
public PreviewPrivacyImpactParametersInput withDifferentialPrivacy(DifferentialPrivacyPreviewParametersInput differentialPrivacy)
An array that specifies the epsilon and noise parameters.
differentialPrivacy
- An array that specifies the epsilon and noise parameters.public String toString()
toString
in class Object
Object.toString()
public PreviewPrivacyImpactParametersInput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.