@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeApplicationVersionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Result message wrapping a list of application version descriptions.
| Constructor and Description | 
|---|
| DescribeApplicationVersionsResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| DescribeApplicationVersionsResult | clone() | 
| boolean | equals(Object obj) | 
| List<ApplicationVersionDescription> | getApplicationVersions()
 List of  ApplicationVersionDescriptionobjects sorted in order of creation. | 
| String | getNextToken()
 In a paginated request, the token that you can pass in a subsequent request to get the next response page. | 
| int | hashCode() | 
| void | setApplicationVersions(Collection<ApplicationVersionDescription> applicationVersions)
 List of  ApplicationVersionDescriptionobjects sorted in order of creation. | 
| void | setNextToken(String nextToken)
 In a paginated request, the token that you can pass in a subsequent request to get the next response page. | 
| String | toString()Returns a string representation of this object; useful for testing and debugging. | 
| DescribeApplicationVersionsResult | withApplicationVersions(ApplicationVersionDescription... applicationVersions)
 List of  ApplicationVersionDescriptionobjects sorted in order of creation. | 
| DescribeApplicationVersionsResult | withApplicationVersions(Collection<ApplicationVersionDescription> applicationVersions)
 List of  ApplicationVersionDescriptionobjects sorted in order of creation. | 
| DescribeApplicationVersionsResult | withNextToken(String nextToken)
 In a paginated request, the token that you can pass in a subsequent request to get the next response page. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<ApplicationVersionDescription> getApplicationVersions()
 List of ApplicationVersionDescription objects sorted in order of creation.
 
ApplicationVersionDescription objects sorted in order of creation.public void setApplicationVersions(Collection<ApplicationVersionDescription> applicationVersions)
 List of ApplicationVersionDescription objects sorted in order of creation.
 
applicationVersions - List of ApplicationVersionDescription objects sorted in order of creation.public DescribeApplicationVersionsResult withApplicationVersions(ApplicationVersionDescription... applicationVersions)
 List of ApplicationVersionDescription objects sorted in order of creation.
 
 NOTE: This method appends the values to the existing list (if any). Use
 setApplicationVersions(java.util.Collection) or withApplicationVersions(java.util.Collection)
 if you want to override the existing values.
 
applicationVersions - List of ApplicationVersionDescription objects sorted in order of creation.public DescribeApplicationVersionsResult withApplicationVersions(Collection<ApplicationVersionDescription> applicationVersions)
 List of ApplicationVersionDescription objects sorted in order of creation.
 
applicationVersions - List of ApplicationVersionDescription objects sorted in order of creation.public void setNextToken(String nextToken)
In a paginated request, the token that you can pass in a subsequent request to get the next response page.
nextToken - In a paginated request, the token that you can pass in a subsequent request to get the next response page.public String getNextToken()
In a paginated request, the token that you can pass in a subsequent request to get the next response page.
public DescribeApplicationVersionsResult withNextToken(String nextToken)
In a paginated request, the token that you can pass in a subsequent request to get the next response page.
nextToken - In a paginated request, the token that you can pass in a subsequent request to get the next response page.public String toString()
toString in class ObjectObject.toString()public DescribeApplicationVersionsResult clone()
Copyright © 2017. All rights reserved.