@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AudienceModelSummary extends Object implements Serializable, Cloneable, StructuredPojo
Information about the audience model.
Constructor and Description |
---|
AudienceModelSummary() |
Modifier and Type | Method and Description |
---|---|
AudienceModelSummary |
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 |
getName()
The name of the audience model.
|
String |
getStatus()
The status of the audience model.
|
String |
getTrainingDatasetArn()
The Amazon Resource Name (ARN) of the training dataset that was used for the audience model.
|
Date |
getUpdateTime()
The most recent time at which the audience model was updated.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
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 |
setName(String name)
The name of the audience model.
|
void |
setStatus(String status)
The status of the audience model.
|
void |
setTrainingDatasetArn(String trainingDatasetArn)
The Amazon Resource Name (ARN) of the training dataset that was used for the audience model.
|
void |
setUpdateTime(Date updateTime)
The most recent time at which the audience model was updated.
|
String |
toString()
Returns a string representation of this object.
|
AudienceModelSummary |
withAudienceModelArn(String audienceModelArn)
The Amazon Resource Name (ARN) of the audience model.
|
AudienceModelSummary |
withCreateTime(Date createTime)
The time at which the audience model was created.
|
AudienceModelSummary |
withDescription(String description)
The description of the audience model.
|
AudienceModelSummary |
withName(String name)
The name of the audience model.
|
AudienceModelSummary |
withStatus(AudienceModelStatus status)
The status of the audience model.
|
AudienceModelSummary |
withStatus(String status)
The status of the audience model.
|
AudienceModelSummary |
withTrainingDatasetArn(String trainingDatasetArn)
The Amazon Resource Name (ARN) of the training dataset that was used for the audience model.
|
AudienceModelSummary |
withUpdateTime(Date updateTime)
The most recent time at which the audience model was updated.
|
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 AudienceModelSummary 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 AudienceModelSummary 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 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 AudienceModelSummary 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 AudienceModelSummary 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 the audience model.
trainingDatasetArn
- The Amazon Resource Name (ARN) of the training dataset that was used for the audience model.public String getTrainingDatasetArn()
The Amazon Resource Name (ARN) of the training dataset that was used for the audience model.
public AudienceModelSummary withTrainingDatasetArn(String trainingDatasetArn)
The Amazon Resource Name (ARN) of the training dataset that was used for the audience model.
trainingDatasetArn
- The Amazon Resource Name (ARN) of the training dataset that was used for the 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 AudienceModelSummary withStatus(String status)
The status of the audience model.
status
- The status of the audience model.AudienceModelStatus
public AudienceModelSummary withStatus(AudienceModelStatus status)
The status of the audience model.
status
- The status of the audience model.AudienceModelStatus
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 AudienceModelSummary 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 AudienceModelSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.