@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FlowExecutionMessage extends Object implements Serializable, Cloneable, StructuredPojo
An object that contains information about a flow event.
Constructor and Description |
---|
FlowExecutionMessage() |
Modifier and Type | Method and Description |
---|---|
FlowExecutionMessage |
clone() |
boolean |
equals(Object obj) |
String |
getEventType()
The type of flow event .
|
String |
getMessageId()
The unique identifier of the message.
|
String |
getPayload()
A string containing information about the flow event.
|
Date |
getTimestamp()
The date and time when the message was last updated.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setEventType(String eventType)
The type of flow event .
|
void |
setMessageId(String messageId)
The unique identifier of the message.
|
void |
setPayload(String payload)
A string containing information about the flow event.
|
void |
setTimestamp(Date timestamp)
The date and time when the message was last updated.
|
String |
toString()
Returns a string representation of this object.
|
FlowExecutionMessage |
withEventType(FlowExecutionEventType eventType)
The type of flow event .
|
FlowExecutionMessage |
withEventType(String eventType)
The type of flow event .
|
FlowExecutionMessage |
withMessageId(String messageId)
The unique identifier of the message.
|
FlowExecutionMessage |
withPayload(String payload)
A string containing information about the flow event.
|
FlowExecutionMessage |
withTimestamp(Date timestamp)
The date and time when the message was last updated.
|
public void setMessageId(String messageId)
The unique identifier of the message.
messageId
- The unique identifier of the message.public String getMessageId()
The unique identifier of the message.
public FlowExecutionMessage withMessageId(String messageId)
The unique identifier of the message.
messageId
- The unique identifier of the message.public void setEventType(String eventType)
The type of flow event .
eventType
- The type of flow event .FlowExecutionEventType
public String getEventType()
The type of flow event .
FlowExecutionEventType
public FlowExecutionMessage withEventType(String eventType)
The type of flow event .
eventType
- The type of flow event .FlowExecutionEventType
public FlowExecutionMessage withEventType(FlowExecutionEventType eventType)
The type of flow event .
eventType
- The type of flow event .FlowExecutionEventType
public void setTimestamp(Date timestamp)
The date and time when the message was last updated.
timestamp
- The date and time when the message was last updated.public Date getTimestamp()
The date and time when the message was last updated.
public FlowExecutionMessage withTimestamp(Date timestamp)
The date and time when the message was last updated.
timestamp
- The date and time when the message was last updated.public void setPayload(String payload)
A string containing information about the flow event.
payload
- A string containing information about the flow event.public String getPayload()
A string containing information about the flow event.
public FlowExecutionMessage withPayload(String payload)
A string containing information about the flow event.
payload
- A string containing information about the flow event.public String toString()
toString
in class Object
Object.toString()
public FlowExecutionMessage 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.