@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> |
getApplicationSummaryList()
The list of
ApplicationSummary objects. |
String |
getNextToken()
The token for the next page of results.
|
int |
hashCode() |
void |
setApplicationSummaryList(Collection<ApplicationSummary> applicationSummaryList)
The list of
ApplicationSummary objects. |
void |
setNextToken(String nextToken)
The token for the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
ListApplicationsResult |
withApplicationSummaryList(ApplicationSummary... applicationSummaryList)
The list of
ApplicationSummary objects. |
ListApplicationsResult |
withApplicationSummaryList(Collection<ApplicationSummary> applicationSummaryList)
The list of
ApplicationSummary objects. |
ListApplicationsResult |
withNextToken(String nextToken)
The token for the next page of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<ApplicationSummary> getApplicationSummaryList()
The list of ApplicationSummary objects.
ApplicationSummary objects.public void setApplicationSummaryList(Collection<ApplicationSummary> applicationSummaryList)
The list of ApplicationSummary objects.
applicationSummaryList - The list of ApplicationSummary objects.public ListApplicationsResult withApplicationSummaryList(ApplicationSummary... applicationSummaryList)
The list of ApplicationSummary objects.
NOTE: This method appends the values to the existing list (if any). Use
setApplicationSummaryList(java.util.Collection) or
withApplicationSummaryList(java.util.Collection) if you want to override the existing values.
applicationSummaryList - The list of ApplicationSummary objects.public ListApplicationsResult withApplicationSummaryList(Collection<ApplicationSummary> applicationSummaryList)
The list of ApplicationSummary objects.
applicationSummaryList - The list of ApplicationSummary objects.public void setNextToken(String nextToken)
The token for the next page of results.
nextToken - The token for the next page of results.public String getNextToken()
The token for the next page of results.
public ListApplicationsResult withNextToken(String nextToken)
The token for the next page of results.
nextToken - The token for the next page of results.public String toString()
toString in class ObjectObject.toString()public ListApplicationsResult clone()