@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()
This list of applications.
|
String |
getNextToken()
The token to use to get the next page of results after a previous API call.
|
int |
hashCode() |
void |
setApplications(Collection<ApplicationSummary> applications)
This list of applications.
|
void |
setNextToken(String nextToken)
The token to use to get the next page of results after a previous API call.
|
String |
toString()
Returns a string representation of this object.
|
ListApplicationsResult |
withApplications(ApplicationSummary... applications)
This list of applications.
|
ListApplicationsResult |
withApplications(Collection<ApplicationSummary> applications)
This list of applications.
|
ListApplicationsResult |
withNextToken(String nextToken)
The token to use to get the next page of results after a previous API call.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ApplicationSummary> getApplications()
This list of applications.
public void setApplications(Collection<ApplicationSummary> applications)
This list of applications.
applications
- This list of applications.public ListApplicationsResult withApplications(ApplicationSummary... applications)
This list of 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
- This list of applications.public ListApplicationsResult withApplications(Collection<ApplicationSummary> applications)
This list of applications.
applications
- This list of applications.public void setNextToken(String nextToken)
The token to use to get the next page of results after a previous API call.
nextToken
- The token to use to get the next page of results after a previous API call.public String getNextToken()
The token to use to get the next page of results after a previous API call.
public ListApplicationsResult withNextToken(String nextToken)
The token to use to get the next page of results after a previous API call.
nextToken
- The token to use to get the next page of results after a previous API call.public String toString()
toString
in class Object
Object.toString()
public ListApplicationsResult clone()