@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<ApplicationInfo> |
getApplicationInfoList()
The list of applications.
|
String |
getNextToken()
The token used to retrieve the next page of results.
|
int |
hashCode() |
void |
setApplicationInfoList(Collection<ApplicationInfo> applicationInfoList)
The list of applications.
|
void |
setNextToken(String nextToken)
The token used to retrieve the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
ListApplicationsResult |
withApplicationInfoList(ApplicationInfo... applicationInfoList)
The list of applications.
|
ListApplicationsResult |
withApplicationInfoList(Collection<ApplicationInfo> applicationInfoList)
The list of applications.
|
ListApplicationsResult |
withNextToken(String nextToken)
The token used to retrieve the next page of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ApplicationInfo> getApplicationInfoList()
The list of applications.
public void setApplicationInfoList(Collection<ApplicationInfo> applicationInfoList)
The list of applications.
applicationInfoList
- The list of applications.public ListApplicationsResult withApplicationInfoList(ApplicationInfo... applicationInfoList)
The list of applications.
NOTE: This method appends the values to the existing list (if any). Use
setApplicationInfoList(java.util.Collection)
or withApplicationInfoList(java.util.Collection)
if you want to override the existing values.
applicationInfoList
- The list of applications.public ListApplicationsResult withApplicationInfoList(Collection<ApplicationInfo> applicationInfoList)
The list of applications.
applicationInfoList
- The list of applications.public void setNextToken(String nextToken)
The token used to retrieve the next page of results. This value is null
when there are no more
results to return.
nextToken
- The token used to retrieve the next page of results. This value is null
when there are no
more results to return.public String getNextToken()
The token used to retrieve the next page of results. This value is null
when there are no more
results to return.
null
when there are no
more results to return.public ListApplicationsResult withNextToken(String nextToken)
The token used to retrieve the next page of results. This value is null
when there are no more
results to return.
nextToken
- The token used to retrieve the next page of results. This value is null
when there are no
more results to return.public String toString()
toString
in class Object
Object.toString()
public ListApplicationsResult clone()