@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)
Marshalls this structured data using the given
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)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.