@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Schedule extends Object implements Serializable, Cloneable, StructuredPojo
A schedule.
Constructor and Description |
---|
Schedule() |
Modifier and Type | Method and Description |
---|---|
Schedule |
clone() |
boolean |
equals(Object obj) |
DailySchedule |
getDaily()
The schedule's daily.
|
MonthlySchedule |
getMonthly()
The schedule's monthly.
|
OneTimeSchedule |
getOneTime()
The schedule's one time.
|
WeeklySchedule |
getWeekly()
The schedule's weekly.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDaily(DailySchedule daily)
The schedule's daily.
|
void |
setMonthly(MonthlySchedule monthly)
The schedule's monthly.
|
void |
setOneTime(OneTimeSchedule oneTime)
The schedule's one time.
|
void |
setWeekly(WeeklySchedule weekly)
The schedule's weekly.
|
String |
toString()
Returns a string representation of this object.
|
Schedule |
withDaily(DailySchedule daily)
The schedule's daily.
|
Schedule |
withMonthly(MonthlySchedule monthly)
The schedule's monthly.
|
Schedule |
withOneTime(OneTimeSchedule oneTime)
The schedule's one time.
|
Schedule |
withWeekly(WeeklySchedule weekly)
The schedule's weekly.
|
public void setDaily(DailySchedule daily)
The schedule's daily.
daily
- The schedule's daily.public DailySchedule getDaily()
The schedule's daily.
public Schedule withDaily(DailySchedule daily)
The schedule's daily.
daily
- The schedule's daily.public void setMonthly(MonthlySchedule monthly)
The schedule's monthly.
monthly
- The schedule's monthly.public MonthlySchedule getMonthly()
The schedule's monthly.
public Schedule withMonthly(MonthlySchedule monthly)
The schedule's monthly.
monthly
- The schedule's monthly.public void setOneTime(OneTimeSchedule oneTime)
The schedule's one time.
oneTime
- The schedule's one time.public OneTimeSchedule getOneTime()
The schedule's one time.
public Schedule withOneTime(OneTimeSchedule oneTime)
The schedule's one time.
oneTime
- The schedule's one time.public void setWeekly(WeeklySchedule weekly)
The schedule's weekly.
weekly
- The schedule's weekly.public WeeklySchedule getWeekly()
The schedule's weekly.
public Schedule withWeekly(WeeklySchedule weekly)
The schedule's weekly.
weekly
- The schedule's weekly.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.