@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MapIterationEventDetails extends Object implements Serializable, Cloneable, StructuredPojo
Contains details about an iteration of a Map state.
Constructor and Description |
---|
MapIterationEventDetails() |
Modifier and Type | Method and Description |
---|---|
MapIterationEventDetails |
clone() |
boolean |
equals(Object obj) |
Integer |
getIndex()
The index of the array belonging to the Map state iteration.
|
String |
getName()
The name of the iteration’s parent Map state.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setIndex(Integer index)
The index of the array belonging to the Map state iteration.
|
void |
setName(String name)
The name of the iteration’s parent Map state.
|
String |
toString()
Returns a string representation of this object.
|
MapIterationEventDetails |
withIndex(Integer index)
The index of the array belonging to the Map state iteration.
|
MapIterationEventDetails |
withName(String name)
The name of the iteration’s parent Map state.
|
public void setName(String name)
The name of the iteration’s parent Map state.
name
- The name of the iteration’s parent Map state.public String getName()
The name of the iteration’s parent Map state.
public MapIterationEventDetails withName(String name)
The name of the iteration’s parent Map state.
name
- The name of the iteration’s parent Map state.public void setIndex(Integer index)
The index of the array belonging to the Map state iteration.
index
- The index of the array belonging to the Map state iteration.public Integer getIndex()
The index of the array belonging to the Map state iteration.
public MapIterationEventDetails withIndex(Integer index)
The index of the array belonging to the Map state iteration.
index
- The index of the array belonging to the Map state iteration.public String toString()
toString
in class Object
Object.toString()
public MapIterationEventDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2020. All rights reserved.