@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()
Returns a list of summary details for all the applications in a runtime environment.
|
String |
getNextToken()
A pagination token that's returned when the response doesn't contain all applications.
|
int |
hashCode() |
void |
setApplications(Collection<ApplicationSummary> applications)
Returns a list of summary details for all the applications in a runtime environment.
|
void |
setNextToken(String nextToken)
A pagination token that's returned when the response doesn't contain all applications.
|
String |
toString()
Returns a string representation of this object.
|
ListApplicationsResult |
withApplications(ApplicationSummary... applications)
Returns a list of summary details for all the applications in a runtime environment.
|
ListApplicationsResult |
withApplications(Collection<ApplicationSummary> applications)
Returns a list of summary details for all the applications in a runtime environment.
|
ListApplicationsResult |
withNextToken(String nextToken)
A pagination token that's returned when the response doesn't contain all applications.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<ApplicationSummary> getApplications()
Returns a list of summary details for all the applications in a runtime environment.
public void setApplications(Collection<ApplicationSummary> applications)
Returns a list of summary details for all the applications in a runtime environment.
applications - Returns a list of summary details for all the applications in a runtime environment.public ListApplicationsResult withApplications(ApplicationSummary... applications)
Returns a list of summary details for all the applications in a runtime environment.
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 - Returns a list of summary details for all the applications in a runtime environment.public ListApplicationsResult withApplications(Collection<ApplicationSummary> applications)
Returns a list of summary details for all the applications in a runtime environment.
applications - Returns a list of summary details for all the applications in a runtime environment.public void setNextToken(String nextToken)
A pagination token that's returned when the response doesn't contain all applications.
nextToken - A pagination token that's returned when the response doesn't contain all applications.public String getNextToken()
A pagination token that's returned when the response doesn't contain all applications.
public ListApplicationsResult withNextToken(String nextToken)
A pagination token that's returned when the response doesn't contain all applications.
nextToken - A pagination token that's returned when the response doesn't contain all applications.public String toString()
toString in class ObjectObject.toString()public ListApplicationsResult clone()
Copyright © 2024. All rights reserved.