@Generated(value="software.amazon.awssdk:codegen") public final class RefreshStatisticsIdMap extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RefreshStatisticsIdMap.Builder,RefreshStatisticsIdMap>
Statistics for REFRESH mode.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RefreshStatisticsIdMap.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RefreshStatisticsIdMap.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends RefreshStatisticsIdMap.Builder> |
serializableBuilderClass() |
String |
statisticsId()
The ID of the statistics generation run that is currently occurring.
|
RefreshStatisticsIdMap.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String statisticsId()
The ID of the statistics generation run that is currently occurring.
public RefreshStatisticsIdMap.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RefreshStatisticsIdMap.Builder,RefreshStatisticsIdMap>public static RefreshStatisticsIdMap.Builder builder()
public static Class<? extends RefreshStatisticsIdMap.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.