@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 String name()
The name of the iteration’s parent Map state.
public 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 boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.