@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeProjectVersionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeProjectVersionsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeProjectVersionsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
If the previous response was incomplete (because there is more results to retrieve), Amazon Rekognition returns a
pagination token in the response.
|
List<ProjectVersionDescription> |
getProjectVersionDescriptions()
A list of project version descriptions.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
If the previous response was incomplete (because there is more results to retrieve), Amazon Rekognition returns a
pagination token in the response.
|
void |
setProjectVersionDescriptions(Collection<ProjectVersionDescription> projectVersionDescriptions)
A list of project version descriptions.
|
String |
toString()
Returns a string representation of this object.
|
DescribeProjectVersionsResult |
withNextToken(String nextToken)
If the previous response was incomplete (because there is more results to retrieve), Amazon Rekognition returns a
pagination token in the response.
|
DescribeProjectVersionsResult |
withProjectVersionDescriptions(Collection<ProjectVersionDescription> projectVersionDescriptions)
A list of project version descriptions.
|
DescribeProjectVersionsResult |
withProjectVersionDescriptions(ProjectVersionDescription... projectVersionDescriptions)
A list of project version descriptions.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ProjectVersionDescription> getProjectVersionDescriptions()
A list of project version descriptions. The list is sorted by the creation date and time of the project versions, latest to earliest.
public void setProjectVersionDescriptions(Collection<ProjectVersionDescription> projectVersionDescriptions)
A list of project version descriptions. The list is sorted by the creation date and time of the project versions, latest to earliest.
projectVersionDescriptions
- A list of project version descriptions. The list is sorted by the creation date and time of the project
versions, latest to earliest.public DescribeProjectVersionsResult withProjectVersionDescriptions(ProjectVersionDescription... projectVersionDescriptions)
A list of project version descriptions. The list is sorted by the creation date and time of the project versions, latest to earliest.
NOTE: This method appends the values to the existing list (if any). Use
setProjectVersionDescriptions(java.util.Collection)
or
withProjectVersionDescriptions(java.util.Collection)
if you want to override the existing values.
projectVersionDescriptions
- A list of project version descriptions. The list is sorted by the creation date and time of the project
versions, latest to earliest.public DescribeProjectVersionsResult withProjectVersionDescriptions(Collection<ProjectVersionDescription> projectVersionDescriptions)
A list of project version descriptions. The list is sorted by the creation date and time of the project versions, latest to earliest.
projectVersionDescriptions
- A list of project version descriptions. The list is sorted by the creation date and time of the project
versions, latest to earliest.public void setNextToken(String nextToken)
If the previous response was incomplete (because there is more results to retrieve), Amazon Rekognition 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
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 returns a pagination token in the response. You can use this pagination token to retrieve the next set of results.
public DescribeProjectVersionsResult withNextToken(String nextToken)
If the previous response was incomplete (because there is more results to retrieve), Amazon Rekognition 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
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 DescribeProjectVersionsResult clone()