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