public class ListApplicationsResult extends Object implements Serializable, Cloneable
Constructor and Description |
---|
ListApplicationsResult() |
Modifier and Type | Method and Description |
---|---|
ListApplicationsResult |
clone() |
boolean |
equals(Object obj) |
List<String> |
getApplicationArnList()
A list of ARNs specifying the applications returned by the action.
|
String |
getNextToken()
When a response is generated, if there is more data to be listed, this
parameter is present in the response and contains the value to use for
the nextToken parameter in a subsequent pagination request.
|
int |
hashCode() |
void |
setApplicationArnList(Collection<String> applicationArnList)
A list of ARNs specifying the applications returned by the action.
|
void |
setNextToken(String nextToken)
When a response is generated, if there is more data to be listed, this
parameter is present in the response and contains the value to use for
the nextToken parameter in a subsequent pagination request.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListApplicationsResult |
withApplicationArnList(Collection<String> applicationArnList)
A list of ARNs specifying the applications returned by the action.
|
ListApplicationsResult |
withApplicationArnList(String... applicationArnList)
A list of ARNs specifying the applications returned by the action.
|
ListApplicationsResult |
withNextToken(String nextToken)
When a response is generated, if there is more data to be listed, this
parameter is present in the response and contains the value to use for
the nextToken parameter in a subsequent pagination request.
|
public List<String> getApplicationArnList()
A list of ARNs specifying the applications returned by the action.
public void setApplicationArnList(Collection<String> applicationArnList)
A list of ARNs specifying the applications returned by the action.
applicationArnList
- A list of ARNs specifying the applications returned by the action.public ListApplicationsResult withApplicationArnList(String... applicationArnList)
A list of ARNs specifying the applications returned by the action.
NOTE: This method appends the values to the existing list (if
any). Use setApplicationArnList(java.util.Collection)
or
withApplicationArnList(java.util.Collection)
if you want to
override the existing values.
applicationArnList
- A list of ARNs specifying the applications returned by the action.public ListApplicationsResult withApplicationArnList(Collection<String> applicationArnList)
A list of ARNs specifying the applications returned by the action.
applicationArnList
- A list of ARNs specifying the applications returned by the action.public void setNextToken(String nextToken)
When a response is generated, if there is more data to be listed, this parameter is present in the response and contains the value to use for the nextToken parameter in a subsequent pagination request. If there is no more data to be listed, this parameter is set to 'null'.
nextToken
- When a response is generated, if there is more data to be listed,
this parameter is present in the response and contains the value
to use for the nextToken parameter in a subsequent
pagination request. If there is no more data to be listed, this
parameter is set to 'null'.public String getNextToken()
When a response is generated, if there is more data to be listed, this parameter is present in the response and contains the value to use for the nextToken parameter in a subsequent pagination request. If there is no more data to be listed, this parameter is set to 'null'.
public ListApplicationsResult withNextToken(String nextToken)
When a response is generated, if there is more data to be listed, this parameter is present in the response and contains the value to use for the nextToken parameter in a subsequent pagination request. If there is no more data to be listed, this parameter is set to 'null'.
nextToken
- When a response is generated, if there is more data to be listed,
this parameter is present in the response and contains the value
to use for the nextToken parameter in a subsequent
pagination request. If there is no more data to be listed, this
parameter is set to 'null'.public String toString()
toString
in class Object
Object.toString()
public ListApplicationsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.