@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListGeneratedCodeJobsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListGeneratedCodeJobsResult() |
Modifier and Type | Method and Description |
---|---|
ListGeneratedCodeJobsResult |
clone() |
boolean |
equals(Object obj) |
List<GeneratedCodeJobDetails> |
getGeneratedCodeJobs()
The list of generated code jobs.
|
String |
getNextToken()
The token that indicates the start of the next sequential page of results.
|
int |
hashCode() |
void |
setGeneratedCodeJobs(Collection<GeneratedCodeJobDetails> generatedCodeJobs)
The list of generated code jobs.
|
void |
setNextToken(String nextToken)
The token that indicates the start of the next sequential page of results.
|
String |
toString()
Returns a string representation of this object.
|
ListGeneratedCodeJobsResult |
withGeneratedCodeJobs(Collection<GeneratedCodeJobDetails> generatedCodeJobs)
The list of generated code jobs.
|
ListGeneratedCodeJobsResult |
withGeneratedCodeJobs(GeneratedCodeJobDetails... generatedCodeJobs)
The list of generated code jobs.
|
ListGeneratedCodeJobsResult |
withNextToken(String nextToken)
The token that indicates the start of the next sequential page of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<GeneratedCodeJobDetails> getGeneratedCodeJobs()
The list of generated code jobs.
public void setGeneratedCodeJobs(Collection<GeneratedCodeJobDetails> generatedCodeJobs)
The list of generated code jobs.
generatedCodeJobs
- The list of generated code jobs.public ListGeneratedCodeJobsResult withGeneratedCodeJobs(GeneratedCodeJobDetails... generatedCodeJobs)
The list of generated code jobs.
NOTE: This method appends the values to the existing list (if any). Use
setGeneratedCodeJobs(java.util.Collection)
or withGeneratedCodeJobs(java.util.Collection)
if
you want to override the existing values.
generatedCodeJobs
- The list of generated code jobs.public ListGeneratedCodeJobsResult withGeneratedCodeJobs(Collection<GeneratedCodeJobDetails> generatedCodeJobs)
The list of generated code jobs.
generatedCodeJobs
- The list of generated code jobs.public void setNextToken(String nextToken)
The token that indicates the start of the next sequential page of results.
Use this value when making the next call to this operation to continue where the last one finished.
nextToken
- The token that indicates the start of the next sequential page of results.
Use this value when making the next call to this operation to continue where the last one finished.
public String getNextToken()
The token that indicates the start of the next sequential page of results.
Use this value when making the next call to this operation to continue where the last one finished.
Use this value when making the next call to this operation to continue where the last one finished.
public ListGeneratedCodeJobsResult withNextToken(String nextToken)
The token that indicates the start of the next sequential page of results.
Use this value when making the next call to this operation to continue where the last one finished.
nextToken
- The token that indicates the start of the next sequential page of results.
Use this value when making the next call to this operation to continue where the last one finished.
public String toString()
toString
in class Object
Object.toString()
public ListGeneratedCodeJobsResult clone()