@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetAudienceModelResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetAudienceModelResult() |
Modifier and Type | Method and Description |
---|---|
GetAudienceModelResult |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
GetAudienceModelResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
GetAudienceModelResult |
clone() |
boolean |
equals(Object obj) |
String |
getAudienceModelArn()
The Amazon Resource Name (ARN) of the audience model.
|
Date |
getCreateTime()
The time at which the audience model was created.
|
String |
getDescription()
The description of the audience model.
|
String |
getKmsKeyArn()
The KMS key ARN used for the audience model.
|
String |
getName()
The name of the audience model.
|
String |
getStatus()
The status of the audience model.
|
StatusDetails |
getStatusDetails()
Details about the status of the audience model.
|
Map<String,String> |
getTags()
The tags that are assigned to the audience model.
|
Date |
getTrainingDataEndTime()
The end date specified for the training window.
|
String |
getTrainingDatasetArn()
The Amazon Resource Name (ARN) of the training dataset that was used for this audience model.
|
Date |
getTrainingDataStartTime()
The start date specified for the training window.
|
Date |
getUpdateTime()
The most recent time at which the audience model was updated.
|
int |
hashCode() |
void |
setAudienceModelArn(String audienceModelArn)
The Amazon Resource Name (ARN) of the audience model.
|
void |
setCreateTime(Date createTime)
The time at which the audience model was created.
|
void |
setDescription(String description)
The description of the audience model.
|
void |
setKmsKeyArn(String kmsKeyArn)
The KMS key ARN used for the audience model.
|
void |
setName(String name)
The name of the audience model.
|
void |
setStatus(String status)
The status of the audience model.
|
void |
setStatusDetails(StatusDetails statusDetails)
Details about the status of the audience model.
|
void |
setTags(Map<String,String> tags)
The tags that are assigned to the audience model.
|
void |
setTrainingDataEndTime(Date trainingDataEndTime)
The end date specified for the training window.
|
void |
setTrainingDatasetArn(String trainingDatasetArn)
The Amazon Resource Name (ARN) of the training dataset that was used for this audience model.
|
void |
setTrainingDataStartTime(Date trainingDataStartTime)
The start date specified for the training window.
|
void |
setUpdateTime(Date updateTime)
The most recent time at which the audience model was updated.
|
String |
toString()
Returns a string representation of this object.
|
GetAudienceModelResult |
withAudienceModelArn(String audienceModelArn)
The Amazon Resource Name (ARN) of the audience model.
|
GetAudienceModelResult |
withCreateTime(Date createTime)
The time at which the audience model was created.
|
GetAudienceModelResult |
withDescription(String description)
The description of the audience model.
|
GetAudienceModelResult |
withKmsKeyArn(String kmsKeyArn)
The KMS key ARN used for the audience model.
|
GetAudienceModelResult |
withName(String name)
The name of the audience model.
|
GetAudienceModelResult |
withStatus(AudienceModelStatus status)
The status of the audience model.
|
GetAudienceModelResult |
withStatus(String status)
The status of the audience model.
|
GetAudienceModelResult |
withStatusDetails(StatusDetails statusDetails)
Details about the status of the audience model.
|
GetAudienceModelResult |
withTags(Map<String,String> tags)
The tags that are assigned to the audience model.
|
GetAudienceModelResult |
withTrainingDataEndTime(Date trainingDataEndTime)
The end date specified for the training window.
|
GetAudienceModelResult |
withTrainingDatasetArn(String trainingDatasetArn)
The Amazon Resource Name (ARN) of the training dataset that was used for this audience model.
|
GetAudienceModelResult |
withTrainingDataStartTime(Date trainingDataStartTime)
The start date specified for the training window.
|
GetAudienceModelResult |
withUpdateTime(Date updateTime)
The most recent time at which the audience model was updated.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setCreateTime(Date createTime)
The time at which the audience model was created.
createTime
- The time at which the audience model was created.public Date getCreateTime()
The time at which the audience model was created.
public GetAudienceModelResult withCreateTime(Date createTime)
The time at which the audience model was created.
createTime
- The time at which the audience model was created.public void setUpdateTime(Date updateTime)
The most recent time at which the audience model was updated.
updateTime
- The most recent time at which the audience model was updated.public Date getUpdateTime()
The most recent time at which the audience model was updated.
public GetAudienceModelResult withUpdateTime(Date updateTime)
The most recent time at which the audience model was updated.
updateTime
- The most recent time at which the audience model was updated.public void setTrainingDataStartTime(Date trainingDataStartTime)
The start date specified for the training window.
trainingDataStartTime
- The start date specified for the training window.public Date getTrainingDataStartTime()
The start date specified for the training window.
public GetAudienceModelResult withTrainingDataStartTime(Date trainingDataStartTime)
The start date specified for the training window.
trainingDataStartTime
- The start date specified for the training window.public void setTrainingDataEndTime(Date trainingDataEndTime)
The end date specified for the training window.
trainingDataEndTime
- The end date specified for the training window.public Date getTrainingDataEndTime()
The end date specified for the training window.
public GetAudienceModelResult withTrainingDataEndTime(Date trainingDataEndTime)
The end date specified for the training window.
trainingDataEndTime
- The end date specified for the training window.public void setAudienceModelArn(String audienceModelArn)
The Amazon Resource Name (ARN) of the audience model.
audienceModelArn
- The Amazon Resource Name (ARN) of the audience model.public String getAudienceModelArn()
The Amazon Resource Name (ARN) of the audience model.
public GetAudienceModelResult withAudienceModelArn(String audienceModelArn)
The Amazon Resource Name (ARN) of the audience model.
audienceModelArn
- The Amazon Resource Name (ARN) of the audience model.public void setName(String name)
The name of the audience model.
name
- The name of the audience model.public String getName()
The name of the audience model.
public GetAudienceModelResult withName(String name)
The name of the audience model.
name
- The name of the audience model.public void setTrainingDatasetArn(String trainingDatasetArn)
The Amazon Resource Name (ARN) of the training dataset that was used for this audience model.
trainingDatasetArn
- The Amazon Resource Name (ARN) of the training dataset that was used for this audience model.public String getTrainingDatasetArn()
The Amazon Resource Name (ARN) of the training dataset that was used for this audience model.
public GetAudienceModelResult withTrainingDatasetArn(String trainingDatasetArn)
The Amazon Resource Name (ARN) of the training dataset that was used for this audience model.
trainingDatasetArn
- The Amazon Resource Name (ARN) of the training dataset that was used for this audience model.public void setStatus(String status)
The status of the audience model.
status
- The status of the audience model.AudienceModelStatus
public String getStatus()
The status of the audience model.
AudienceModelStatus
public GetAudienceModelResult withStatus(String status)
The status of the audience model.
status
- The status of the audience model.AudienceModelStatus
public GetAudienceModelResult withStatus(AudienceModelStatus status)
The status of the audience model.
status
- The status of the audience model.AudienceModelStatus
public void setStatusDetails(StatusDetails statusDetails)
Details about the status of the audience model.
statusDetails
- Details about the status of the audience model.public StatusDetails getStatusDetails()
Details about the status of the audience model.
public GetAudienceModelResult withStatusDetails(StatusDetails statusDetails)
Details about the status of the audience model.
statusDetails
- Details about the status of the audience model.public void setKmsKeyArn(String kmsKeyArn)
The KMS key ARN used for the audience model.
kmsKeyArn
- The KMS key ARN used for the audience model.public String getKmsKeyArn()
The KMS key ARN used for the audience model.
public GetAudienceModelResult withKmsKeyArn(String kmsKeyArn)
The KMS key ARN used for the audience model.
kmsKeyArn
- The KMS key ARN used for the audience model.public Map<String,String> getTags()
The tags that are assigned to the audience model.
public void setTags(Map<String,String> tags)
The tags that are assigned to the audience model.
tags
- The tags that are assigned to the audience model.public GetAudienceModelResult withTags(Map<String,String> tags)
The tags that are assigned to the audience model.
tags
- The tags that are assigned to the audience model.public GetAudienceModelResult addTagsEntry(String key, String value)
public GetAudienceModelResult clearTagsEntries()
public void setDescription(String description)
The description of the audience model.
description
- The description of the audience model.public String getDescription()
The description of the audience model.
public GetAudienceModelResult withDescription(String description)
The description of the audience model.
description
- The description of the audience model.public String toString()
toString
in class Object
Object.toString()
public GetAudienceModelResult clone()