@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAppVersionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListAppVersionsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListAppVersionsResult |
clone() |
boolean |
equals(Object obj) |
List<AppVersionSummary> |
getAppVersions()
The version of the application.
|
String |
getNextToken()
The token for the next set of results, or null if there are no more results.
|
int |
hashCode() |
void |
setAppVersions(Collection<AppVersionSummary> appVersions)
The version of the application.
|
void |
setNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
String |
toString()
Returns a string representation of this object.
|
ListAppVersionsResult |
withAppVersions(AppVersionSummary... appVersions)
The version of the application.
|
ListAppVersionsResult |
withAppVersions(Collection<AppVersionSummary> appVersions)
The version of the application.
|
ListAppVersionsResult |
withNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<AppVersionSummary> getAppVersions()
The version of the application.
public void setAppVersions(Collection<AppVersionSummary> appVersions)
The version of the application.
appVersions - The version of the application.public ListAppVersionsResult withAppVersions(AppVersionSummary... appVersions)
The version of the application.
NOTE: This method appends the values to the existing list (if any). Use
setAppVersions(java.util.Collection) or withAppVersions(java.util.Collection) if you want to
override the existing values.
appVersions - The version of the application.public ListAppVersionsResult withAppVersions(Collection<AppVersionSummary> appVersions)
The version of the application.
appVersions - The version of the application.public void setNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
nextToken - The token for the next set of results, or null if there are no more results.public String getNextToken()
The token for the next set of results, or null if there are no more results.
public ListAppVersionsResult withNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
nextToken - The token for the next set of results, or null if there are no more results.public String toString()
toString in class ObjectObject.toString()public ListAppVersionsResult clone()
Copyright © 2023. All rights reserved.