@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AudienceGenerationJobSummary extends Object implements Serializable, Cloneable, StructuredPojo
Provides information about the configured audience generation job.
Constructor and Description |
---|
AudienceGenerationJobSummary() |
Modifier and Type | Method and Description |
---|---|
AudienceGenerationJobSummary |
clone() |
boolean |
equals(Object obj) |
String |
getAudienceGenerationJobArn()
The Amazon Resource Name (ARN) of the audience generation job.
|
String |
getCollaborationId()
The identifier of the collaboration that contains this audience generation job.
|
String |
getConfiguredAudienceModelArn()
The Amazon Resource Name (ARN) of the configured audience model that was used for this audience generation job.
|
Date |
getCreateTime()
The time at which the audience generation job was created.
|
String |
getDescription()
The description of the audience generation job.
|
String |
getName()
The name of the audience generation job.
|
String |
getStartedBy()
The AWS Account that submitted the job.
|
String |
getStatus()
The status of the audience generation job.
|
Date |
getUpdateTime()
The most recent time at which the audience generation 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.
|
void |
setCollaborationId(String collaborationId)
The identifier of the collaboration that contains this audience generation job.
|
void |
setConfiguredAudienceModelArn(String configuredAudienceModelArn)
The Amazon Resource Name (ARN) of the configured audience model that was used for this audience generation job.
|
void |
setCreateTime(Date createTime)
The time at which the audience generation job was created.
|
void |
setDescription(String description)
The description of the audience generation job.
|
void |
setName(String name)
The name of the audience generation job.
|
void |
setStartedBy(String startedBy)
The AWS Account that submitted the job.
|
void |
setStatus(String status)
The status of the audience generation job.
|
void |
setUpdateTime(Date updateTime)
The most recent time at which the audience generation job was updated.
|
String |
toString()
Returns a string representation of this object.
|
AudienceGenerationJobSummary |
withAudienceGenerationJobArn(String audienceGenerationJobArn)
The Amazon Resource Name (ARN) of the audience generation job.
|
AudienceGenerationJobSummary |
withCollaborationId(String collaborationId)
The identifier of the collaboration that contains this audience generation job.
|
AudienceGenerationJobSummary |
withConfiguredAudienceModelArn(String configuredAudienceModelArn)
The Amazon Resource Name (ARN) of the configured audience model that was used for this audience generation job.
|
AudienceGenerationJobSummary |
withCreateTime(Date createTime)
The time at which the audience generation job was created.
|
AudienceGenerationJobSummary |
withDescription(String description)
The description of the audience generation job.
|
AudienceGenerationJobSummary |
withName(String name)
The name of the audience generation job.
|
AudienceGenerationJobSummary |
withStartedBy(String startedBy)
The AWS Account that submitted the job.
|
AudienceGenerationJobSummary |
withStatus(AudienceGenerationJobStatus status)
The status of the audience generation job.
|
AudienceGenerationJobSummary |
withStatus(String status)
The status of the audience generation job.
|
AudienceGenerationJobSummary |
withUpdateTime(Date updateTime)
The most recent time at which the audience generation job was updated.
|
public void setCreateTime(Date createTime)
The time at which the audience generation job was created.
createTime
- The time at which the audience generation job was created.public Date getCreateTime()
The time at which the audience generation job was created.
public AudienceGenerationJobSummary withCreateTime(Date createTime)
The time at which the audience generation job was created.
createTime
- The time at which the audience generation job was created.public void setUpdateTime(Date updateTime)
The most recent time at which the audience generation job was updated.
updateTime
- The most recent time at which the audience generation job was updated.public Date getUpdateTime()
The most recent time at which the audience generation job was updated.
public AudienceGenerationJobSummary withUpdateTime(Date updateTime)
The most recent time at which the audience generation job was updated.
updateTime
- The most recent time at which the audience generation job was updated.public void setAudienceGenerationJobArn(String audienceGenerationJobArn)
The Amazon Resource Name (ARN) of the audience generation job.
audienceGenerationJobArn
- The Amazon Resource Name (ARN) of the audience generation job.public String getAudienceGenerationJobArn()
The Amazon Resource Name (ARN) of the audience generation job.
public AudienceGenerationJobSummary withAudienceGenerationJobArn(String audienceGenerationJobArn)
The Amazon Resource Name (ARN) of the audience generation job.
audienceGenerationJobArn
- The Amazon Resource Name (ARN) of the audience generation job.public void setName(String name)
The name of the audience generation job.
name
- The name of the audience generation job.public String getName()
The name of the audience generation job.
public AudienceGenerationJobSummary withName(String name)
The name of the audience generation job.
name
- The name of the audience generation job.public void setDescription(String description)
The description of the audience generation job.
description
- The description of the audience generation job.public String getDescription()
The description of the audience generation job.
public AudienceGenerationJobSummary withDescription(String description)
The description of the audience generation job.
description
- The description of the audience generation job.public void setStatus(String status)
The status of the audience generation job.
status
- The status of the audience generation job.AudienceGenerationJobStatus
public String getStatus()
The status of the audience generation job.
AudienceGenerationJobStatus
public AudienceGenerationJobSummary withStatus(String status)
The status of the audience generation job.
status
- The status of the audience generation job.AudienceGenerationJobStatus
public AudienceGenerationJobSummary withStatus(AudienceGenerationJobStatus status)
The status of the audience generation job.
status
- The status of the audience generation job.AudienceGenerationJobStatus
public void setConfiguredAudienceModelArn(String configuredAudienceModelArn)
The Amazon Resource Name (ARN) of the configured audience model that was used for this audience generation job.
configuredAudienceModelArn
- The Amazon Resource Name (ARN) of the configured audience model that was used for this audience generation
job.public String getConfiguredAudienceModelArn()
The Amazon Resource Name (ARN) of the configured audience model that was used for this audience generation job.
public AudienceGenerationJobSummary withConfiguredAudienceModelArn(String configuredAudienceModelArn)
The Amazon Resource Name (ARN) of the configured audience model that was used for this audience generation job.
configuredAudienceModelArn
- The Amazon Resource Name (ARN) of the configured audience model that was used for this audience generation
job.public void setCollaborationId(String collaborationId)
The identifier of the collaboration that contains this audience generation job.
collaborationId
- The identifier of the collaboration that contains this audience generation job.public String getCollaborationId()
The identifier of the collaboration that contains this audience generation job.
public AudienceGenerationJobSummary withCollaborationId(String collaborationId)
The identifier of the collaboration that contains this audience generation job.
collaborationId
- The identifier of the collaboration that contains this audience generation job.public void setStartedBy(String startedBy)
The AWS Account that submitted the job.
startedBy
- The AWS Account that submitted the job.public String getStartedBy()
The AWS Account that submitted the job.
public AudienceGenerationJobSummary withStartedBy(String startedBy)
The AWS Account that submitted the job.
startedBy
- The AWS Account that submitted the job.public String toString()
toString
in class Object
Object.toString()
public AudienceGenerationJobSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.