@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartAudienceExportJobRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
StartAudienceExportJobRequest() |
Modifier and Type | Method and Description |
---|---|
StartAudienceExportJobRequest |
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 want to export.
|
AudienceSize |
getAudienceSize() |
String |
getDescription()
The description of the audience export job.
|
String |
getName()
The name of the audience export job.
|
int |
hashCode() |
void |
setAudienceGenerationJobArn(String audienceGenerationJobArn)
The Amazon Resource Name (ARN) of the audience generation job that you want to export.
|
void |
setAudienceSize(AudienceSize audienceSize) |
void |
setDescription(String description)
The description of the audience export job.
|
void |
setName(String name)
The name of the audience export job.
|
String |
toString()
Returns a string representation of this object.
|
StartAudienceExportJobRequest |
withAudienceGenerationJobArn(String audienceGenerationJobArn)
The Amazon Resource Name (ARN) of the audience generation job that you want to export.
|
StartAudienceExportJobRequest |
withAudienceSize(AudienceSize audienceSize) |
StartAudienceExportJobRequest |
withDescription(String description)
The description of the audience export job.
|
StartAudienceExportJobRequest |
withName(String name)
The name of the audience export job.
|
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 setName(String name)
The name of the audience export job.
name
- The name of the audience export job.public String getName()
The name of the audience export job.
public StartAudienceExportJobRequest withName(String name)
The name of the audience export job.
name
- The name of the audience export job.public void setAudienceGenerationJobArn(String audienceGenerationJobArn)
The Amazon Resource Name (ARN) of the audience generation job that you want to export.
audienceGenerationJobArn
- The Amazon Resource Name (ARN) of the audience generation job that you want to export.public String getAudienceGenerationJobArn()
The Amazon Resource Name (ARN) of the audience generation job that you want to export.
public StartAudienceExportJobRequest withAudienceGenerationJobArn(String audienceGenerationJobArn)
The Amazon Resource Name (ARN) of the audience generation job that you want to export.
audienceGenerationJobArn
- The Amazon Resource Name (ARN) of the audience generation job that you want to export.public void setAudienceSize(AudienceSize audienceSize)
audienceSize
- public AudienceSize getAudienceSize()
public StartAudienceExportJobRequest withAudienceSize(AudienceSize audienceSize)
audienceSize
- public void setDescription(String description)
The description of the audience export job.
description
- The description of the audience export job.public String getDescription()
The description of the audience export job.
public StartAudienceExportJobRequest withDescription(String description)
The description of the audience export job.
description
- The description of the audience export job.public String toString()
toString
in class Object
Object.toString()
public StartAudienceExportJobRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()