@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DatasetSummary extends Object implements Serializable, Cloneable, StructuredPojo
A summary of information about a dataset.
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 dataset was created.
|
String |
getDatasetName()
The name of the dataset.
|
Date |
getLastUpdateTime()
The last time the dataset was updated.
|
String |
getStatus()
The status of the dataset.
|
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 dataset was created.
|
void |
setDatasetName(String datasetName)
The name of the dataset.
|
void |
setLastUpdateTime(Date lastUpdateTime)
The last time the dataset was updated.
|
void |
setStatus(String status)
The status of the dataset.
|
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 dataset was created.
|
DatasetSummary |
withDatasetName(String datasetName)
The name of the dataset.
|
DatasetSummary |
withLastUpdateTime(Date lastUpdateTime)
The last time the dataset was updated.
|
DatasetSummary |
withStatus(DatasetStatus status)
The status of the dataset.
|
DatasetSummary |
withStatus(String status)
The status of the dataset.
|
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 dataset.
datasetName
- The name of the dataset.public String getDatasetName()
The name of the dataset.
public DatasetSummary withDatasetName(String datasetName)
The name of the dataset.
datasetName
- The name of the dataset.public void setStatus(String status)
The status of the dataset.
status
- The status of the dataset.DatasetStatus
public String getStatus()
The status of the dataset.
DatasetStatus
public DatasetSummary withStatus(String status)
The status of the dataset.
status
- The status of the dataset.DatasetStatus
public DatasetSummary withStatus(DatasetStatus status)
The status of the dataset.
status
- The status of the dataset.DatasetStatus
public void setCreationTime(Date creationTime)
The time the dataset was created.
creationTime
- The time the dataset was created.public Date getCreationTime()
The time the dataset was created.
public DatasetSummary withCreationTime(Date creationTime)
The time the dataset was created.
creationTime
- The time the dataset was created.public void setLastUpdateTime(Date lastUpdateTime)
The last time the dataset was updated.
lastUpdateTime
- The last time the dataset was updated.public Date getLastUpdateTime()
The last time the dataset was updated.
public DatasetSummary withLastUpdateTime(Date lastUpdateTime)
The last time the dataset was updated.
lastUpdateTime
- The last time the dataset was updated.public List<DatasetTrigger> getTriggers()
A list of triggers. A trigger causes dataset content to be populated at a specified time interval or when another
dataset 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 dataset content to be populated at a specified time interval or when another
dataset is populated. The list of triggers can be empty or contain up to five DataSetTrigger
objects
triggers
- A list of triggers. A trigger causes dataset content to be populated at a specified time interval or when
another dataset 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 dataset content to be populated at a specified time interval or when another
dataset 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 dataset content to be populated at a specified time interval or when
another dataset 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 dataset content to be populated at a specified time interval or when another
dataset is populated. The list of triggers can be empty or contain up to five DataSetTrigger
objects
triggers
- A list of triggers. A trigger causes dataset content to be populated at a specified time interval or when
another dataset 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.