@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MapRunStartedEventDetails extends Object implements Serializable, Cloneable, StructuredPojo
Contains details about a Map Run that was started during a state machine execution.
| Constructor and Description |
|---|
MapRunStartedEventDetails () |
| Modifier and Type | Method and Description |
|---|---|
MapRunStartedEventDetails |
clone () |
boolean |
equals (Object obj) |
String |
getMapRunArn ()
The Amazon Resource Name (ARN) of a Map Run that was started.
|
int |
hashCode () |
void |
marshall (ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setMapRunArn (String mapRunArn)
The Amazon Resource Name (ARN) of a Map Run that was started.
|
String |
toString ()
Returns a string representation of this object.
|
MapRunStartedEventDetails |
withMapRunArn (String mapRunArn)
The Amazon Resource Name (ARN) of a Map Run that was started.
|
public MapRunStartedEventDetails()
public void setMapRunArn(String mapRunArn)
The Amazon Resource Name (ARN) of a Map Run that was started.
mapRunArn - The Amazon Resource Name (ARN) of a Map Run that was started.public String getMapRunArn()
The Amazon Resource Name (ARN) of a Map Run that was started.
public MapRunStartedEventDetails withMapRunArn(String mapRunArn)
The Amazon Resource Name (ARN) of a Map Run that was started.
mapRunArn - The Amazon Resource Name (ARN) of a Map Run that was started.public String toString()
toString in class Object Object.toString() public MapRunStartedEventDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo ProtocolMarshaller.marshall in interface StructuredPojo protocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.