@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAudienceExportJobsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListAudienceExportJobsRequest() |
Modifier and Type | Method and Description |
---|---|
ListAudienceExportJobsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAudienceGenerationJobArn()
The Amazon Resource Name (ARN) of the audience generation job 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 |
setAudienceGenerationJobArn(String audienceGenerationJobArn)
The Amazon Resource Name (ARN) of the audience generation job 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.
|
ListAudienceExportJobsRequest |
withAudienceGenerationJobArn(String audienceGenerationJobArn)
The Amazon Resource Name (ARN) of the audience generation job that you are interested in.
|
ListAudienceExportJobsRequest |
withMaxResults(Integer maxResults)
The maximum size of the results that is returned per call.
|
ListAudienceExportJobsRequest |
withNextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
|
addHandlerContext, 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, withSdkRequestTimeout
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 ListAudienceExportJobsRequest 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 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 ListAudienceExportJobsRequest 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 setAudienceGenerationJobArn(String audienceGenerationJobArn)
The Amazon Resource Name (ARN) of the audience generation job that you are interested in.
audienceGenerationJobArn
- The Amazon Resource Name (ARN) of the audience generation job that you are interested in.public String getAudienceGenerationJobArn()
The Amazon Resource Name (ARN) of the audience generation job that you are interested in.
public ListAudienceExportJobsRequest withAudienceGenerationJobArn(String audienceGenerationJobArn)
The Amazon Resource Name (ARN) of the audience generation job that you are interested in.
audienceGenerationJobArn
- The Amazon Resource Name (ARN) of the audience generation job that you are interested in.public String toString()
toString
in class Object
Object.toString()
public ListAudienceExportJobsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()