@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) |
List<DatasetActionSummary> |
getActions()
A list of
DataActionSummary objects. |
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.
|
List<DatasetTrigger> |
getTriggers()
A list of triggers.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setActions(Collection<DatasetActionSummary> actions)
A list of
DataActionSummary objects. |
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.
|
void |
setTriggers(Collection<DatasetTrigger> triggers)
A list of triggers.
|
String |
toString()
Returns a string representation of this object.
|
DatasetSummary |
withActions(Collection<DatasetActionSummary> actions)
A list of
DataActionSummary objects. |
DatasetSummary |
withActions(DatasetActionSummary... actions)
A list of
DataActionSummary objects. |
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.
|
DatasetSummary |
withTriggers(Collection<DatasetTrigger> triggers)
A list of triggers.
|
DatasetSummary |
withTriggers(DatasetTrigger... triggers)
A list of triggers.
|
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 List<DatasetTrigger> getTriggers()
A list of triggers. A trigger causes data set content to be populated at a specified time interval or when
another data set is populated. The list of triggers can be empty or contain up to five
DataSetTrigger
objects
DataSetTrigger
objectspublic void setTriggers(Collection<DatasetTrigger> triggers)
A list of triggers. A trigger causes data set content to be populated at a specified time interval or when
another data set is populated. The list of triggers can be empty or contain up to five
DataSetTrigger
objects
triggers
- A list of triggers. A trigger causes data set content to be populated at a specified time interval or when
another data set is populated. The list of triggers can be empty or contain up to five
DataSetTrigger
objectspublic DatasetSummary withTriggers(DatasetTrigger... triggers)
A list of triggers. A trigger causes data set content to be populated at a specified time interval or when
another data set is populated. The list of triggers can be empty or contain up to five
DataSetTrigger
objects
NOTE: This method appends the values to the existing list (if any). Use
setTriggers(java.util.Collection)
or withTriggers(java.util.Collection)
if you want to override
the existing values.
triggers
- A list of triggers. A trigger causes data set content to be populated at a specified time interval or when
another data set is populated. The list of triggers can be empty or contain up to five
DataSetTrigger
objectspublic DatasetSummary withTriggers(Collection<DatasetTrigger> triggers)
A list of triggers. A trigger causes data set content to be populated at a specified time interval or when
another data set is populated. The list of triggers can be empty or contain up to five
DataSetTrigger
objects
triggers
- A list of triggers. A trigger causes data set content to be populated at a specified time interval or when
another data set is populated. The list of triggers can be empty or contain up to five
DataSetTrigger
objectspublic List<DatasetActionSummary> getActions()
A list of DataActionSummary
objects.
DataActionSummary
objects.public void setActions(Collection<DatasetActionSummary> actions)
A list of DataActionSummary
objects.
actions
- A list of DataActionSummary
objects.public DatasetSummary withActions(DatasetActionSummary... actions)
A list of DataActionSummary
objects.
NOTE: This method appends the values to the existing list (if any). Use
setActions(java.util.Collection)
or withActions(java.util.Collection)
if you want to override
the existing values.
actions
- A list of DataActionSummary
objects.public DatasetSummary withActions(Collection<DatasetActionSummary> actions)
A list of DataActionSummary
objects.
actions
- A list of DataActionSummary
objects.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.