@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAppsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Result structure for an Amplify App list request.
| Constructor and Description |
|---|
ListAppsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListAppsResult |
clone() |
boolean |
equals(Object obj) |
List<App> |
getApps()
List of Amplify Apps.
|
String |
getNextToken()
Pagination token.
|
int |
hashCode() |
void |
setApps(Collection<App> apps)
List of Amplify Apps.
|
void |
setNextToken(String nextToken)
Pagination token.
|
String |
toString()
Returns a string representation of this object.
|
ListAppsResult |
withApps(App... apps)
List of Amplify Apps.
|
ListAppsResult |
withApps(Collection<App> apps)
List of Amplify Apps.
|
ListAppsResult |
withNextToken(String nextToken)
Pagination token.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setApps(Collection<App> apps)
List of Amplify Apps.
apps - List of Amplify Apps.public ListAppsResult withApps(App... apps)
List of Amplify Apps.
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 - List of Amplify Apps.public ListAppsResult withApps(Collection<App> apps)
List of Amplify Apps.
apps - List of Amplify Apps.public void setNextToken(String nextToken)
Pagination token. Set to null to start listing Apps from start. If non-null pagination token is returned in a result, then pass its value in here to list more projects.
nextToken - Pagination token. Set to null to start listing Apps from start. If non-null pagination token is returned
in a result, then pass its value in here to list more projects.public String getNextToken()
Pagination token. Set to null to start listing Apps from start. If non-null pagination token is returned in a result, then pass its value in here to list more projects.
public ListAppsResult withNextToken(String nextToken)
Pagination token. Set to null to start listing Apps from start. If non-null pagination token is returned in a result, then pass its value in here to list more projects.
nextToken - Pagination token. Set to null to start listing Apps from start. If non-null pagination token is returned
in a result, then pass its value in here to list more projects.public String toString()
toString in class ObjectObject.toString()public ListAppsResult clone()
Copyright © 2020. All rights reserved.