@Generated(value="software.amazon.awssdk:codegen") public final class MapIterationEventDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MapIterationEventDetails.Builder,MapIterationEventDetails>
Contains details about an iteration of a Map state.
| Modifier and Type | Class and Description |
|---|---|
static interface |
MapIterationEventDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
static MapIterationEventDetails.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
index()
The index of the array belonging to the Map state iteration.
|
String |
name()
The name of the iteration’s parent Map state.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends MapIterationEventDetails.Builder> |
serializableBuilderClass() |
MapIterationEventDetails.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the iteration’s parent Map state.
public final Integer index()
The index of the array belonging to the Map state iteration.
public MapIterationEventDetails.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<MapIterationEventDetails.Builder,MapIterationEventDetails>public static MapIterationEventDetails.Builder builder()
public static Class<? extends MapIterationEventDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.