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