@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> |
getApplications()
The output lists the specified applications.
|
String |
getNextToken()
The output displays the token for the next set of application results.
|
int |
hashCode() |
void |
setApplications(Collection<ApplicationSummary> applications)
The output lists the specified applications.
|
void |
setNextToken(String nextToken)
The output displays the token for the next set of application results.
|
String |
toString()
Returns a string representation of this object.
|
ListApplicationsResult |
withApplications(ApplicationSummary... applications)
The output lists the specified applications.
|
ListApplicationsResult |
withApplications(Collection<ApplicationSummary> applications)
The output lists the specified applications.
|
ListApplicationsResult |
withNextToken(String nextToken)
The output displays the token for the next set of application results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<ApplicationSummary> getApplications()
The output lists the specified applications.
public void setApplications(Collection<ApplicationSummary> applications)
The output lists the specified applications.
applications - The output lists the specified applications.public ListApplicationsResult withApplications(ApplicationSummary... applications)
The output lists the specified applications.
NOTE: This method appends the values to the existing list (if any). Use
setApplications(java.util.Collection) or withApplications(java.util.Collection) if you want to
override the existing values.
applications - The output lists the specified applications.public ListApplicationsResult withApplications(Collection<ApplicationSummary> applications)
The output lists the specified applications.
applications - The output lists the specified applications.public void setNextToken(String nextToken)
The output displays the token for the next set of application results. This is required for pagination and is available as a response of the previous request.
nextToken - The output displays the token for the next set of application results. This is required for pagination and
is available as a response of the previous request.public String getNextToken()
The output displays the token for the next set of application results. This is required for pagination and is available as a response of the previous request.
public ListApplicationsResult withNextToken(String nextToken)
The output displays the token for the next set of application results. This is required for pagination and is available as a response of the previous request.
nextToken - The output displays the token for the next set of application results. This is required for pagination and
is available as a response of the previous request.public String toString()
toString in class ObjectObject.toString()public ListApplicationsResult clone()
Copyright © 2024. All rights reserved.