@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListExecutionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListExecutionsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListExecutionsResult |
clone() |
boolean |
equals(Object obj) |
List<ExecutionReference> |
getExecutions()
The list of executions.
|
String |
getNextToken()
The token to retrieve the next set of results.
|
int |
hashCode() |
void |
setExecutions(Collection<ExecutionReference> executions)
The list of executions.
|
void |
setNextToken(String nextToken)
The token to retrieve the next set of results.
|
String |
toString()
Returns a string representation of this object.
|
ListExecutionsResult |
withExecutions(Collection<ExecutionReference> executions)
The list of executions.
|
ListExecutionsResult |
withExecutions(ExecutionReference... executions)
The list of executions.
|
ListExecutionsResult |
withNextToken(String nextToken)
The token to retrieve the next set of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<ExecutionReference> getExecutions()
The list of executions.
public void setExecutions(Collection<ExecutionReference> executions)
The list of executions.
executions - The list of executions.public ListExecutionsResult withExecutions(ExecutionReference... executions)
The list of executions.
NOTE: This method appends the values to the existing list (if any). Use
setExecutions(java.util.Collection) or withExecutions(java.util.Collection) if you want to
override the existing values.
executions - The list of executions.public ListExecutionsResult withExecutions(Collection<ExecutionReference> executions)
The list of executions.
executions - The list of executions.public void setNextToken(String nextToken)
The token to retrieve the next set of results.
nextToken - The token to retrieve the next set of results.public String getNextToken()
The token to retrieve the next set of results.
public ListExecutionsResult withNextToken(String nextToken)
The token to retrieve the next set of results.
nextToken - The token to retrieve the next set of results.public String toString()
toString in class ObjectObject.toString()public ListExecutionsResult clone()