@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAudienceGenerationJobsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListAudienceGenerationJobsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListAudienceGenerationJobsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getCollaborationId()
The identifier of the collaboration that contains the audience generation jobs that you are interested in.
|
String |
getConfiguredAudienceModelArn()
The Amazon Resource Name (ARN) of the configured audience model that was used for the audience generation jobs
that you are interested in.
|
Integer |
getMaxResults()
The maximum size of the results that is returned per call.
|
String |
getNextToken()
The token value retrieved from a previous call to access the next page of results.
|
int |
hashCode() |
void |
setCollaborationId(String collaborationId)
The identifier of the collaboration that contains the audience generation jobs that you are interested in.
|
void |
setConfiguredAudienceModelArn(String configuredAudienceModelArn)
The Amazon Resource Name (ARN) of the configured audience model that was used for the audience generation jobs
that you are interested in.
|
void |
setMaxResults(Integer maxResults)
The maximum size of the results that is returned per call.
|
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.
|
ListAudienceGenerationJobsRequest |
withCollaborationId(String collaborationId)
The identifier of the collaboration that contains the audience generation jobs that you are interested in.
|
ListAudienceGenerationJobsRequest |
withConfiguredAudienceModelArn(String configuredAudienceModelArn)
The Amazon Resource Name (ARN) of the configured audience model that was used for the audience generation jobs
that you are interested in.
|
ListAudienceGenerationJobsRequest |
withMaxResults(Integer maxResults)
The maximum size of the results that is returned per call.
|
ListAudienceGenerationJobsRequest |
withNextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setCollaborationId(String collaborationId)
The identifier of the collaboration that contains the audience generation jobs that you are interested in.
collaborationId - The identifier of the collaboration that contains the audience generation jobs that you are interested in.public String getCollaborationId()
The identifier of the collaboration that contains the audience generation jobs that you are interested in.
public ListAudienceGenerationJobsRequest withCollaborationId(String collaborationId)
The identifier of the collaboration that contains the audience generation jobs that you are interested in.
collaborationId - The identifier of the collaboration that contains the audience generation jobs that you are interested in.public void setConfiguredAudienceModelArn(String configuredAudienceModelArn)
The Amazon Resource Name (ARN) of the configured audience model that was used for the audience generation jobs that you are interested in.
configuredAudienceModelArn - The Amazon Resource Name (ARN) of the configured audience model that was used for the audience generation
jobs that you are interested in.public String getConfiguredAudienceModelArn()
The Amazon Resource Name (ARN) of the configured audience model that was used for the audience generation jobs that you are interested in.
public ListAudienceGenerationJobsRequest withConfiguredAudienceModelArn(String configuredAudienceModelArn)
The Amazon Resource Name (ARN) of the configured audience model that was used for the audience generation jobs that you are interested in.
configuredAudienceModelArn - The Amazon Resource Name (ARN) of the configured audience model that was used for the audience generation
jobs that you are interested in.public void setMaxResults(Integer maxResults)
The maximum size of the results that is returned per call.
maxResults - The maximum size of the results that is returned per call.public Integer getMaxResults()
The maximum size of the results that is returned per call.
public ListAudienceGenerationJobsRequest withMaxResults(Integer maxResults)
The maximum size of the results that is returned per call.
maxResults - The maximum size of the results that is returned per call.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 ListAudienceGenerationJobsRequest 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 String toString()
toString in class ObjectObject.toString()public ListAudienceGenerationJobsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2024. All rights reserved.