@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListSimulationJobBatchesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListSimulationJobBatchesResult() |
| Modifier and Type | Method and Description |
|---|---|
ListSimulationJobBatchesResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The
nextToken value to include in a future ListSimulationJobBatches request. |
List<SimulationJobBatchSummary> |
getSimulationJobBatchSummaries()
A list of simulation job batch summaries.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The
nextToken value to include in a future ListSimulationJobBatches request. |
void |
setSimulationJobBatchSummaries(Collection<SimulationJobBatchSummary> simulationJobBatchSummaries)
A list of simulation job batch summaries.
|
String |
toString()
Returns a string representation of this object.
|
ListSimulationJobBatchesResult |
withNextToken(String nextToken)
The
nextToken value to include in a future ListSimulationJobBatches request. |
ListSimulationJobBatchesResult |
withSimulationJobBatchSummaries(Collection<SimulationJobBatchSummary> simulationJobBatchSummaries)
A list of simulation job batch summaries.
|
ListSimulationJobBatchesResult |
withSimulationJobBatchSummaries(SimulationJobBatchSummary... simulationJobBatchSummaries)
A list of simulation job batch summaries.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<SimulationJobBatchSummary> getSimulationJobBatchSummaries()
A list of simulation job batch summaries.
public void setSimulationJobBatchSummaries(Collection<SimulationJobBatchSummary> simulationJobBatchSummaries)
A list of simulation job batch summaries.
simulationJobBatchSummaries - A list of simulation job batch summaries.public ListSimulationJobBatchesResult withSimulationJobBatchSummaries(SimulationJobBatchSummary... simulationJobBatchSummaries)
A list of simulation job batch summaries.
NOTE: This method appends the values to the existing list (if any). Use
setSimulationJobBatchSummaries(java.util.Collection) or
withSimulationJobBatchSummaries(java.util.Collection) if you want to override the existing values.
simulationJobBatchSummaries - A list of simulation job batch summaries.public ListSimulationJobBatchesResult withSimulationJobBatchSummaries(Collection<SimulationJobBatchSummary> simulationJobBatchSummaries)
A list of simulation job batch summaries.
simulationJobBatchSummaries - A list of simulation job batch summaries.public void setNextToken(String nextToken)
The nextToken value to include in a future ListSimulationJobBatches request. When the
results of a ListSimulationJobBatches request exceed maxResults, this value can be used
to retrieve the next page of results. This value is null when there are no more results to return.
nextToken - The nextToken value to include in a future ListSimulationJobBatches request.
When the results of a ListSimulationJobBatches request exceed maxResults, this
value can be used to retrieve the next page of results. This value is null when there are no
more results to return.public String getNextToken()
The nextToken value to include in a future ListSimulationJobBatches request. When the
results of a ListSimulationJobBatches request exceed maxResults, this value can be used
to retrieve the next page of results. This value is null when there are no more results to return.
nextToken value to include in a future ListSimulationJobBatches request.
When the results of a ListSimulationJobBatches request exceed maxResults, this
value can be used to retrieve the next page of results. This value is null when there are no
more results to return.public ListSimulationJobBatchesResult withNextToken(String nextToken)
The nextToken value to include in a future ListSimulationJobBatches request. When the
results of a ListSimulationJobBatches request exceed maxResults, this value can be used
to retrieve the next page of results. This value is null when there are no more results to return.
nextToken - The nextToken value to include in a future ListSimulationJobBatches request.
When the results of a ListSimulationJobBatches request exceed maxResults, this
value can be used to retrieve the next page of results. This value is null when there are no
more results to return.public String toString()
toString in class ObjectObject.toString()public ListSimulationJobBatchesResult clone()
Copyright © 2020. All rights reserved.