Class DifferentialPrivacyPrivacyBudgetAggregation
- java.lang.Object
-
- software.amazon.awssdk.services.cleanrooms.model.DifferentialPrivacyPrivacyBudgetAggregation
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DifferentialPrivacyPrivacyBudgetAggregation.Builder,DifferentialPrivacyPrivacyBudgetAggregation>
@Generated("software.amazon.awssdk:codegen") public final class DifferentialPrivacyPrivacyBudgetAggregation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DifferentialPrivacyPrivacyBudgetAggregation.Builder,DifferentialPrivacyPrivacyBudgetAggregation>
Information about the total number of aggregations, as well as the remaining aggregations.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDifferentialPrivacyPrivacyBudgetAggregation.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DifferentialPrivacyPrivacyBudgetAggregation.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegermaxCount()The maximum number of aggregation functions that you can perform with the given privacy budget.IntegerremainingCount()The remaining number of aggregation functions that can be run with the available privacy budget.List<SdkField<?>>sdkFields()static Class<? extends DifferentialPrivacyPrivacyBudgetAggregation.Builder>serializableBuilderClass()DifferentialPrivacyPrivacyBudgetAggregation.BuildertoBuilder()StringtoString()Returns a string representation of this object.DifferentialPrivacyAggregationTypetype()The different types of aggregation functions that you can perform.StringtypeAsString()The different types of aggregation functions that you can perform.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
type
public final DifferentialPrivacyAggregationType type()
The different types of aggregation functions that you can perform.
If the service returns an enum value that is not available in the current SDK version,
typewill returnDifferentialPrivacyAggregationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The different types of aggregation functions that you can perform.
- See Also:
DifferentialPrivacyAggregationType
-
typeAsString
public final String typeAsString()
The different types of aggregation functions that you can perform.
If the service returns an enum value that is not available in the current SDK version,
typewill returnDifferentialPrivacyAggregationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The different types of aggregation functions that you can perform.
- See Also:
DifferentialPrivacyAggregationType
-
maxCount
public final Integer maxCount()
The maximum number of aggregation functions that you can perform with the given privacy budget.
- Returns:
- The maximum number of aggregation functions that you can perform with the given privacy budget.
-
remainingCount
public final Integer remainingCount()
The remaining number of aggregation functions that can be run with the available privacy budget.
- Returns:
- The remaining number of aggregation functions that can be run with the available privacy budget.
-
toBuilder
public DifferentialPrivacyPrivacyBudgetAggregation.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DifferentialPrivacyPrivacyBudgetAggregation.Builder,DifferentialPrivacyPrivacyBudgetAggregation>
-
builder
public static DifferentialPrivacyPrivacyBudgetAggregation.Builder builder()
-
serializableBuilderClass
public static Class<? extends DifferentialPrivacyPrivacyBudgetAggregation.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-