@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MapStateStartedEventDetails extends Object implements Serializable, Cloneable, StructuredPojo
Details about a Map state that was started.
Constructor and Description |
---|
MapStateStartedEventDetails() |
Modifier and Type | Method and Description |
---|---|
MapStateStartedEventDetails |
clone() |
boolean |
equals(Object obj) |
Integer |
getLength()
The size of the array for Map state iterations.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setLength(Integer length)
The size of the array for Map state iterations.
|
String |
toString()
Returns a string representation of this object.
|
MapStateStartedEventDetails |
withLength(Integer length)
The size of the array for Map state iterations.
|
public void setLength(Integer length)
The size of the array for Map state iterations.
length
- The size of the array for Map state iterations.public Integer getLength()
The size of the array for Map state iterations.
public MapStateStartedEventDetails withLength(Integer length)
The size of the array for Map state iterations.
length
- The size of the array for Map state iterations.public String toString()
toString
in class Object
Object.toString()
public MapStateStartedEventDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2022. All rights reserved.