public class ListApplicationsResult extends Object implements Serializable, Cloneable
Represents the output of a list applications operation.
| Constructor and Description |
|---|
ListApplicationsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListApplicationsResult |
clone() |
boolean |
equals(Object obj) |
List<String> |
getApplications()
A list of application names.
|
String |
getNextToken()
If the amount of information that is returned is significantly large,
an identifier will also be returned, which can be used in a subsequent
list applications call to return the next set of applications in the
list.
|
int |
hashCode() |
void |
setApplications(Collection<String> applications)
A list of application names.
|
void |
setNextToken(String nextToken)
If the amount of information that is returned is significantly large,
an identifier will also be returned, which can be used in a subsequent
list applications call to return the next set of applications in the
list.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListApplicationsResult |
withApplications(Collection<String> applications)
A list of application names.
|
ListApplicationsResult |
withApplications(String... applications)
A list of application names.
|
ListApplicationsResult |
withNextToken(String nextToken)
If the amount of information that is returned is significantly large,
an identifier will also be returned, which can be used in a subsequent
list applications call to return the next set of applications in the
list.
|
public List<String> getApplications()
public void setApplications(Collection<String> applications)
applications - A list of application names.public ListApplicationsResult withApplications(String... applications)
Returns a reference to this object so that method calls can be chained together.
applications - A list of application names.public ListApplicationsResult withApplications(Collection<String> applications)
Returns a reference to this object so that method calls can be chained together.
applications - A list of application names.public String getNextToken()
public void setNextToken(String nextToken)
nextToken - If the amount of information that is returned is significantly large,
an identifier will also be returned, which can be used in a subsequent
list applications call to return the next set of applications in the
list.public ListApplicationsResult withNextToken(String nextToken)
Returns a reference to this object so that method calls can be chained together.
nextToken - If the amount of information that is returned is significantly large,
an identifier will also be returned, which can be used in a subsequent
list applications call to return the next set of applications in the
list.public String toString()
toString in class ObjectObject.toString()public ListApplicationsResult clone()
Copyright © 2015. All rights reserved.