@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AudienceExportJobSummary extends Object implements Serializable, Cloneable, StructuredPojo
Provides information about the audience export job.
Constructor and Description |
---|
AudienceExportJobSummary() |
Modifier and Type | Method and Description |
---|---|
AudienceExportJobSummary |
clone() |
boolean |
equals(Object obj) |
String |
getAudienceGenerationJobArn()
The Amazon Resource Name (ARN) of the audience generation job that was exported.
|
AudienceSize |
getAudienceSize() |
Date |
getCreateTime()
The time at which the audience export job was created.
|
String |
getDescription()
The description of the audience export job.
|
String |
getName()
The name of the audience export job.
|
String |
getOutputLocation()
The Amazon S3 bucket where the audience export is stored.
|
String |
getStatus()
The status of the audience export job.
|
StatusDetails |
getStatusDetails() |
Date |
getUpdateTime()
The most recent time at which the audience export job was updated.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAudienceGenerationJobArn(String audienceGenerationJobArn)
The Amazon Resource Name (ARN) of the audience generation job that was exported.
|
void |
setAudienceSize(AudienceSize audienceSize) |
void |
setCreateTime(Date createTime)
The time at which the audience export job was created.
|
void |
setDescription(String description)
The description of the audience export job.
|
void |
setName(String name)
The name of the audience export job.
|
void |
setOutputLocation(String outputLocation)
The Amazon S3 bucket where the audience export is stored.
|
void |
setStatus(String status)
The status of the audience export job.
|
void |
setStatusDetails(StatusDetails statusDetails) |
void |
setUpdateTime(Date updateTime)
The most recent time at which the audience export job was updated.
|
String |
toString()
Returns a string representation of this object.
|
AudienceExportJobSummary |
withAudienceGenerationJobArn(String audienceGenerationJobArn)
The Amazon Resource Name (ARN) of the audience generation job that was exported.
|
AudienceExportJobSummary |
withAudienceSize(AudienceSize audienceSize) |
AudienceExportJobSummary |
withCreateTime(Date createTime)
The time at which the audience export job was created.
|
AudienceExportJobSummary |
withDescription(String description)
The description of the audience export job.
|
AudienceExportJobSummary |
withName(String name)
The name of the audience export job.
|
AudienceExportJobSummary |
withOutputLocation(String outputLocation)
The Amazon S3 bucket where the audience export is stored.
|
AudienceExportJobSummary |
withStatus(AudienceExportJobStatus status)
The status of the audience export job.
|
AudienceExportJobSummary |
withStatus(String status)
The status of the audience export job.
|
AudienceExportJobSummary |
withStatusDetails(StatusDetails statusDetails) |
AudienceExportJobSummary |
withUpdateTime(Date updateTime)
The most recent time at which the audience export job was updated.
|
public void setCreateTime(Date createTime)
The time at which the audience export job was created.
createTime
- The time at which the audience export job was created.public Date getCreateTime()
The time at which the audience export job was created.
public AudienceExportJobSummary withCreateTime(Date createTime)
The time at which the audience export job was created.
createTime
- The time at which the audience export job was created.public void setUpdateTime(Date updateTime)
The most recent time at which the audience export job was updated.
updateTime
- The most recent time at which the audience export job was updated.public Date getUpdateTime()
The most recent time at which the audience export job was updated.
public AudienceExportJobSummary withUpdateTime(Date updateTime)
The most recent time at which the audience export job was updated.
updateTime
- The most recent time at which the audience export job was updated.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 AudienceExportJobSummary 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 was exported.
audienceGenerationJobArn
- The Amazon Resource Name (ARN) of the audience generation job that was exported.public String getAudienceGenerationJobArn()
The Amazon Resource Name (ARN) of the audience generation job that was exported.
public AudienceExportJobSummary withAudienceGenerationJobArn(String audienceGenerationJobArn)
The Amazon Resource Name (ARN) of the audience generation job that was exported.
audienceGenerationJobArn
- The Amazon Resource Name (ARN) of the audience generation job that was exported.public void setAudienceSize(AudienceSize audienceSize)
audienceSize
- public AudienceSize getAudienceSize()
public AudienceExportJobSummary 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 AudienceExportJobSummary withDescription(String description)
The description of the audience export job.
description
- The description of the audience export job.public void setStatus(String status)
The status of the audience export job.
status
- The status of the audience export job.AudienceExportJobStatus
public String getStatus()
The status of the audience export job.
AudienceExportJobStatus
public AudienceExportJobSummary withStatus(String status)
The status of the audience export job.
status
- The status of the audience export job.AudienceExportJobStatus
public AudienceExportJobSummary withStatus(AudienceExportJobStatus status)
The status of the audience export job.
status
- The status of the audience export job.AudienceExportJobStatus
public void setStatusDetails(StatusDetails statusDetails)
statusDetails
- public StatusDetails getStatusDetails()
public AudienceExportJobSummary withStatusDetails(StatusDetails statusDetails)
statusDetails
- public void setOutputLocation(String outputLocation)
The Amazon S3 bucket where the audience export is stored.
outputLocation
- The Amazon S3 bucket where the audience export is stored.public String getOutputLocation()
The Amazon S3 bucket where the audience export is stored.
public AudienceExportJobSummary withOutputLocation(String outputLocation)
The Amazon S3 bucket where the audience export is stored.
outputLocation
- The Amazon S3 bucket where the audience export is stored.public String toString()
toString
in class Object
Object.toString()
public AudienceExportJobSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.