@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DatasetContentSummary extends Object implements Serializable, Cloneable, StructuredPojo
Summary information about data set contents.
Constructor and Description |
---|
DatasetContentSummary() |
Modifier and Type | Method and Description |
---|---|
DatasetContentSummary |
clone() |
boolean |
equals(Object obj) |
Date |
getCompletionTime()
The time the dataset content status was updated to SUCCEEDED or FAILED.
|
Date |
getCreationTime()
The actual time the creation of the data set contents was started.
|
Date |
getScheduleTime()
The time the creation of the data set contents was scheduled to start.
|
DatasetContentStatus |
getStatus()
The status of the data set contents.
|
String |
getVersion()
The version of the data set contents.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCompletionTime(Date completionTime)
The time the dataset content status was updated to SUCCEEDED or FAILED.
|
void |
setCreationTime(Date creationTime)
The actual time the creation of the data set contents was started.
|
void |
setScheduleTime(Date scheduleTime)
The time the creation of the data set contents was scheduled to start.
|
void |
setStatus(DatasetContentStatus status)
The status of the data set contents.
|
void |
setVersion(String version)
The version of the data set contents.
|
String |
toString()
Returns a string representation of this object.
|
DatasetContentSummary |
withCompletionTime(Date completionTime)
The time the dataset content status was updated to SUCCEEDED or FAILED.
|
DatasetContentSummary |
withCreationTime(Date creationTime)
The actual time the creation of the data set contents was started.
|
DatasetContentSummary |
withScheduleTime(Date scheduleTime)
The time the creation of the data set contents was scheduled to start.
|
DatasetContentSummary |
withStatus(DatasetContentStatus status)
The status of the data set contents.
|
DatasetContentSummary |
withVersion(String version)
The version of the data set contents.
|
public void setVersion(String version)
The version of the data set contents.
version
- The version of the data set contents.public String getVersion()
The version of the data set contents.
public DatasetContentSummary withVersion(String version)
The version of the data set contents.
version
- The version of the data set contents.public void setStatus(DatasetContentStatus status)
The status of the data set contents.
status
- The status of the data set contents.public DatasetContentStatus getStatus()
The status of the data set contents.
public DatasetContentSummary withStatus(DatasetContentStatus status)
The status of the data set contents.
status
- The status of the data set contents.public void setCreationTime(Date creationTime)
The actual time the creation of the data set contents was started.
creationTime
- The actual time the creation of the data set contents was started.public Date getCreationTime()
The actual time the creation of the data set contents was started.
public DatasetContentSummary withCreationTime(Date creationTime)
The actual time the creation of the data set contents was started.
creationTime
- The actual time the creation of the data set contents was started.public void setScheduleTime(Date scheduleTime)
The time the creation of the data set contents was scheduled to start.
scheduleTime
- The time the creation of the data set contents was scheduled to start.public Date getScheduleTime()
The time the creation of the data set contents was scheduled to start.
public DatasetContentSummary withScheduleTime(Date scheduleTime)
The time the creation of the data set contents was scheduled to start.
scheduleTime
- The time the creation of the data set contents was scheduled to start.public void setCompletionTime(Date completionTime)
The time the dataset content status was updated to SUCCEEDED or FAILED.
completionTime
- The time the dataset content status was updated to SUCCEEDED or FAILED.public Date getCompletionTime()
The time the dataset content status was updated to SUCCEEDED or FAILED.
public DatasetContentSummary withCompletionTime(Date completionTime)
The time the dataset content status was updated to SUCCEEDED or FAILED.
completionTime
- The time the dataset content status was updated to SUCCEEDED or FAILED.public String toString()
toString
in class Object
Object.toString()
public DatasetContentSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.