@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)
Marshalls this structured data using the given
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.DatasetStatus
public String getStatus()
The status of the data set.
DatasetStatus
public DatasetSummary withStatus(String status)
The status of the data set.
status
- The status of the data set.DatasetStatus
public DatasetSummary withStatus(DatasetStatus status)
The status of the data set.
status
- The status of the data set.DatasetStatus
public 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 Object
Object.toString()
public DatasetSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.