@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAudienceExportJobsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListAudienceExportJobsResult() |
Modifier and Type | Method and Description |
---|---|
ListAudienceExportJobsResult |
clone() |
boolean |
equals(Object obj) |
List<AudienceExportJobSummary> |
getAudienceExportJobs()
The audience export jobs that match the request.
|
String |
getNextToken()
The token value retrieved from a previous call to access the next page of results.
|
int |
hashCode() |
void |
setAudienceExportJobs(Collection<AudienceExportJobSummary> audienceExportJobs)
The audience export jobs that match the request.
|
void |
setNextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
ListAudienceExportJobsResult |
withAudienceExportJobs(AudienceExportJobSummary... audienceExportJobs)
The audience export jobs that match the request.
|
ListAudienceExportJobsResult |
withAudienceExportJobs(Collection<AudienceExportJobSummary> audienceExportJobs)
The audience export jobs that match the request.
|
ListAudienceExportJobsResult |
withNextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setNextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
nextToken
- The token value retrieved from a previous call to access the next page of results.public String getNextToken()
The token value retrieved from a previous call to access the next page of results.
public ListAudienceExportJobsResult withNextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
nextToken
- The token value retrieved from a previous call to access the next page of results.public List<AudienceExportJobSummary> getAudienceExportJobs()
The audience export jobs that match the request.
public void setAudienceExportJobs(Collection<AudienceExportJobSummary> audienceExportJobs)
The audience export jobs that match the request.
audienceExportJobs
- The audience export jobs that match the request.public ListAudienceExportJobsResult withAudienceExportJobs(AudienceExportJobSummary... audienceExportJobs)
The audience export jobs that match the request.
NOTE: This method appends the values to the existing list (if any). Use
setAudienceExportJobs(java.util.Collection)
or withAudienceExportJobs(java.util.Collection)
if
you want to override the existing values.
audienceExportJobs
- The audience export jobs that match the request.public ListAudienceExportJobsResult withAudienceExportJobs(Collection<AudienceExportJobSummary> audienceExportJobs)
The audience export jobs that match the request.
audienceExportJobs
- The audience export jobs that match the request.public String toString()
toString
in class Object
Object.toString()
public ListAudienceExportJobsResult clone()