@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> |
getApplicationSummaries()
A list of
ApplicationSummary objects. |
String |
getNextToken()
The pagination token for the next set of results, or
null if there are no additional results. |
int |
hashCode() |
void |
setApplicationSummaries(Collection<ApplicationSummary> applicationSummaries)
A list of
ApplicationSummary objects. |
void |
setNextToken(String nextToken)
The pagination token for the next set of results, or
null if there are no additional results. |
String |
toString()
Returns a string representation of this object.
|
ListApplicationsResult |
withApplicationSummaries(ApplicationSummary... applicationSummaries)
A list of
ApplicationSummary objects. |
ListApplicationsResult |
withApplicationSummaries(Collection<ApplicationSummary> applicationSummaries)
A list of
ApplicationSummary objects. |
ListApplicationsResult |
withNextToken(String nextToken)
The pagination token for the next set of results, or
null if there are no additional results. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<ApplicationSummary> getApplicationSummaries()
A list of ApplicationSummary objects.
ApplicationSummary objects.public void setApplicationSummaries(Collection<ApplicationSummary> applicationSummaries)
A list of ApplicationSummary objects.
applicationSummaries - A list of ApplicationSummary objects.public ListApplicationsResult withApplicationSummaries(ApplicationSummary... applicationSummaries)
A list of ApplicationSummary objects.
NOTE: This method appends the values to the existing list (if any). Use
setApplicationSummaries(java.util.Collection) or withApplicationSummaries(java.util.Collection)
if you want to override the existing values.
applicationSummaries - A list of ApplicationSummary objects.public ListApplicationsResult withApplicationSummaries(Collection<ApplicationSummary> applicationSummaries)
A list of ApplicationSummary objects.
applicationSummaries - A list of ApplicationSummary objects.public void setNextToken(String nextToken)
The pagination token for the next set of results, or null if there are no additional results. Pass
this token into a subsequent command to retrieve the next set of items For more information about pagination, see
Using the AWS Command Line Interface's
Pagination Options.
nextToken - The pagination token for the next set of results, or null if there are no additional results.
Pass this token into a subsequent command to retrieve the next set of items For more information about
pagination, see Using the AWS
Command Line Interface's Pagination Options.public String getNextToken()
The pagination token for the next set of results, or null if there are no additional results. Pass
this token into a subsequent command to retrieve the next set of items For more information about pagination, see
Using the AWS Command Line Interface's
Pagination Options.
null if there are no additional
results. Pass this token into a subsequent command to retrieve the next set of items For more information
about pagination, see Using
the AWS Command Line Interface's Pagination Options.public ListApplicationsResult withNextToken(String nextToken)
The pagination token for the next set of results, or null if there are no additional results. Pass
this token into a subsequent command to retrieve the next set of items For more information about pagination, see
Using the AWS Command Line Interface's
Pagination Options.
nextToken - The pagination token for the next set of results, or null if there are no additional results.
Pass this token into a subsequent command to retrieve the next set of items For more information about
pagination, see Using the AWS
Command Line Interface's Pagination Options.public String toString()
toString in class ObjectObject.toString()public ListApplicationsResult clone()
Copyright © 2019. All rights reserved.