@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTaskExecutionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
ListTaskExecutionsResponse
Constructor and Description |
---|
ListTaskExecutionsResult() |
Modifier and Type | Method and Description |
---|---|
ListTaskExecutionsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The opaque string that indicates the position to begin the next list of results in the response.
|
List<TaskExecutionListEntry> |
getTaskExecutions()
A list of the task's executions.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The opaque string that indicates the position to begin the next list of results in the response.
|
void |
setTaskExecutions(Collection<TaskExecutionListEntry> taskExecutions)
A list of the task's executions.
|
String |
toString()
Returns a string representation of this object.
|
ListTaskExecutionsResult |
withNextToken(String nextToken)
The opaque string that indicates the position to begin the next list of results in the response.
|
ListTaskExecutionsResult |
withTaskExecutions(Collection<TaskExecutionListEntry> taskExecutions)
A list of the task's executions.
|
ListTaskExecutionsResult |
withTaskExecutions(TaskExecutionListEntry... taskExecutions)
A list of the task's executions.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<TaskExecutionListEntry> getTaskExecutions()
A list of the task's executions.
public void setTaskExecutions(Collection<TaskExecutionListEntry> taskExecutions)
A list of the task's executions.
taskExecutions
- A list of the task's executions.public ListTaskExecutionsResult withTaskExecutions(TaskExecutionListEntry... taskExecutions)
A list of the task's executions.
NOTE: This method appends the values to the existing list (if any). Use
setTaskExecutions(java.util.Collection)
or withTaskExecutions(java.util.Collection)
if you want
to override the existing values.
taskExecutions
- A list of the task's executions.public ListTaskExecutionsResult withTaskExecutions(Collection<TaskExecutionListEntry> taskExecutions)
A list of the task's executions.
taskExecutions
- A list of the task's executions.public void setNextToken(String nextToken)
The opaque string that indicates the position to begin the next list of results in the response.
nextToken
- The opaque string that indicates the position to begin the next list of results in the response.public String getNextToken()
The opaque string that indicates the position to begin the next list of results in the response.
public ListTaskExecutionsResult withNextToken(String nextToken)
The opaque string that indicates the position to begin the next list of results in the response.
nextToken
- The opaque string that indicates the position to begin the next list of results in the response.public String toString()
toString
in class Object
Object.toString()
public ListTaskExecutionsResult clone()