@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)
Marshalls this structured data using the given
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.DayOfWeek
public 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.
DayOfWeek
public 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.DayOfWeek
public 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.DayOfWeek
public String toString()
toString
in class Object
Object.toString()
public WeeklySchedule clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.