Class ListApplicationsResult
- All Implemented Interfaces:
Serializable, Cloneable
Represents the output of a list applications operation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanA list of application names.If a large amount of information is returned, an identifier is also returned.inthashCode()voidsetApplications(Collection<String> applications) A list of application names.voidsetNextToken(String nextToken) If a large amount of information is returned, an identifier is also returned.toString()Returns a string representation of this object; useful for testing and debugging.withApplications(String... applications) A list of application names.withApplications(Collection<String> applications) A list of application names.withNextToken(String nextToken) If a large amount of information is returned, an identifier is also returned.
-
Constructor Details
-
ListApplicationsResult
public ListApplicationsResult()
-
-
Method Details
-
getApplications
-
setApplications
A list of application names.
- Parameters:
applications- A list of application names.
-
withApplications
A list of application names.
NOTE: This method appends the values to the existing list (if any). Use
setApplications(java.util.Collection)orwithApplications(java.util.Collection)if you want to override the existing values.- Parameters:
applications- A list of application names.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withApplications
A list of application names.
- Parameters:
applications- A list of application names.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setNextToken
If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list applications call to return the next set of applications, will also be returned. in the list.
- Parameters:
nextToken- If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list applications call to return the next set of applications, will also be returned. in the list.
-
getNextToken
If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list applications call to return the next set of applications, will also be returned. in the list.
- Returns:
- If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list applications call to return the next set of applications, will also be returned. in the list.
-
withNextToken
If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list applications call to return the next set of applications, will also be returned. in the list.
- Parameters:
nextToken- If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list applications call to return the next set of applications, will also be returned. in the list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-