@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListWorldGenerationJobsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListWorldGenerationJobsResult() |
Modifier and Type | Method and Description |
---|---|
ListWorldGenerationJobsResult |
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<WorldGenerationJobSummary> |
getWorldGenerationJobSummaries()
Summary information for world generator jobs.
|
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 |
setWorldGenerationJobSummaries(Collection<WorldGenerationJobSummary> worldGenerationJobSummaries)
Summary information for world generator jobs.
|
String |
toString()
Returns a string representation of this object.
|
ListWorldGenerationJobsResult |
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. |
ListWorldGenerationJobsResult |
withWorldGenerationJobSummaries(Collection<WorldGenerationJobSummary> worldGenerationJobSummaries)
Summary information for world generator jobs.
|
ListWorldGenerationJobsResult |
withWorldGenerationJobSummaries(WorldGenerationJobSummary... worldGenerationJobSummaries)
Summary information for world generator jobs.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<WorldGenerationJobSummary> getWorldGenerationJobSummaries()
Summary information for world generator jobs.
public void setWorldGenerationJobSummaries(Collection<WorldGenerationJobSummary> worldGenerationJobSummaries)
Summary information for world generator jobs.
worldGenerationJobSummaries
- Summary information for world generator jobs.public ListWorldGenerationJobsResult withWorldGenerationJobSummaries(WorldGenerationJobSummary... worldGenerationJobSummaries)
Summary information for world generator jobs.
NOTE: This method appends the values to the existing list (if any). Use
setWorldGenerationJobSummaries(java.util.Collection)
or
withWorldGenerationJobSummaries(java.util.Collection)
if you want to override the existing values.
worldGenerationJobSummaries
- Summary information for world generator jobs.public ListWorldGenerationJobsResult withWorldGenerationJobSummaries(Collection<WorldGenerationJobSummary> worldGenerationJobSummaries)
Summary information for world generator jobs.
worldGenerationJobSummaries
- Summary information for world generator jobs.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
ListWorldGeneratorJobsRequest
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
ListWorldGeneratorJobsRequest
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
ListWorldGeneratorJobsRequest
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
ListWorldGeneratorJobsRequest
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 ListWorldGenerationJobsResult 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
ListWorldGeneratorJobsRequest
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
ListWorldGeneratorJobsRequest
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 Object
Object.toString()
public ListWorldGenerationJobsResult clone()