@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListApplicationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListApplicationsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListApplicationsResult |
clone() |
boolean |
equals(Object obj) |
List<ApplicationSummary> |
getApplications()
An array of application summaries.
|
String |
getNextToken()
The token to request the next page of results.
|
int |
hashCode() |
void |
setApplications(Collection<ApplicationSummary> applications)
An array of application summaries.
|
void |
setNextToken(String nextToken)
The token to request the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
ListApplicationsResult |
withApplications(ApplicationSummary... applications)
An array of application summaries.
|
ListApplicationsResult |
withApplications(Collection<ApplicationSummary> applications)
An array of application summaries.
|
ListApplicationsResult |
withNextToken(String nextToken)
The token to request the next page of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<ApplicationSummary> getApplications()
An array of application summaries.
public void setApplications(Collection<ApplicationSummary> applications)
An array of application summaries.
applications - An array of application summaries.public ListApplicationsResult withApplications(ApplicationSummary... applications)
An array of application summaries.
NOTE: This method appends the values to the existing list (if any). Use
setApplications(java.util.Collection) or withApplications(java.util.Collection) if you want to
override the existing values.
applications - An array of application summaries.public ListApplicationsResult withApplications(Collection<ApplicationSummary> applications)
An array of application summaries.
applications - An array of application summaries.public void setNextToken(String nextToken)
The token to request the next page of results.
nextToken - The token to request the next page of results.public String getNextToken()
The token to request the next page of results.
public ListApplicationsResult withNextToken(String nextToken)
The token to request the next page of results.
nextToken - The token to request the next page of results.public String toString()
toString in class ObjectObject.toString()public ListApplicationsResult clone()
Copyright © 2019. All rights reserved.