@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class WeeklySchedule extends Object implements Serializable, Cloneable, StructuredPojo
Reserved for future use.
| Constructor and Description |
|---|
WeeklySchedule() |
| Modifier and Type | Method and Description |
|---|---|
WeeklySchedule |
clone() |
boolean |
equals(Object obj) |
String |
getDayOfWeek()
Run the job once a week, on a specific day of the week.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setDayOfWeek(String dayOfWeek)
Run the job once a week, on a specific day of the week.
|
String |
toString()
Returns a string representation of this object.
|
WeeklySchedule |
withDayOfWeek(DayOfWeek dayOfWeek)
Run the job once a week, on a specific day of the week.
|
WeeklySchedule |
withDayOfWeek(String dayOfWeek)
Run the job once a week, on a specific day of the week.
|
public void setDayOfWeek(String dayOfWeek)
Run the job once a week, on a specific day of the week. Valid values are: MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, and SUNDAY.
dayOfWeek - Run the job once a week, on a specific day of the week. Valid values are: MONDAY, TUESDAY, WEDNESDAY,
THURSDAY, FRIDAY, SATURDAY, and SUNDAY.DayOfWeekpublic String getDayOfWeek()
Run the job once a week, on a specific day of the week. Valid values are: MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, and SUNDAY.
DayOfWeekpublic WeeklySchedule withDayOfWeek(String dayOfWeek)
Run the job once a week, on a specific day of the week. Valid values are: MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, and SUNDAY.
dayOfWeek - Run the job once a week, on a specific day of the week. Valid values are: MONDAY, TUESDAY, WEDNESDAY,
THURSDAY, FRIDAY, SATURDAY, and SUNDAY.DayOfWeekpublic WeeklySchedule withDayOfWeek(DayOfWeek dayOfWeek)
Run the job once a week, on a specific day of the week. Valid values are: MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, and SUNDAY.
dayOfWeek - Run the job once a week, on a specific day of the week. Valid values are: MONDAY, TUESDAY, WEDNESDAY,
THURSDAY, FRIDAY, SATURDAY, and SUNDAY.DayOfWeekpublic String toString()
toString in class ObjectObject.toString()public WeeklySchedule clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.