@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DifferentialPrivacyPrivacyBudget extends Object implements Serializable, Cloneable, StructuredPojo
Specifies the configured epsilon value and the utility in terms of total aggregations, as well as the remaining aggregations available.
Constructor and Description |
---|
DifferentialPrivacyPrivacyBudget() |
Modifier and Type | Method and Description |
---|---|
DifferentialPrivacyPrivacyBudget |
clone() |
boolean |
equals(Object obj) |
List<DifferentialPrivacyPrivacyBudgetAggregation> |
getAggregations()
This information includes the configured epsilon value and the utility in terms of total aggregations, as well as
the remaining aggregations.
|
Integer |
getEpsilon()
The epsilon value that you configured.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAggregations(Collection<DifferentialPrivacyPrivacyBudgetAggregation> aggregations)
This information includes the configured epsilon value and the utility in terms of total aggregations, as well as
the remaining aggregations.
|
void |
setEpsilon(Integer epsilon)
The epsilon value that you configured.
|
String |
toString()
Returns a string representation of this object.
|
DifferentialPrivacyPrivacyBudget |
withAggregations(Collection<DifferentialPrivacyPrivacyBudgetAggregation> aggregations)
This information includes the configured epsilon value and the utility in terms of total aggregations, as well as
the remaining aggregations.
|
DifferentialPrivacyPrivacyBudget |
withAggregations(DifferentialPrivacyPrivacyBudgetAggregation... aggregations)
This information includes the configured epsilon value and the utility in terms of total aggregations, as well as
the remaining aggregations.
|
DifferentialPrivacyPrivacyBudget |
withEpsilon(Integer epsilon)
The epsilon value that you configured.
|
public List<DifferentialPrivacyPrivacyBudgetAggregation> getAggregations()
This information includes the configured epsilon value and the utility in terms of total aggregations, as well as the remaining aggregations.
public void setAggregations(Collection<DifferentialPrivacyPrivacyBudgetAggregation> aggregations)
This information includes the configured epsilon value and the utility in terms of total aggregations, as well as the remaining aggregations.
aggregations
- This information includes the configured epsilon value and the utility in terms of total aggregations, as
well as the remaining aggregations.public DifferentialPrivacyPrivacyBudget withAggregations(DifferentialPrivacyPrivacyBudgetAggregation... aggregations)
This information includes the configured epsilon value and the utility in terms of total aggregations, as well as the remaining aggregations.
NOTE: This method appends the values to the existing list (if any). Use
setAggregations(java.util.Collection)
or withAggregations(java.util.Collection)
if you want to
override the existing values.
aggregations
- This information includes the configured epsilon value and the utility in terms of total aggregations, as
well as the remaining aggregations.public DifferentialPrivacyPrivacyBudget withAggregations(Collection<DifferentialPrivacyPrivacyBudgetAggregation> aggregations)
This information includes the configured epsilon value and the utility in terms of total aggregations, as well as the remaining aggregations.
aggregations
- This information includes the configured epsilon value and the utility in terms of total aggregations, as
well as the remaining aggregations.public void setEpsilon(Integer epsilon)
The epsilon value that you configured.
epsilon
- The epsilon value that you configured.public Integer getEpsilon()
The epsilon value that you configured.
public DifferentialPrivacyPrivacyBudget withEpsilon(Integer epsilon)
The epsilon value that you configured.
epsilon
- The epsilon value that you configured.public String toString()
toString
in class Object
Object.toString()
public DifferentialPrivacyPrivacyBudget clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.