@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TrainingDatasetSummary extends Object implements Serializable, Cloneable, StructuredPojo
Provides information about the training dataset.
Constructor and Description |
---|
TrainingDatasetSummary() |
Modifier and Type | Method and Description |
---|---|
TrainingDatasetSummary |
clone() |
boolean |
equals(Object obj) |
Date |
getCreateTime()
The time at which the training dataset was created.
|
String |
getDescription()
The description of the training dataset.
|
String |
getName()
The name of the training dataset.
|
String |
getStatus()
The status of the training dataset.
|
String |
getTrainingDatasetArn()
The Amazon Resource Name (ARN) of the training dataset.
|
Date |
getUpdateTime()
The most recent time at which the training dataset was updated.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreateTime(Date createTime)
The time at which the training dataset was created.
|
void |
setDescription(String description)
The description of the training dataset.
|
void |
setName(String name)
The name of the training dataset.
|
void |
setStatus(String status)
The status of the training dataset.
|
void |
setTrainingDatasetArn(String trainingDatasetArn)
The Amazon Resource Name (ARN) of the training dataset.
|
void |
setUpdateTime(Date updateTime)
The most recent time at which the training dataset was updated.
|
String |
toString()
Returns a string representation of this object.
|
TrainingDatasetSummary |
withCreateTime(Date createTime)
The time at which the training dataset was created.
|
TrainingDatasetSummary |
withDescription(String description)
The description of the training dataset.
|
TrainingDatasetSummary |
withName(String name)
The name of the training dataset.
|
TrainingDatasetSummary |
withStatus(String status)
The status of the training dataset.
|
TrainingDatasetSummary |
withStatus(TrainingDatasetStatus status)
The status of the training dataset.
|
TrainingDatasetSummary |
withTrainingDatasetArn(String trainingDatasetArn)
The Amazon Resource Name (ARN) of the training dataset.
|
TrainingDatasetSummary |
withUpdateTime(Date updateTime)
The most recent time at which the training dataset was updated.
|
public void setCreateTime(Date createTime)
The time at which the training dataset was created.
createTime
- The time at which the training dataset was created.public Date getCreateTime()
The time at which the training dataset was created.
public TrainingDatasetSummary withCreateTime(Date createTime)
The time at which the training dataset was created.
createTime
- The time at which the training dataset was created.public void setUpdateTime(Date updateTime)
The most recent time at which the training dataset was updated.
updateTime
- The most recent time at which the training dataset was updated.public Date getUpdateTime()
The most recent time at which the training dataset was updated.
public TrainingDatasetSummary withUpdateTime(Date updateTime)
The most recent time at which the training dataset was updated.
updateTime
- The most recent time at which the training dataset was updated.public void setTrainingDatasetArn(String trainingDatasetArn)
The Amazon Resource Name (ARN) of the training dataset.
trainingDatasetArn
- The Amazon Resource Name (ARN) of the training dataset.public String getTrainingDatasetArn()
The Amazon Resource Name (ARN) of the training dataset.
public TrainingDatasetSummary withTrainingDatasetArn(String trainingDatasetArn)
The Amazon Resource Name (ARN) of the training dataset.
trainingDatasetArn
- The Amazon Resource Name (ARN) of the training dataset.public void setName(String name)
The name of the training dataset.
name
- The name of the training dataset.public String getName()
The name of the training dataset.
public TrainingDatasetSummary withName(String name)
The name of the training dataset.
name
- The name of the training dataset.public void setStatus(String status)
The status of the training dataset.
status
- The status of the training dataset.TrainingDatasetStatus
public String getStatus()
The status of the training dataset.
TrainingDatasetStatus
public TrainingDatasetSummary withStatus(String status)
The status of the training dataset.
status
- The status of the training dataset.TrainingDatasetStatus
public TrainingDatasetSummary withStatus(TrainingDatasetStatus status)
The status of the training dataset.
status
- The status of the training dataset.TrainingDatasetStatus
public void setDescription(String description)
The description of the training dataset.
description
- The description of the training dataset.public String getDescription()
The description of the training dataset.
public TrainingDatasetSummary withDescription(String description)
The description of the training dataset.
description
- The description of the training dataset.public String toString()
toString
in class Object
Object.toString()
public TrainingDatasetSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.