@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListCodegenJobsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListCodegenJobsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListCodegenJobsResult |
clone() |
boolean |
equals(Object obj) |
List<CodegenJobSummary> |
getEntities()
The list of code generation jobs for the Amplify app.
|
String |
getNextToken()
The pagination token that's included if more results are available.
|
int |
hashCode() |
void |
setEntities(Collection<CodegenJobSummary> entities)
The list of code generation jobs for the Amplify app.
|
void |
setNextToken(String nextToken)
The pagination token that's included if more results are available.
|
String |
toString()
Returns a string representation of this object.
|
ListCodegenJobsResult |
withEntities(CodegenJobSummary... entities)
The list of code generation jobs for the Amplify app.
|
ListCodegenJobsResult |
withEntities(Collection<CodegenJobSummary> entities)
The list of code generation jobs for the Amplify app.
|
ListCodegenJobsResult |
withNextToken(String nextToken)
The pagination token that's included if more results are available.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<CodegenJobSummary> getEntities()
The list of code generation jobs for the Amplify app.
public void setEntities(Collection<CodegenJobSummary> entities)
The list of code generation jobs for the Amplify app.
entities - The list of code generation jobs for the Amplify app.public ListCodegenJobsResult withEntities(CodegenJobSummary... entities)
The list of code generation jobs for the Amplify app.
NOTE: This method appends the values to the existing list (if any). Use
setEntities(java.util.Collection) or withEntities(java.util.Collection) if you want to override
the existing values.
entities - The list of code generation jobs for the Amplify app.public ListCodegenJobsResult withEntities(Collection<CodegenJobSummary> entities)
The list of code generation jobs for the Amplify app.
entities - The list of code generation jobs for the Amplify app.public void setNextToken(String nextToken)
The pagination token that's included if more results are available.
nextToken - The pagination token that's included if more results are available.public String getNextToken()
The pagination token that's included if more results are available.
public ListCodegenJobsResult withNextToken(String nextToken)
The pagination token that's included if more results are available.
nextToken - The pagination token that's included if more results are available.public String toString()
toString in class ObjectObject.toString()public ListCodegenJobsResult clone()