@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> |
getAppSummaries()
Summaries for the Resilience Hub application.
|
String |
getNextToken()
The token for the next set of results, or null if there are no more results.
|
int |
hashCode() |
void |
setAppSummaries(Collection<AppSummary> appSummaries)
Summaries for the Resilience Hub application.
|
void |
setNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
String |
toString()
Returns a string representation of this object.
|
ListAppsResult |
withAppSummaries(AppSummary... appSummaries)
Summaries for the Resilience Hub application.
|
ListAppsResult |
withAppSummaries(Collection<AppSummary> appSummaries)
Summaries for the Resilience Hub application.
|
ListAppsResult |
withNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<AppSummary> getAppSummaries()
Summaries for the Resilience Hub application.
public void setAppSummaries(Collection<AppSummary> appSummaries)
Summaries for the Resilience Hub application.
appSummaries - Summaries for the Resilience Hub application.public ListAppsResult withAppSummaries(AppSummary... appSummaries)
Summaries for the Resilience Hub application.
NOTE: This method appends the values to the existing list (if any). Use
setAppSummaries(java.util.Collection) or withAppSummaries(java.util.Collection) if you want to
override the existing values.
appSummaries - Summaries for the Resilience Hub application.public ListAppsResult withAppSummaries(Collection<AppSummary> appSummaries)
Summaries for the Resilience Hub application.
appSummaries - Summaries for the Resilience Hub application.public void setNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
nextToken - The token for the next set of results, or null if there are no more results.public String getNextToken()
The token for the next set of results, or null if there are no more results.
public ListAppsResult withNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
nextToken - The token for the next set of results, or null if there are no more results.public String toString()
toString in class ObjectObject.toString()public ListAppsResult clone()
Copyright © 2022. All rights reserved.