public class DescribeProjectsResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
DescribeProjectsResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getNextToken()
If the previous response was incomplete (because there is more results to
retrieve), Amazon Rekognition Custom Labels returns a pagination token in
the response.
|
java.util.List<ProjectDescription> |
getProjectDescriptions()
A list of project descriptions.
|
int |
hashCode() |
void |
setNextToken(java.lang.String nextToken)
If the previous response was incomplete (because there is more results to
retrieve), Amazon Rekognition Custom Labels returns a pagination token in
the response.
|
void |
setProjectDescriptions(java.util.Collection<ProjectDescription> projectDescriptions)
A list of project descriptions.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeProjectsResult |
withNextToken(java.lang.String nextToken)
If the previous response was incomplete (because there is more results to
retrieve), Amazon Rekognition Custom Labels returns a pagination token in
the response.
|
DescribeProjectsResult |
withProjectDescriptions(java.util.Collection<ProjectDescription> projectDescriptions)
A list of project descriptions.
|
DescribeProjectsResult |
withProjectDescriptions(ProjectDescription... projectDescriptions)
A list of project descriptions.
|
public java.util.List<ProjectDescription> getProjectDescriptions()
A list of project descriptions. The list is sorted by the date and time the projects are created.
A list of project descriptions. The list is sorted by the date and time the projects are created.
public void setProjectDescriptions(java.util.Collection<ProjectDescription> projectDescriptions)
A list of project descriptions. The list is sorted by the date and time the projects are created.
projectDescriptions - A list of project descriptions. The list is sorted by the date and time the projects are created.
public DescribeProjectsResult withProjectDescriptions(ProjectDescription... projectDescriptions)
A list of project descriptions. The list is sorted by the date and time the projects are created.
Returns a reference to this object so that method calls can be chained together.
projectDescriptions - A list of project descriptions. The list is sorted by the date and time the projects are created.
public DescribeProjectsResult withProjectDescriptions(java.util.Collection<ProjectDescription> projectDescriptions)
A list of project descriptions. The list is sorted by the date and time the projects are created.
Returns a reference to this object so that method calls can be chained together.
projectDescriptions - A list of project descriptions. The list is sorted by the date and time the projects are created.
public java.lang.String getNextToken()
If the previous response was incomplete (because there is more results to retrieve), Amazon Rekognition Custom Labels returns a pagination token in the response. You can use this pagination token to retrieve the next set of results.
Constraints:
Length: - 1024
If the previous response was incomplete (because there is more results to retrieve), Amazon Rekognition Custom Labels returns a pagination token in the response. You can use this pagination token to retrieve the next set of results.
public void setNextToken(java.lang.String nextToken)
If the previous response was incomplete (because there is more results to retrieve), Amazon Rekognition Custom Labels returns a pagination token in the response. You can use this pagination token to retrieve the next set of results.
Constraints:
Length: - 1024
nextToken - If the previous response was incomplete (because there is more results to retrieve), Amazon Rekognition Custom Labels returns a pagination token in the response. You can use this pagination token to retrieve the next set of results.
public DescribeProjectsResult withNextToken(java.lang.String nextToken)
If the previous response was incomplete (because there is more results to retrieve), Amazon Rekognition Custom Labels returns a pagination token in the response. You can use this pagination token to retrieve the next set of results.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: - 1024
nextToken - If the previous response was incomplete (because there is more results to retrieve), Amazon Rekognition Custom Labels returns a pagination token in the response. You can use this pagination token to retrieve the next set of results.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.