public class ImportJobsResponse
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description | 
|---|
| ImportJobsResponse() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(java.lang.Object obj) | 
| java.util.List<ImportJobResponse> | getItem()A list of import jobs for the application. | 
| 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<ImportJobResponse> item)A list of import jobs for the application. | 
| 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. | 
| ImportJobsResponse | withItem(java.util.Collection<ImportJobResponse> item)A list of import jobs for the application. | 
| ImportJobsResponse | withItem(ImportJobResponse... item)A list of import jobs for the application. | 
| ImportJobsResponse | 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<ImportJobResponse> getItem()
public void setItem(java.util.Collection<ImportJobResponse> item)
item - A list of import jobs for the application.public ImportJobsResponse withItem(ImportJobResponse... item)
Returns a reference to this object so that method calls can be chained together.
item - A list of import jobs for the application.public ImportJobsResponse withItem(java.util.Collection<ImportJobResponse> item)
Returns a reference to this object so that method calls can be chained together.
item - A list of import jobs for the application.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 ImportJobsResponse 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.