@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetTrainingDatasetResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetTrainingDatasetResult() |
Modifier and Type | Method and Description |
---|---|
GetTrainingDatasetResult |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
GetTrainingDatasetResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
GetTrainingDatasetResult |
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 |
getRoleArn()
The IAM role used to read the training data.
|
String |
getStatus()
The status of the training dataset.
|
Map<String,String> |
getTags()
The tags that are assigned to this training dataset.
|
List<Dataset> |
getTrainingData()
Metadata about the requested training data.
|
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 |
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 |
setRoleArn(String roleArn)
The IAM role used to read the training data.
|
void |
setStatus(String status)
The status of the training dataset.
|
void |
setTags(Map<String,String> tags)
The tags that are assigned to this training dataset.
|
void |
setTrainingData(Collection<Dataset> trainingData)
Metadata about the requested training data.
|
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.
|
GetTrainingDatasetResult |
withCreateTime(Date createTime)
The time at which the training dataset was created.
|
GetTrainingDatasetResult |
withDescription(String description)
The description of the training dataset.
|
GetTrainingDatasetResult |
withName(String name)
The name of the training dataset.
|
GetTrainingDatasetResult |
withRoleArn(String roleArn)
The IAM role used to read the training data.
|
GetTrainingDatasetResult |
withStatus(String status)
The status of the training dataset.
|
GetTrainingDatasetResult |
withStatus(TrainingDatasetStatus status)
The status of the training dataset.
|
GetTrainingDatasetResult |
withTags(Map<String,String> tags)
The tags that are assigned to this training dataset.
|
GetTrainingDatasetResult |
withTrainingData(Collection<Dataset> trainingData)
Metadata about the requested training data.
|
GetTrainingDatasetResult |
withTrainingData(Dataset... trainingData)
Metadata about the requested training data.
|
GetTrainingDatasetResult |
withTrainingDatasetArn(String trainingDatasetArn)
The Amazon Resource Name (ARN) of the training dataset.
|
GetTrainingDatasetResult |
withUpdateTime(Date updateTime)
The most recent time at which the training dataset was updated.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 GetTrainingDatasetResult 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 GetTrainingDatasetResult 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 GetTrainingDatasetResult 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 GetTrainingDatasetResult withName(String name)
The name of the training dataset.
name
- The name of the training dataset.public List<Dataset> getTrainingData()
Metadata about the requested training data.
public void setTrainingData(Collection<Dataset> trainingData)
Metadata about the requested training data.
trainingData
- Metadata about the requested training data.public GetTrainingDatasetResult withTrainingData(Dataset... trainingData)
Metadata about the requested training data.
NOTE: This method appends the values to the existing list (if any). Use
setTrainingData(java.util.Collection)
or withTrainingData(java.util.Collection)
if you want to
override the existing values.
trainingData
- Metadata about the requested training data.public GetTrainingDatasetResult withTrainingData(Collection<Dataset> trainingData)
Metadata about the requested training data.
trainingData
- Metadata about the requested training data.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 GetTrainingDatasetResult withStatus(String status)
The status of the training dataset.
status
- The status of the training dataset.TrainingDatasetStatus
public GetTrainingDatasetResult withStatus(TrainingDatasetStatus status)
The status of the training dataset.
status
- The status of the training dataset.TrainingDatasetStatus
public void setRoleArn(String roleArn)
The IAM role used to read the training data.
roleArn
- The IAM role used to read the training data.public String getRoleArn()
The IAM role used to read the training data.
public GetTrainingDatasetResult withRoleArn(String roleArn)
The IAM role used to read the training data.
roleArn
- The IAM role used to read the training data.public Map<String,String> getTags()
The tags that are assigned to this training dataset.
public void setTags(Map<String,String> tags)
The tags that are assigned to this training dataset.
tags
- The tags that are assigned to this training dataset.public GetTrainingDatasetResult withTags(Map<String,String> tags)
The tags that are assigned to this training dataset.
tags
- The tags that are assigned to this training dataset.public GetTrainingDatasetResult addTagsEntry(String key, String value)
public GetTrainingDatasetResult clearTagsEntries()
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 GetTrainingDatasetResult 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 GetTrainingDatasetResult clone()