@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListBatchJobExecutionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListBatchJobExecutionsResult() |
Modifier and Type | Method and Description |
---|---|
ListBatchJobExecutionsResult |
clone() |
boolean |
equals(Object obj) |
List<BatchJobExecutionSummary> |
getBatchJobExecutions()
Returns a list of batch job executions for an application.
|
String |
getNextToken()
A pagination token that's returned when the response doesn't contain all batch job executions.
|
int |
hashCode() |
void |
setBatchJobExecutions(Collection<BatchJobExecutionSummary> batchJobExecutions)
Returns a list of batch job executions for an application.
|
void |
setNextToken(String nextToken)
A pagination token that's returned when the response doesn't contain all batch job executions.
|
String |
toString()
Returns a string representation of this object.
|
ListBatchJobExecutionsResult |
withBatchJobExecutions(BatchJobExecutionSummary... batchJobExecutions)
Returns a list of batch job executions for an application.
|
ListBatchJobExecutionsResult |
withBatchJobExecutions(Collection<BatchJobExecutionSummary> batchJobExecutions)
Returns a list of batch job executions for an application.
|
ListBatchJobExecutionsResult |
withNextToken(String nextToken)
A pagination token that's returned when the response doesn't contain all batch job executions.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<BatchJobExecutionSummary> getBatchJobExecutions()
Returns a list of batch job executions for an application.
public void setBatchJobExecutions(Collection<BatchJobExecutionSummary> batchJobExecutions)
Returns a list of batch job executions for an application.
batchJobExecutions
- Returns a list of batch job executions for an application.public ListBatchJobExecutionsResult withBatchJobExecutions(BatchJobExecutionSummary... batchJobExecutions)
Returns a list of batch job executions for an application.
NOTE: This method appends the values to the existing list (if any). Use
setBatchJobExecutions(java.util.Collection)
or withBatchJobExecutions(java.util.Collection)
if
you want to override the existing values.
batchJobExecutions
- Returns a list of batch job executions for an application.public ListBatchJobExecutionsResult withBatchJobExecutions(Collection<BatchJobExecutionSummary> batchJobExecutions)
Returns a list of batch job executions for an application.
batchJobExecutions
- Returns a list of batch job executions for an application.public void setNextToken(String nextToken)
A pagination token that's returned when the response doesn't contain all batch job executions.
nextToken
- A pagination token that's returned when the response doesn't contain all batch job executions.public String getNextToken()
A pagination token that's returned when the response doesn't contain all batch job executions.
public ListBatchJobExecutionsResult withNextToken(String nextToken)
A pagination token that's returned when the response doesn't contain all batch job executions.
nextToken
- A pagination token that's returned when the response doesn't contain all batch job executions.public String toString()
toString
in class Object
Object.toString()
public ListBatchJobExecutionsResult clone()