@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DifferentialPrivacyTemplateUpdateParameters extends Object implements Serializable, Cloneable, StructuredPojo
The epsilon and noise parameter values that you want to update in the differential privacy template.
Constructor and Description |
---|
DifferentialPrivacyTemplateUpdateParameters() |
Modifier and Type | Method and Description |
---|---|
DifferentialPrivacyTemplateUpdateParameters |
clone() |
boolean |
equals(Object obj) |
Integer |
getEpsilon()
The updated epsilon value that you want to use.
|
Integer |
getUsersNoisePerQuery()
The updated value of noise added per query.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setEpsilon(Integer epsilon)
The updated epsilon value that you want to use.
|
void |
setUsersNoisePerQuery(Integer usersNoisePerQuery)
The updated value of noise added per query.
|
String |
toString()
Returns a string representation of this object.
|
DifferentialPrivacyTemplateUpdateParameters |
withEpsilon(Integer epsilon)
The updated epsilon value that you want to use.
|
DifferentialPrivacyTemplateUpdateParameters |
withUsersNoisePerQuery(Integer usersNoisePerQuery)
The updated value of noise added per query.
|
public DifferentialPrivacyTemplateUpdateParameters()
public void setEpsilon(Integer epsilon)
The updated epsilon value that you want to use.
epsilon
- The updated epsilon value that you want to use.public Integer getEpsilon()
The updated epsilon value that you want to use.
public DifferentialPrivacyTemplateUpdateParameters withEpsilon(Integer epsilon)
The updated epsilon value that you want to use.
epsilon
- The updated epsilon value that you want to use.public void setUsersNoisePerQuery(Integer usersNoisePerQuery)
The updated value of noise added per query. It is measured in terms of the number of users whose contributions you want to obscure. This value governs the rate at which the privacy budget is depleted.
usersNoisePerQuery
- The updated value of noise added per query. It is measured in terms of the number of users whose
contributions you want to obscure. This value governs the rate at which the privacy budget is depleted.public Integer getUsersNoisePerQuery()
The updated value of noise added per query. It is measured in terms of the number of users whose contributions you want to obscure. This value governs the rate at which the privacy budget is depleted.
public DifferentialPrivacyTemplateUpdateParameters withUsersNoisePerQuery(Integer usersNoisePerQuery)
The updated value of noise added per query. It is measured in terms of the number of users whose contributions you want to obscure. This value governs the rate at which the privacy budget is depleted.
usersNoisePerQuery
- The updated value of noise added per query. It is measured in terms of the number of users whose
contributions you want to obscure. This value governs the rate at which the privacy budget is depleted.public String toString()
toString
in class Object
Object.toString()
public DifferentialPrivacyTemplateUpdateParameters clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.