@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListBatchSegmentJobsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListBatchSegmentJobsResult() |
Modifier and Type | Method and Description |
---|---|
ListBatchSegmentJobsResult |
clone() |
boolean |
equals(Object obj) |
List<BatchSegmentJobSummary> |
getBatchSegmentJobs()
A list containing information on each job that is returned.
|
String |
getNextToken()
The token to use to retrieve the next page of results.
|
int |
hashCode() |
void |
setBatchSegmentJobs(Collection<BatchSegmentJobSummary> batchSegmentJobs)
A list containing information on each job that is returned.
|
void |
setNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
ListBatchSegmentJobsResult |
withBatchSegmentJobs(BatchSegmentJobSummary... batchSegmentJobs)
A list containing information on each job that is returned.
|
ListBatchSegmentJobsResult |
withBatchSegmentJobs(Collection<BatchSegmentJobSummary> batchSegmentJobs)
A list containing information on each job that is returned.
|
ListBatchSegmentJobsResult |
withNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<BatchSegmentJobSummary> getBatchSegmentJobs()
A list containing information on each job that is returned.
public void setBatchSegmentJobs(Collection<BatchSegmentJobSummary> batchSegmentJobs)
A list containing information on each job that is returned.
batchSegmentJobs
- A list containing information on each job that is returned.public ListBatchSegmentJobsResult withBatchSegmentJobs(BatchSegmentJobSummary... batchSegmentJobs)
A list containing information on each job that is returned.
NOTE: This method appends the values to the existing list (if any). Use
setBatchSegmentJobs(java.util.Collection)
or withBatchSegmentJobs(java.util.Collection)
if you
want to override the existing values.
batchSegmentJobs
- A list containing information on each job that is returned.public ListBatchSegmentJobsResult withBatchSegmentJobs(Collection<BatchSegmentJobSummary> batchSegmentJobs)
A list containing information on each job that is returned.
batchSegmentJobs
- A list containing information on each job that is returned.public void setNextToken(String nextToken)
The token to use to retrieve the next page of results. The value is null
when there are no more
results to return.
nextToken
- The token to use to retrieve the next page of results. The value is null
when there are no
more results to return.public String getNextToken()
The token to use to retrieve the next page of results. The value is null
when there are no more
results to return.
null
when there are no
more results to return.public ListBatchSegmentJobsResult withNextToken(String nextToken)
The token to use to retrieve the next page of results. The value is null
when there are no more
results to return.
nextToken
- The token to use to retrieve the next page of results. The value is null
when there are no
more results to return.public String toString()
toString
in class Object
Object.toString()
public ListBatchSegmentJobsResult clone()