@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeApplicationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeApplicationsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeApplicationsResult |
clone() |
boolean |
equals(Object obj) |
List<Application> |
getApplications()
The applications in the list.
|
String |
getNextToken()
The pagination token used to retrieve the next page of results for this operation.
|
int |
hashCode() |
void |
setApplications(Collection<Application> applications)
The applications in the list.
|
void |
setNextToken(String nextToken)
The pagination token used to retrieve the next page of results for this operation.
|
String |
toString()
Returns a string representation of this object.
|
DescribeApplicationsResult |
withApplications(Application... applications)
The applications in the list.
|
DescribeApplicationsResult |
withApplications(Collection<Application> applications)
The applications in the list.
|
DescribeApplicationsResult |
withNextToken(String nextToken)
The pagination token used to retrieve the next page of results for this operation.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<Application> getApplications()
The applications in the list.
public void setApplications(Collection<Application> applications)
The applications in the list.
applications
- The applications in the list.public DescribeApplicationsResult withApplications(Application... applications)
The applications in the list.
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
- The applications in the list.public DescribeApplicationsResult withApplications(Collection<Application> applications)
The applications in the list.
applications
- The applications in the list.public void setNextToken(String nextToken)
The pagination token used to retrieve the next page of results for this operation.
nextToken
- The pagination token used to retrieve the next page of results for this operation.public String getNextToken()
The pagination token used to retrieve the next page of results for this operation.
public DescribeApplicationsResult withNextToken(String nextToken)
The pagination token used to retrieve the next page of results for this operation.
nextToken
- The pagination token used to retrieve the next page of results for this operation.public String toString()
toString
in class Object
Object.toString()
public DescribeApplicationsResult clone()