@Generated(value="software.amazon.awssdk:codegen") public final class CountPercent extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CountPercent.Builder,CountPercent>
Entity that comprises information of count and percentage.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CountPercent.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CountPercent.Builder |
builder() |
Integer |
count()
Indicates the count of occurences of the given statistic.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Float |
percentage()
Indicates the percentage of occurances of the given statistic.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CountPercent.Builder> |
serializableBuilderClass() |
CountPercent.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer count()
Indicates the count of occurences of the given statistic.
public final Float percentage()
Indicates the percentage of occurances of the given statistic.
public CountPercent.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CountPercent.Builder,CountPercent>public static CountPercent.Builder builder()
public static Class<? extends CountPercent.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.