@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeProjectsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeProjectsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeProjectsResult |
clone() |
boolean |
equals(Object obj) |
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.
|
List<ProjectDescription> |
getProjectDescriptions()
A list of project descriptions.
|
int |
hashCode() |
void |
setNextToken(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(Collection<ProjectDescription> projectDescriptions)
A list of project descriptions.
|
String |
toString()
Returns a string representation of this object.
|
DescribeProjectsResult |
withNextToken(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(Collection<ProjectDescription> projectDescriptions)
A list of project descriptions.
|
DescribeProjectsResult |
withProjectDescriptions(ProjectDescription... projectDescriptions)
A list of project descriptions.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ProjectDescription> getProjectDescriptions()
A list of project descriptions. The list is sorted by the date and time the projects are created.
public void setProjectDescriptions(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.
NOTE: This method appends the values to the existing list (if any). Use
setProjectDescriptions(java.util.Collection)
or withProjectDescriptions(java.util.Collection)
if you want to override the existing values.
projectDescriptions
- A list of project descriptions. The list is sorted by the date and time the projects are created.public DescribeProjectsResult withProjectDescriptions(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 void setNextToken(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.
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 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.
public DescribeProjectsResult withNextToken(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.
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 String toString()
toString
in class Object
Object.toString()
public DescribeProjectsResult clone()