@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DataSetRefreshProperties extends Object implements Serializable, Cloneable, StructuredPojo
The refresh properties of a dataset.
| Constructor and Description | 
|---|
| DataSetRefreshProperties() | 
| Modifier and Type | Method and Description | 
|---|---|
| DataSetRefreshProperties | clone() | 
| boolean | equals(Object obj) | 
| RefreshConfiguration | getRefreshConfiguration()
 The refresh configuration for a dataset. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setRefreshConfiguration(RefreshConfiguration refreshConfiguration)
 The refresh configuration for a dataset. | 
| String | toString()Returns a string representation of this object. | 
| DataSetRefreshProperties | withRefreshConfiguration(RefreshConfiguration refreshConfiguration)
 The refresh configuration for a dataset. | 
public void setRefreshConfiguration(RefreshConfiguration refreshConfiguration)
The refresh configuration for a dataset.
refreshConfiguration - The refresh configuration for a dataset.public RefreshConfiguration getRefreshConfiguration()
The refresh configuration for a dataset.
public DataSetRefreshProperties withRefreshConfiguration(RefreshConfiguration refreshConfiguration)
The refresh configuration for a dataset.
refreshConfiguration - The refresh configuration for a dataset.public String toString()
toString in class ObjectObject.toString()public DataSetRefreshProperties clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.