@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DatasetTrigger extends Object implements Serializable, Cloneable, StructuredPojo
 The DatasetTrigger that specifies when the data set is automatically updated.
 
| Constructor and Description | 
|---|
| DatasetTrigger() | 
| Modifier and Type | Method and Description | 
|---|---|
| DatasetTrigger | clone() | 
| boolean | equals(Object obj) | 
| TriggeringDataset | getDataset()
 The data set whose content creation triggers the creation of this data set's contents. | 
| Schedule | getSchedule()
 The Schedule when the trigger is initiated. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setDataset(TriggeringDataset dataset)
 The data set whose content creation triggers the creation of this data set's contents. | 
| void | setSchedule(Schedule schedule)
 The Schedule when the trigger is initiated. | 
| String | toString()Returns a string representation of this object. | 
| DatasetTrigger | withDataset(TriggeringDataset dataset)
 The data set whose content creation triggers the creation of this data set's contents. | 
| DatasetTrigger | withSchedule(Schedule schedule)
 The Schedule when the trigger is initiated. | 
public void setSchedule(Schedule schedule)
The Schedule when the trigger is initiated.
schedule - The Schedule when the trigger is initiated.public Schedule getSchedule()
The Schedule when the trigger is initiated.
public DatasetTrigger withSchedule(Schedule schedule)
The Schedule when the trigger is initiated.
schedule - The Schedule when the trigger is initiated.public void setDataset(TriggeringDataset dataset)
The data set whose content creation triggers the creation of this data set's contents.
dataset - The data set whose content creation triggers the creation of this data set's contents.public TriggeringDataset getDataset()
The data set whose content creation triggers the creation of this data set's contents.
public DatasetTrigger withDataset(TriggeringDataset dataset)
The data set whose content creation triggers the creation of this data set's contents.
dataset - The data set whose content creation triggers the creation of this data set's contents.public String toString()
toString in class ObjectObject.toString()public DatasetTrigger clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.