public class ApplicationsResponse
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description | 
|---|
ApplicationsResponse()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(java.lang.Object obj)  | 
java.util.List<ApplicationResponse> | 
getItem()
List of applications returned in this page. 
 | 
java.lang.String | 
getNextToken()
The string that you use in a subsequent request to get the next page of
 results in a paginated response. 
 | 
int | 
hashCode()  | 
void | 
setItem(java.util.Collection<ApplicationResponse> item)
List of applications returned in this page. 
 | 
void | 
setNextToken(java.lang.String nextToken)
The string that you use in a subsequent request to get the next page of
 results in a paginated response. 
 | 
java.lang.String | 
toString()
Returns a string representation of this object; useful for testing and
 debugging. 
 | 
ApplicationsResponse | 
withItem(ApplicationResponse... item)
List of applications returned in this page. 
 | 
ApplicationsResponse | 
withItem(java.util.Collection<ApplicationResponse> item)
List of applications returned in this page. 
 | 
ApplicationsResponse | 
withNextToken(java.lang.String nextToken)
The string that you use in a subsequent request to get the next page of
 results in a paginated response. 
 | 
public java.util.List<ApplicationResponse> getItem()
public void setItem(java.util.Collection<ApplicationResponse> item)
item - List of applications returned in this page.public ApplicationsResponse withItem(ApplicationResponse... item)
Returns a reference to this object so that method calls can be chained together.
item - List of applications returned in this page.public ApplicationsResponse withItem(java.util.Collection<ApplicationResponse> item)
Returns a reference to this object so that method calls can be chained together.
item - List of applications returned in this page.public java.lang.String getNextToken()
public void setNextToken(java.lang.String nextToken)
nextToken - The string that you use in a subsequent request to get
            the next page of results in a paginated response.public ApplicationsResponse withNextToken(java.lang.String nextToken)
Returns a reference to this object so that method calls can be chained together.
nextToken - The string that you use in a subsequent request to get
            the next page of results in a paginated response.public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.