@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DatasetTrigger extends Object implements Serializable, Cloneable, StructuredPojo
The DatasetTrigger
that specifies when the dataset is automatically updated.
Constructor and Description |
---|
DatasetTrigger() |
Modifier and Type | Method and Description |
---|---|
DatasetTrigger |
clone() |
boolean |
equals(Object obj) |
TriggeringDataset |
getDataset()
The dataset whose content creation triggers the creation of this dataset'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 dataset whose content creation triggers the creation of this dataset'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 dataset whose content creation triggers the creation of this dataset'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 dataset whose content creation triggers the creation of this dataset's contents.
dataset
- The dataset whose content creation triggers the creation of this dataset's contents.public TriggeringDataset getDataset()
The dataset whose content creation triggers the creation of this dataset's contents.
public DatasetTrigger withDataset(TriggeringDataset dataset)
The dataset whose content creation triggers the creation of this dataset's contents.
dataset
- The dataset whose content creation triggers the creation of this dataset's contents.public String toString()
toString
in class Object
Object.toString()
public DatasetTrigger clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.