@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetExecutionHistoryResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| GetExecutionHistoryResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| GetExecutionHistoryResult | clone() | 
| boolean | equals(Object obj) | 
| List<HistoryEvent> | getEvents()
 The list of events that occurred in the execution. | 
| String | getNextToken()
 If a  nextTokenis returned, there are more results available. | 
| int | hashCode() | 
| void | setEvents(Collection<HistoryEvent> events)
 The list of events that occurred in the execution. | 
| void | setNextToken(String nextToken)
 If a  nextTokenis returned, there are more results available. | 
| String | toString()Returns a string representation of this object; useful for testing and debugging. | 
| GetExecutionHistoryResult | withEvents(Collection<HistoryEvent> events)
 The list of events that occurred in the execution. | 
| GetExecutionHistoryResult | withEvents(HistoryEvent... events)
 The list of events that occurred in the execution. | 
| GetExecutionHistoryResult | withNextToken(String nextToken)
 If a  nextTokenis returned, there are more results available. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<HistoryEvent> getEvents()
The list of events that occurred in the execution.
public void setEvents(Collection<HistoryEvent> events)
The list of events that occurred in the execution.
events - The list of events that occurred in the execution.public GetExecutionHistoryResult withEvents(HistoryEvent... events)
The list of events that occurred in the execution.
 NOTE: This method appends the values to the existing list (if any). Use
 setEvents(java.util.Collection) or withEvents(java.util.Collection) if you want to override the
 existing values.
 
events - The list of events that occurred in the execution.public GetExecutionHistoryResult withEvents(Collection<HistoryEvent> events)
The list of events that occurred in the execution.
events - The list of events that occurred in the execution.public void setNextToken(String nextToken)
 If a nextToken is returned, there are more results available. To retrieve the next page of results,
 make the call again using the returned token in nextToken. Keep all other arguments unchanged.
 
 The configured maxResults determines how many results can be returned in a single call.
 
nextToken - If a nextToken is returned, there are more results available. To retrieve the next page of
        results, make the call again using the returned token in nextToken. Keep all other arguments
        unchanged.
        
        The configured maxResults determines how many results can be returned in a single call.
public String getNextToken()
 If a nextToken is returned, there are more results available. To retrieve the next page of results,
 make the call again using the returned token in nextToken. Keep all other arguments unchanged.
 
 The configured maxResults determines how many results can be returned in a single call.
 
nextToken is returned, there are more results available. To retrieve the next page of
         results, make the call again using the returned token in nextToken. Keep all other arguments
         unchanged.
         
         The configured maxResults determines how many results can be returned in a single call.
public GetExecutionHistoryResult withNextToken(String nextToken)
 If a nextToken is returned, there are more results available. To retrieve the next page of results,
 make the call again using the returned token in nextToken. Keep all other arguments unchanged.
 
 The configured maxResults determines how many results can be returned in a single call.
 
nextToken - If a nextToken is returned, there are more results available. To retrieve the next page of
        results, make the call again using the returned token in nextToken. Keep all other arguments
        unchanged.
        
        The configured maxResults determines how many results can be returned in a single call.
public String toString()
toString in class ObjectObject.toString()public GetExecutionHistoryResult clone()
Copyright © 2017. All rights reserved.