@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListSimulationJobsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListSimulationJobsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListSimulationJobsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
If the previous paginated request did not return all of the remaining results, the response object's
nextToken parameter value is set to a token. |
List<SimulationJobSummary> |
getSimulationJobSummaries()
A list of simulation job summaries that meet the criteria of the request.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
If the previous paginated request did not return all of the remaining results, the response object's
nextToken parameter value is set to a token. |
void |
setSimulationJobSummaries(Collection<SimulationJobSummary> simulationJobSummaries)
A list of simulation job summaries that meet the criteria of the request.
|
String |
toString()
Returns a string representation of this object.
|
ListSimulationJobsResult |
withNextToken(String nextToken)
If the previous paginated request did not return all of the remaining results, the response object's
nextToken parameter value is set to a token. |
ListSimulationJobsResult |
withSimulationJobSummaries(Collection<SimulationJobSummary> simulationJobSummaries)
A list of simulation job summaries that meet the criteria of the request.
|
ListSimulationJobsResult |
withSimulationJobSummaries(SimulationJobSummary... simulationJobSummaries)
A list of simulation job summaries that meet the criteria of the request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<SimulationJobSummary> getSimulationJobSummaries()
A list of simulation job summaries that meet the criteria of the request.
public void setSimulationJobSummaries(Collection<SimulationJobSummary> simulationJobSummaries)
A list of simulation job summaries that meet the criteria of the request.
simulationJobSummaries - A list of simulation job summaries that meet the criteria of the request.public ListSimulationJobsResult withSimulationJobSummaries(SimulationJobSummary... simulationJobSummaries)
A list of simulation job summaries that meet the criteria of the request.
NOTE: This method appends the values to the existing list (if any). Use
setSimulationJobSummaries(java.util.Collection) or
withSimulationJobSummaries(java.util.Collection) if you want to override the existing values.
simulationJobSummaries - A list of simulation job summaries that meet the criteria of the request.public ListSimulationJobsResult withSimulationJobSummaries(Collection<SimulationJobSummary> simulationJobSummaries)
A list of simulation job summaries that meet the criteria of the request.
simulationJobSummaries - A list of simulation job summaries that meet the criteria of the request.public void setNextToken(String nextToken)
If the previous paginated request did not return all of the remaining results, the response object's
nextToken parameter value is set to a token. To retrieve the next set of results, call
ListSimulationJobs again and assign that token to the request object's nextToken
parameter. If there are no remaining results, the previous response object's NextToken parameter is set to null.
nextToken - If the previous paginated request did not return all of the remaining results, the response object's
nextToken parameter value is set to a token. To retrieve the next set of results, call
ListSimulationJobs again and assign that token to the request object's nextToken
parameter. If there are no remaining results, the previous response object's NextToken parameter is set to
null.public String getNextToken()
If the previous paginated request did not return all of the remaining results, the response object's
nextToken parameter value is set to a token. To retrieve the next set of results, call
ListSimulationJobs again and assign that token to the request object's nextToken
parameter. If there are no remaining results, the previous response object's NextToken parameter is set to null.
nextToken parameter value is set to a token. To retrieve the next set of results, call
ListSimulationJobs again and assign that token to the request object's
nextToken parameter. If there are no remaining results, the previous response object's
NextToken parameter is set to null.public ListSimulationJobsResult withNextToken(String nextToken)
If the previous paginated request did not return all of the remaining results, the response object's
nextToken parameter value is set to a token. To retrieve the next set of results, call
ListSimulationJobs again and assign that token to the request object's nextToken
parameter. If there are no remaining results, the previous response object's NextToken parameter is set to null.
nextToken - If the previous paginated request did not return all of the remaining results, the response object's
nextToken parameter value is set to a token. To retrieve the next set of results, call
ListSimulationJobs again and assign that token to the request object's nextToken
parameter. If there are no remaining results, the previous response object's NextToken parameter is set to
null.public String toString()
toString in class ObjectObject.toString()public ListSimulationJobsResult clone()