@Generated(value="software.amazon.awssdk:codegen") public final class Conditions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Conditions.Builder,Conditions>
The conditions including range, object count, and threshold for the calculated attribute.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Conditions.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Conditions.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
objectCount()
The number of profile objects used for the calculated attribute.
|
Range |
range()
The relative time period over which data is included in the aggregation.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Conditions.Builder> |
serializableBuilderClass() |
Threshold |
threshold()
The threshold for the calculated attribute.
|
Conditions.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Range range()
The relative time period over which data is included in the aggregation.
public final Integer objectCount()
The number of profile objects used for the calculated attribute.
public final Threshold threshold()
The threshold for the calculated attribute.
public Conditions.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Conditions.Builder,Conditions>public static Conditions.Builder builder()
public static Class<? extends Conditions.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.