@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListBulkImportJobsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListBulkImportJobsResult() |
Modifier and Type | Method and Description |
---|---|
ListBulkImportJobsResult |
clone() |
boolean |
equals(Object obj) |
List<JobSummary> |
getJobSummaries()
One or more job summaries to list.
|
String |
getNextToken()
The token for the next set of results, or null if there are no additional results.
|
int |
hashCode() |
void |
setJobSummaries(Collection<JobSummary> jobSummaries)
One or more job summaries to list.
|
void |
setNextToken(String nextToken)
The token for the next set of results, or null if there are no additional results.
|
String |
toString()
Returns a string representation of this object.
|
ListBulkImportJobsResult |
withJobSummaries(Collection<JobSummary> jobSummaries)
One or more job summaries to list.
|
ListBulkImportJobsResult |
withJobSummaries(JobSummary... jobSummaries)
One or more job summaries to list.
|
ListBulkImportJobsResult |
withNextToken(String nextToken)
The token for the next set of results, or null if there are no additional results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<JobSummary> getJobSummaries()
One or more job summaries to list.
public void setJobSummaries(Collection<JobSummary> jobSummaries)
One or more job summaries to list.
jobSummaries
- One or more job summaries to list.public ListBulkImportJobsResult withJobSummaries(JobSummary... jobSummaries)
One or more job summaries to list.
NOTE: This method appends the values to the existing list (if any). Use
setJobSummaries(java.util.Collection)
or withJobSummaries(java.util.Collection)
if you want to
override the existing values.
jobSummaries
- One or more job summaries to list.public ListBulkImportJobsResult withJobSummaries(Collection<JobSummary> jobSummaries)
One or more job summaries to list.
jobSummaries
- One or more job summaries to list.public void setNextToken(String nextToken)
The token for the next set of results, or null if there are no additional results.
nextToken
- The token for the next set of results, or null if there are no additional results.public String getNextToken()
The token for the next set of results, or null if there are no additional results.
public ListBulkImportJobsResult withNextToken(String nextToken)
The token for the next set of results, or null if there are no additional results.
nextToken
- The token for the next set of results, or null if there are no additional results.public String toString()
toString
in class Object
Object.toString()
public ListBulkImportJobsResult clone()