@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RefreshCadence extends Object implements Serializable, Cloneable, StructuredPojo
The cadence for Amazon Web Services to update the data export in your S3 bucket.
Constructor and Description |
---|
RefreshCadence() |
Modifier and Type | Method and Description |
---|---|
RefreshCadence |
clone() |
boolean |
equals(Object obj) |
String |
getFrequency()
The frequency that data exports are updated.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setFrequency(String frequency)
The frequency that data exports are updated.
|
String |
toString()
Returns a string representation of this object.
|
RefreshCadence |
withFrequency(FrequencyOption frequency)
The frequency that data exports are updated.
|
RefreshCadence |
withFrequency(String frequency)
The frequency that data exports are updated.
|
public void setFrequency(String frequency)
The frequency that data exports are updated. The export refreshes each time the source data updates, up to three times daily.
frequency
- The frequency that data exports are updated. The export refreshes each time the source data updates, up to
three times daily.FrequencyOption
public String getFrequency()
The frequency that data exports are updated. The export refreshes each time the source data updates, up to three times daily.
FrequencyOption
public RefreshCadence withFrequency(String frequency)
The frequency that data exports are updated. The export refreshes each time the source data updates, up to three times daily.
frequency
- The frequency that data exports are updated. The export refreshes each time the source data updates, up to
three times daily.FrequencyOption
public RefreshCadence withFrequency(FrequencyOption frequency)
The frequency that data exports are updated. The export refreshes each time the source data updates, up to three times daily.
frequency
- The frequency that data exports are updated. The export refreshes each time the source data updates, up to
three times daily.FrequencyOption
public String toString()
toString
in class Object
Object.toString()
public RefreshCadence clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.