@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 Object
Object.toString()
public DataSetRefreshProperties clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.