@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DatasetSummary extends Object implements Serializable, Cloneable, StructuredPojo
A summary of information about a data set.
| Constructor and Description |
|---|
DatasetSummary() |
| Modifier and Type | Method and Description |
|---|---|
DatasetSummary |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationTime()
The time the data set was created.
|
String |
getDatasetName()
The name of the data set.
|
Date |
getLastUpdateTime()
The last time the data set was updated.
|
String |
getStatus()
The status of the data set.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCreationTime(Date creationTime)
The time the data set was created.
|
void |
setDatasetName(String datasetName)
The name of the data set.
|
void |
setLastUpdateTime(Date lastUpdateTime)
The last time the data set was updated.
|
void |
setStatus(String status)
The status of the data set.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DatasetSummary |
withCreationTime(Date creationTime)
The time the data set was created.
|
DatasetSummary |
withDatasetName(String datasetName)
The name of the data set.
|
DatasetSummary |
withLastUpdateTime(Date lastUpdateTime)
The last time the data set was updated.
|
DatasetSummary |
withStatus(DatasetStatus status)
The status of the data set.
|
DatasetSummary |
withStatus(String status)
The status of the data set.
|
public void setDatasetName(String datasetName)
The name of the data set.
datasetName - The name of the data set.public String getDatasetName()
The name of the data set.
public DatasetSummary withDatasetName(String datasetName)
The name of the data set.
datasetName - The name of the data set.public void setStatus(String status)
The status of the data set.
status - The status of the data set.DatasetStatuspublic String getStatus()
The status of the data set.
DatasetStatuspublic DatasetSummary withStatus(String status)
The status of the data set.
status - The status of the data set.DatasetStatuspublic DatasetSummary withStatus(DatasetStatus status)
The status of the data set.
status - The status of the data set.DatasetStatuspublic void setCreationTime(Date creationTime)
The time the data set was created.
creationTime - The time the data set was created.public Date getCreationTime()
The time the data set was created.
public DatasetSummary withCreationTime(Date creationTime)
The time the data set was created.
creationTime - The time the data set was created.public void setLastUpdateTime(Date lastUpdateTime)
The last time the data set was updated.
lastUpdateTime - The last time the data set was updated.public Date getLastUpdateTime()
The last time the data set was updated.
public DatasetSummary withLastUpdateTime(Date lastUpdateTime)
The last time the data set was updated.
lastUpdateTime - The last time the data set was updated.public String toString()
toString in class ObjectObject.toString()public DatasetSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2018. All rights reserved.