@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<ExecutionListItem> |
getExecutions()
The list of matching executions.
|
String |
getNextToken()
If a
nextToken is returned by a previous call, there are more results available. |
int |
hashCode() |
void |
setExecutions(Collection<ExecutionListItem> executions)
The list of matching executions.
|
void |
setNextToken(String nextToken)
If a
nextToken is returned by a previous call, there are more results available. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListExecutionsResult |
withExecutions(Collection<ExecutionListItem> executions)
The list of matching executions.
|
ListExecutionsResult |
withExecutions(ExecutionListItem... executions)
The list of matching executions.
|
ListExecutionsResult |
withNextToken(String nextToken)
If a
nextToken is returned by a previous call, there are more results available. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<ExecutionListItem> getExecutions()
The list of matching executions.
public void setExecutions(Collection<ExecutionListItem> executions)
The list of matching executions.
executions - The list of matching executions.public ListExecutionsResult withExecutions(ExecutionListItem... executions)
The list of matching 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 matching executions.public ListExecutionsResult withExecutions(Collection<ExecutionListItem> executions)
The list of matching executions.
executions - The list of matching executions.public void setNextToken(String nextToken)
If a nextToken is returned by a previous call, 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 by a previous call, 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 by a previous call, 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 by a previous call, 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 ListExecutionsResult withNextToken(String nextToken)
If a nextToken is returned by a previous call, 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 by a previous call, 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 ListExecutionsResult clone()
Copyright © 2017. All rights reserved.