@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IncrementalRefresh extends Object implements Serializable, Cloneable, StructuredPojo
The incremental refresh configuration for a dataset.
Constructor and Description |
---|
IncrementalRefresh() |
Modifier and Type | Method and Description |
---|---|
IncrementalRefresh |
clone() |
boolean |
equals(Object obj) |
LookbackWindow |
getLookbackWindow()
The lookback window setup for an incremental refresh configuration.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setLookbackWindow(LookbackWindow lookbackWindow)
The lookback window setup for an incremental refresh configuration.
|
String |
toString()
Returns a string representation of this object.
|
IncrementalRefresh |
withLookbackWindow(LookbackWindow lookbackWindow)
The lookback window setup for an incremental refresh configuration.
|
public void setLookbackWindow(LookbackWindow lookbackWindow)
The lookback window setup for an incremental refresh configuration.
lookbackWindow
- The lookback window setup for an incremental refresh configuration.public LookbackWindow getLookbackWindow()
The lookback window setup for an incremental refresh configuration.
public IncrementalRefresh withLookbackWindow(LookbackWindow lookbackWindow)
The lookback window setup for an incremental refresh configuration.
lookbackWindow
- The lookback window setup for an incremental refresh configuration.public String toString()
toString
in class Object
Object.toString()
public IncrementalRefresh clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.