@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()
An opaque string that indicates the position at which to begin returning the next list of executed tasks.
|
List<TaskExecutionListEntry> |
getTaskExecutions()
A list of executed tasks.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
An opaque string that indicates the position at which to begin returning the next list of executed tasks.
|
void |
setTaskExecutions(Collection<TaskExecutionListEntry> taskExecutions)
A list of executed tasks.
|
String |
toString()
Returns a string representation of this object.
|
ListTaskExecutionsResult |
withNextToken(String nextToken)
An opaque string that indicates the position at which to begin returning the next list of executed tasks.
|
ListTaskExecutionsResult |
withTaskExecutions(Collection<TaskExecutionListEntry> taskExecutions)
A list of executed tasks.
|
ListTaskExecutionsResult |
withTaskExecutions(TaskExecutionListEntry... taskExecutions)
A list of executed tasks.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<TaskExecutionListEntry> getTaskExecutions()
A list of executed tasks.
public void setTaskExecutions(Collection<TaskExecutionListEntry> taskExecutions)
A list of executed tasks.
taskExecutions - A list of executed tasks.public ListTaskExecutionsResult withTaskExecutions(TaskExecutionListEntry... taskExecutions)
A list of executed tasks.
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 executed tasks.public ListTaskExecutionsResult withTaskExecutions(Collection<TaskExecutionListEntry> taskExecutions)
A list of executed tasks.
taskExecutions - A list of executed tasks.public void setNextToken(String nextToken)
An opaque string that indicates the position at which to begin returning the next list of executed tasks.
nextToken - An opaque string that indicates the position at which to begin returning the next list of executed tasks.public String getNextToken()
An opaque string that indicates the position at which to begin returning the next list of executed tasks.
public ListTaskExecutionsResult withNextToken(String nextToken)
An opaque string that indicates the position at which to begin returning the next list of executed tasks.
nextToken - An opaque string that indicates the position at which to begin returning the next list of executed tasks.public String toString()
toString in class ObjectObject.toString()public ListTaskExecutionsResult clone()