@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetAudienceGenerationJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetAudienceGenerationJobResult() |
Modifier and Type | Method and Description |
---|---|
GetAudienceGenerationJobResult |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
GetAudienceGenerationJobResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
GetAudienceGenerationJobResult |
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 this audience generation job is associated with.
|
String |
getConfiguredAudienceModelArn()
The Amazon Resource Name (ARN) of the configured audience model 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.
|
Boolean |
getIncludeSeedInOutput()
Configure whether the seed users are included in the output audience.
|
AudienceQualityMetrics |
getMetrics()
The relevance scores for different audience sizes and the recall score of the generated audience.
|
String |
getName()
The name of the audience generation job.
|
String |
getProtectedQueryIdentifier()
The unique identifier of the protected query for this audience generation job.
|
AudienceGenerationJobDataSource |
getSeedAudience()
The seed audience that was used for this audience generation job.
|
String |
getStartedBy()
The AWS account that started this audience generation job.
|
String |
getStatus()
The status of the audience generation job.
|
StatusDetails |
getStatusDetails()
Details about the status of the audience generation job.
|
Map<String,String> |
getTags()
The tags that are associated to this audience generation job.
|
Date |
getUpdateTime()
The most recent time at which the audience generation job was updated.
|
int |
hashCode() |
Boolean |
isIncludeSeedInOutput()
Configure whether the seed users are included in the output audience.
|
void |
setAudienceGenerationJobArn(String audienceGenerationJobArn)
The Amazon Resource Name (ARN) of the audience generation job.
|
void |
setCollaborationId(String collaborationId)
The identifier of the collaboration that this audience generation job is associated with.
|
void |
setConfiguredAudienceModelArn(String configuredAudienceModelArn)
The Amazon Resource Name (ARN) of the configured audience model 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 |
setIncludeSeedInOutput(Boolean includeSeedInOutput)
Configure whether the seed users are included in the output audience.
|
void |
setMetrics(AudienceQualityMetrics metrics)
The relevance scores for different audience sizes and the recall score of the generated audience.
|
void |
setName(String name)
The name of the audience generation job.
|
void |
setProtectedQueryIdentifier(String protectedQueryIdentifier)
The unique identifier of the protected query for this audience generation job.
|
void |
setSeedAudience(AudienceGenerationJobDataSource seedAudience)
The seed audience that was used for this audience generation job.
|
void |
setStartedBy(String startedBy)
The AWS account that started this audience generation job.
|
void |
setStatus(String status)
The status of the audience generation job.
|
void |
setStatusDetails(StatusDetails statusDetails)
Details about the status of the audience generation job.
|
void |
setTags(Map<String,String> tags)
The tags that are associated to this 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.
|
GetAudienceGenerationJobResult |
withAudienceGenerationJobArn(String audienceGenerationJobArn)
The Amazon Resource Name (ARN) of the audience generation job.
|
GetAudienceGenerationJobResult |
withCollaborationId(String collaborationId)
The identifier of the collaboration that this audience generation job is associated with.
|
GetAudienceGenerationJobResult |
withConfiguredAudienceModelArn(String configuredAudienceModelArn)
The Amazon Resource Name (ARN) of the configured audience model used for this audience generation job.
|
GetAudienceGenerationJobResult |
withCreateTime(Date createTime)
The time at which the audience generation job was created.
|
GetAudienceGenerationJobResult |
withDescription(String description)
The description of the audience generation job.
|
GetAudienceGenerationJobResult |
withIncludeSeedInOutput(Boolean includeSeedInOutput)
Configure whether the seed users are included in the output audience.
|
GetAudienceGenerationJobResult |
withMetrics(AudienceQualityMetrics metrics)
The relevance scores for different audience sizes and the recall score of the generated audience.
|
GetAudienceGenerationJobResult |
withName(String name)
The name of the audience generation job.
|
GetAudienceGenerationJobResult |
withProtectedQueryIdentifier(String protectedQueryIdentifier)
The unique identifier of the protected query for this audience generation job.
|
GetAudienceGenerationJobResult |
withSeedAudience(AudienceGenerationJobDataSource seedAudience)
The seed audience that was used for this audience generation job.
|
GetAudienceGenerationJobResult |
withStartedBy(String startedBy)
The AWS account that started this audience generation job.
|
GetAudienceGenerationJobResult |
withStatus(AudienceGenerationJobStatus status)
The status of the audience generation job.
|
GetAudienceGenerationJobResult |
withStatus(String status)
The status of the audience generation job.
|
GetAudienceGenerationJobResult |
withStatusDetails(StatusDetails statusDetails)
Details about the status of the audience generation job.
|
GetAudienceGenerationJobResult |
withTags(Map<String,String> tags)
The tags that are associated to this audience generation job.
|
GetAudienceGenerationJobResult |
withUpdateTime(Date updateTime)
The most recent time at which the audience generation job was updated.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 GetAudienceGenerationJobResult 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 GetAudienceGenerationJobResult 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 GetAudienceGenerationJobResult 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 GetAudienceGenerationJobResult 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 GetAudienceGenerationJobResult 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 GetAudienceGenerationJobResult withStatus(String status)
The status of the audience generation job.
status
- The status of the audience generation job.AudienceGenerationJobStatus
public GetAudienceGenerationJobResult withStatus(AudienceGenerationJobStatus status)
The status of the audience generation job.
status
- The status of the audience generation job.AudienceGenerationJobStatus
public void setStatusDetails(StatusDetails statusDetails)
Details about the status of the audience generation job.
statusDetails
- Details about the status of the audience generation job.public StatusDetails getStatusDetails()
Details about the status of the audience generation job.
public GetAudienceGenerationJobResult withStatusDetails(StatusDetails statusDetails)
Details about the status of the audience generation job.
statusDetails
- Details about the status of the audience generation job.public void setConfiguredAudienceModelArn(String configuredAudienceModelArn)
The Amazon Resource Name (ARN) of the configured audience model used for this audience generation job.
configuredAudienceModelArn
- The Amazon Resource Name (ARN) of the configured audience model used for this audience generation job.public String getConfiguredAudienceModelArn()
The Amazon Resource Name (ARN) of the configured audience model used for this audience generation job.
public GetAudienceGenerationJobResult withConfiguredAudienceModelArn(String configuredAudienceModelArn)
The Amazon Resource Name (ARN) of the configured audience model used for this audience generation job.
configuredAudienceModelArn
- The Amazon Resource Name (ARN) of the configured audience model used for this audience generation job.public void setSeedAudience(AudienceGenerationJobDataSource seedAudience)
The seed audience that was used for this audience generation job. This field will be null if the account calling the API is the account that started this audience generation job.
seedAudience
- The seed audience that was used for this audience generation job. This field will be null if the account
calling the API is the account that started this audience generation job.public AudienceGenerationJobDataSource getSeedAudience()
The seed audience that was used for this audience generation job. This field will be null if the account calling the API is the account that started this audience generation job.
public GetAudienceGenerationJobResult withSeedAudience(AudienceGenerationJobDataSource seedAudience)
The seed audience that was used for this audience generation job. This field will be null if the account calling the API is the account that started this audience generation job.
seedAudience
- The seed audience that was used for this audience generation job. This field will be null if the account
calling the API is the account that started this audience generation job.public void setIncludeSeedInOutput(Boolean includeSeedInOutput)
Configure whether the seed users are included in the output audience. By default, Clean Rooms ML removes seed
users from the output audience. If you specify TRUE
, the seed users will appear first in the output.
Clean Rooms ML does not explicitly reveal whether a user was in the seed, but the recipient of the audience will
know that the first minimumSeedSize
count of users are from the seed.
includeSeedInOutput
- Configure whether the seed users are included in the output audience. By default, Clean Rooms ML removes
seed users from the output audience. If you specify TRUE
, the seed users will appear first in
the output. Clean Rooms ML does not explicitly reveal whether a user was in the seed, but the recipient of
the audience will know that the first minimumSeedSize
count of users are from the seed.public Boolean getIncludeSeedInOutput()
Configure whether the seed users are included in the output audience. By default, Clean Rooms ML removes seed
users from the output audience. If you specify TRUE
, the seed users will appear first in the output.
Clean Rooms ML does not explicitly reveal whether a user was in the seed, but the recipient of the audience will
know that the first minimumSeedSize
count of users are from the seed.
TRUE
, the seed users will appear first
in the output. Clean Rooms ML does not explicitly reveal whether a user was in the seed, but the
recipient of the audience will know that the first minimumSeedSize
count of users are from
the seed.public GetAudienceGenerationJobResult withIncludeSeedInOutput(Boolean includeSeedInOutput)
Configure whether the seed users are included in the output audience. By default, Clean Rooms ML removes seed
users from the output audience. If you specify TRUE
, the seed users will appear first in the output.
Clean Rooms ML does not explicitly reveal whether a user was in the seed, but the recipient of the audience will
know that the first minimumSeedSize
count of users are from the seed.
includeSeedInOutput
- Configure whether the seed users are included in the output audience. By default, Clean Rooms ML removes
seed users from the output audience. If you specify TRUE
, the seed users will appear first in
the output. Clean Rooms ML does not explicitly reveal whether a user was in the seed, but the recipient of
the audience will know that the first minimumSeedSize
count of users are from the seed.public Boolean isIncludeSeedInOutput()
Configure whether the seed users are included in the output audience. By default, Clean Rooms ML removes seed
users from the output audience. If you specify TRUE
, the seed users will appear first in the output.
Clean Rooms ML does not explicitly reveal whether a user was in the seed, but the recipient of the audience will
know that the first minimumSeedSize
count of users are from the seed.
TRUE
, the seed users will appear first
in the output. Clean Rooms ML does not explicitly reveal whether a user was in the seed, but the
recipient of the audience will know that the first minimumSeedSize
count of users are from
the seed.public void setCollaborationId(String collaborationId)
The identifier of the collaboration that this audience generation job is associated with.
collaborationId
- The identifier of the collaboration that this audience generation job is associated with.public String getCollaborationId()
The identifier of the collaboration that this audience generation job is associated with.
public GetAudienceGenerationJobResult withCollaborationId(String collaborationId)
The identifier of the collaboration that this audience generation job is associated with.
collaborationId
- The identifier of the collaboration that this audience generation job is associated with.public void setMetrics(AudienceQualityMetrics metrics)
The relevance scores for different audience sizes and the recall score of the generated audience.
metrics
- The relevance scores for different audience sizes and the recall score of the generated audience.public AudienceQualityMetrics getMetrics()
The relevance scores for different audience sizes and the recall score of the generated audience.
public GetAudienceGenerationJobResult withMetrics(AudienceQualityMetrics metrics)
The relevance scores for different audience sizes and the recall score of the generated audience.
metrics
- The relevance scores for different audience sizes and the recall score of the generated audience.public void setStartedBy(String startedBy)
The AWS account that started this audience generation job.
startedBy
- The AWS account that started this audience generation job.public String getStartedBy()
The AWS account that started this audience generation job.
public GetAudienceGenerationJobResult withStartedBy(String startedBy)
The AWS account that started this audience generation job.
startedBy
- The AWS account that started this audience generation job.public Map<String,String> getTags()
The tags that are associated to this audience generation job.
public void setTags(Map<String,String> tags)
The tags that are associated to this audience generation job.
tags
- The tags that are associated to this audience generation job.public GetAudienceGenerationJobResult withTags(Map<String,String> tags)
The tags that are associated to this audience generation job.
tags
- The tags that are associated to this audience generation job.public GetAudienceGenerationJobResult addTagsEntry(String key, String value)
public GetAudienceGenerationJobResult clearTagsEntries()
public void setProtectedQueryIdentifier(String protectedQueryIdentifier)
The unique identifier of the protected query for this audience generation job.
protectedQueryIdentifier
- The unique identifier of the protected query for this audience generation job.public String getProtectedQueryIdentifier()
The unique identifier of the protected query for this audience generation job.
public GetAudienceGenerationJobResult withProtectedQueryIdentifier(String protectedQueryIdentifier)
The unique identifier of the protected query for this audience generation job.
protectedQueryIdentifier
- The unique identifier of the protected query for this audience generation job.public String toString()
toString
in class Object
Object.toString()
public GetAudienceGenerationJobResult clone()