@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RefreshConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The refresh configuration of a dataset.
Constructor and Description |
---|
RefreshConfiguration() |
Modifier and Type | Method and Description |
---|---|
RefreshConfiguration |
clone() |
boolean |
equals(Object obj) |
IncrementalRefresh |
getIncrementalRefresh()
The incremental refresh for the dataset.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setIncrementalRefresh(IncrementalRefresh incrementalRefresh)
The incremental refresh for the dataset.
|
String |
toString()
Returns a string representation of this object.
|
RefreshConfiguration |
withIncrementalRefresh(IncrementalRefresh incrementalRefresh)
The incremental refresh for the dataset.
|
public void setIncrementalRefresh(IncrementalRefresh incrementalRefresh)
The incremental refresh for the dataset.
incrementalRefresh
- The incremental refresh for the dataset.public IncrementalRefresh getIncrementalRefresh()
The incremental refresh for the dataset.
public RefreshConfiguration withIncrementalRefresh(IncrementalRefresh incrementalRefresh)
The incremental refresh for the dataset.
incrementalRefresh
- The incremental refresh for the dataset.public String toString()
toString
in class Object
Object.toString()
public RefreshConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2023. All rights reserved.