@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DifferentialPrivacyParameters extends Object implements Serializable, Cloneable, StructuredPojo
An array that contains the sensitivity parameters.
Constructor and Description |
---|
DifferentialPrivacyParameters() |
Modifier and Type | Method and Description |
---|---|
DifferentialPrivacyParameters |
clone() |
boolean |
equals(Object obj) |
List<DifferentialPrivacySensitivityParameters> |
getSensitivityParameters()
Provides the sensitivity parameters that you can use to better understand the total amount of noise in query
results.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setSensitivityParameters(Collection<DifferentialPrivacySensitivityParameters> sensitivityParameters)
Provides the sensitivity parameters that you can use to better understand the total amount of noise in query
results.
|
String |
toString()
Returns a string representation of this object.
|
DifferentialPrivacyParameters |
withSensitivityParameters(Collection<DifferentialPrivacySensitivityParameters> sensitivityParameters)
Provides the sensitivity parameters that you can use to better understand the total amount of noise in query
results.
|
DifferentialPrivacyParameters |
withSensitivityParameters(DifferentialPrivacySensitivityParameters... sensitivityParameters)
Provides the sensitivity parameters that you can use to better understand the total amount of noise in query
results.
|
public List<DifferentialPrivacySensitivityParameters> getSensitivityParameters()
Provides the sensitivity parameters that you can use to better understand the total amount of noise in query results.
public void setSensitivityParameters(Collection<DifferentialPrivacySensitivityParameters> sensitivityParameters)
Provides the sensitivity parameters that you can use to better understand the total amount of noise in query results.
sensitivityParameters
- Provides the sensitivity parameters that you can use to better understand the total amount of noise in
query results.public DifferentialPrivacyParameters withSensitivityParameters(DifferentialPrivacySensitivityParameters... sensitivityParameters)
Provides the sensitivity parameters that you can use to better understand the total amount of noise in query results.
NOTE: This method appends the values to the existing list (if any). Use
setSensitivityParameters(java.util.Collection)
or
withSensitivityParameters(java.util.Collection)
if you want to override the existing values.
sensitivityParameters
- Provides the sensitivity parameters that you can use to better understand the total amount of noise in
query results.public DifferentialPrivacyParameters withSensitivityParameters(Collection<DifferentialPrivacySensitivityParameters> sensitivityParameters)
Provides the sensitivity parameters that you can use to better understand the total amount of noise in query results.
sensitivityParameters
- Provides the sensitivity parameters that you can use to better understand the total amount of noise in
query results.public String toString()
toString
in class Object
Object.toString()
public DifferentialPrivacyParameters clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.