@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListProjectsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| ListProjectsResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| ListProjectsResult | clone() | 
| boolean | equals(Object obj) | 
| String | getNextToken()
 If the result of the previous  ListCompilationJobsrequest was truncated, the response includes aNextToken. | 
| List<ProjectSummary> | getProjectSummaryList()
 A list of summaries of projects. | 
| int | hashCode() | 
| void | setNextToken(String nextToken)
 If the result of the previous  ListCompilationJobsrequest was truncated, the response includes aNextToken. | 
| void | setProjectSummaryList(Collection<ProjectSummary> projectSummaryList)
 A list of summaries of projects. | 
| String | toString()Returns a string representation of this object. | 
| ListProjectsResult | withNextToken(String nextToken)
 If the result of the previous  ListCompilationJobsrequest was truncated, the response includes aNextToken. | 
| ListProjectsResult | withProjectSummaryList(Collection<ProjectSummary> projectSummaryList)
 A list of summaries of projects. | 
| ListProjectsResult | withProjectSummaryList(ProjectSummary... projectSummaryList)
 A list of summaries of projects. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<ProjectSummary> getProjectSummaryList()
A list of summaries of projects.
public void setProjectSummaryList(Collection<ProjectSummary> projectSummaryList)
A list of summaries of projects.
projectSummaryList - A list of summaries of projects.public ListProjectsResult withProjectSummaryList(ProjectSummary... projectSummaryList)
A list of summaries of projects.
 NOTE: This method appends the values to the existing list (if any). Use
 setProjectSummaryList(java.util.Collection) or withProjectSummaryList(java.util.Collection) if
 you want to override the existing values.
 
projectSummaryList - A list of summaries of projects.public ListProjectsResult withProjectSummaryList(Collection<ProjectSummary> projectSummaryList)
A list of summaries of projects.
projectSummaryList - A list of summaries of projects.public void setNextToken(String nextToken)
 If the result of the previous ListCompilationJobs request was truncated, the response includes a
 NextToken. To retrieve the next set of model compilation jobs, use the token in the next request.
 
nextToken - If the result of the previous ListCompilationJobs request was truncated, the response
        includes a NextToken. To retrieve the next set of model compilation jobs, use the token in
        the next request.public String getNextToken()
 If the result of the previous ListCompilationJobs request was truncated, the response includes a
 NextToken. To retrieve the next set of model compilation jobs, use the token in the next request.
 
ListCompilationJobs request was truncated, the response
         includes a NextToken. To retrieve the next set of model compilation jobs, use the token in
         the next request.public ListProjectsResult withNextToken(String nextToken)
 If the result of the previous ListCompilationJobs request was truncated, the response includes a
 NextToken. To retrieve the next set of model compilation jobs, use the token in the next request.
 
nextToken - If the result of the previous ListCompilationJobs request was truncated, the response
        includes a NextToken. To retrieve the next set of model compilation jobs, use the token in
        the next request.public String toString()
toString in class ObjectObject.toString()public ListProjectsResult clone()