@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ScheduleConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The details of the schedule of the data source runs.
| Constructor and Description |
|---|
ScheduleConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
ScheduleConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getSchedule()
The schedule of the data source runs.
|
String |
getTimezone()
The timezone of the data source run.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setSchedule(String schedule)
The schedule of the data source runs.
|
void |
setTimezone(String timezone)
The timezone of the data source run.
|
String |
toString()
Returns a string representation of this object.
|
ScheduleConfiguration |
withSchedule(String schedule)
The schedule of the data source runs.
|
ScheduleConfiguration |
withTimezone(String timezone)
The timezone of the data source run.
|
ScheduleConfiguration |
withTimezone(Timezone timezone)
The timezone of the data source run.
|
public void setSchedule(String schedule)
The schedule of the data source runs.
schedule - The schedule of the data source runs.public String getSchedule()
The schedule of the data source runs.
public ScheduleConfiguration withSchedule(String schedule)
The schedule of the data source runs.
schedule - The schedule of the data source runs.public void setTimezone(String timezone)
The timezone of the data source run.
timezone - The timezone of the data source run.Timezonepublic String getTimezone()
The timezone of the data source run.
Timezonepublic ScheduleConfiguration withTimezone(String timezone)
The timezone of the data source run.
timezone - The timezone of the data source run.Timezonepublic ScheduleConfiguration withTimezone(Timezone timezone)
The timezone of the data source run.
timezone - The timezone of the data source run.Timezonepublic String toString()
toString in class ObjectObject.toString()public ScheduleConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.