@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListApplicationVersionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListApplicationVersionsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListApplicationVersionsResult |
clone() |
boolean |
equals(Object obj) |
List<ApplicationVersionSummary> |
getApplicationVersions()
The list of application versions.
|
String |
getNextToken()
If there are more items to return, this contains a token that is passed to a subsequent call to this operation to
retrieve the next set of items.
|
int |
hashCode() |
void |
setApplicationVersions(Collection<ApplicationVersionSummary> applicationVersions)
The list of application versions.
|
void |
setNextToken(String nextToken)
If there are more items to return, this contains a token that is passed to a subsequent call to this operation to
retrieve the next set of items.
|
String |
toString()
Returns a string representation of this object.
|
ListApplicationVersionsResult |
withApplicationVersions(ApplicationVersionSummary... applicationVersions)
The list of application versions.
|
ListApplicationVersionsResult |
withApplicationVersions(Collection<ApplicationVersionSummary> applicationVersions)
The list of application versions.
|
ListApplicationVersionsResult |
withNextToken(String nextToken)
If there are more items to return, this contains a token that is passed to a subsequent call to this operation to
retrieve the next set of items.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<ApplicationVersionSummary> getApplicationVersions()
The list of application versions.
public void setApplicationVersions(Collection<ApplicationVersionSummary> applicationVersions)
The list of application versions.
applicationVersions - The list of application versions.public ListApplicationVersionsResult withApplicationVersions(ApplicationVersionSummary... applicationVersions)
The list of application versions.
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 - The list of application versions.public ListApplicationVersionsResult withApplicationVersions(Collection<ApplicationVersionSummary> applicationVersions)
The list of application versions.
applicationVersions - The list of application versions.public void setNextToken(String nextToken)
If there are more items to return, this contains a token that is passed to a subsequent call to this operation to retrieve the next set of items.
nextToken - If there are more items to return, this contains a token that is passed to a subsequent call to this
operation to retrieve the next set of items.public String getNextToken()
If there are more items to return, this contains a token that is passed to a subsequent call to this operation to retrieve the next set of items.
public ListApplicationVersionsResult withNextToken(String nextToken)
If there are more items to return, this contains a token that is passed to a subsequent call to this operation to retrieve the next set of items.
nextToken - If there are more items to return, this contains a token that is passed to a subsequent call to this
operation to retrieve the next set of items.public String toString()
toString in class ObjectObject.toString()public ListApplicationVersionsResult clone()
Copyright © 2024. All rights reserved.