@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListFlowExecutionMessagesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListFlowExecutionMessagesResult() |
Modifier and Type | Method and Description |
---|---|
ListFlowExecutionMessagesResult |
clone() |
boolean |
equals(Object obj) |
List<FlowExecutionMessage> |
getMessages()
A list of objects that contain information about events in the specified flow execution.
|
String |
getNextToken()
The string to specify as
nextToken when you request the next page of results. |
int |
hashCode() |
void |
setMessages(Collection<FlowExecutionMessage> messages)
A list of objects that contain information about events in the specified flow execution.
|
void |
setNextToken(String nextToken)
The string to specify as
nextToken when you request the next page of results. |
String |
toString()
Returns a string representation of this object.
|
ListFlowExecutionMessagesResult |
withMessages(Collection<FlowExecutionMessage> messages)
A list of objects that contain information about events in the specified flow execution.
|
ListFlowExecutionMessagesResult |
withMessages(FlowExecutionMessage... messages)
A list of objects that contain information about events in the specified flow execution.
|
ListFlowExecutionMessagesResult |
withNextToken(String nextToken)
The string to specify as
nextToken when you request the next page of results. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<FlowExecutionMessage> getMessages()
A list of objects that contain information about events in the specified flow execution.
public void setMessages(Collection<FlowExecutionMessage> messages)
A list of objects that contain information about events in the specified flow execution.
messages
- A list of objects that contain information about events in the specified flow execution.public ListFlowExecutionMessagesResult withMessages(FlowExecutionMessage... messages)
A list of objects that contain information about events in the specified flow execution.
NOTE: This method appends the values to the existing list (if any). Use
setMessages(java.util.Collection)
or withMessages(java.util.Collection)
if you want to override
the existing values.
messages
- A list of objects that contain information about events in the specified flow execution.public ListFlowExecutionMessagesResult withMessages(Collection<FlowExecutionMessage> messages)
A list of objects that contain information about events in the specified flow execution.
messages
- A list of objects that contain information about events in the specified flow execution.public void setNextToken(String nextToken)
The string to specify as nextToken
when you request the next page of results.
nextToken
- The string to specify as nextToken
when you request the next page of results.public String getNextToken()
The string to specify as nextToken
when you request the next page of results.
nextToken
when you request the next page of results.public ListFlowExecutionMessagesResult withNextToken(String nextToken)
The string to specify as nextToken
when you request the next page of results.
nextToken
- The string to specify as nextToken
when you request the next page of results.public String toString()
toString
in class Object
Object.toString()
public ListFlowExecutionMessagesResult clone()