@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class WeeklySetting extends Object implements Serializable, Cloneable, StructuredPojo
Information about rotations that recur weekly.
| Constructor and Description |
|---|
WeeklySetting() |
| Modifier and Type | Method and Description |
|---|---|
WeeklySetting |
clone() |
boolean |
equals(Object obj) |
String |
getDayOfWeek()
The day of the week when weekly recurring on-call shift rotations begins.
|
HandOffTime |
getHandOffTime()
The time of day when a weekly recurring on-call shift rotation begins.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setDayOfWeek(String dayOfWeek)
The day of the week when weekly recurring on-call shift rotations begins.
|
void |
setHandOffTime(HandOffTime handOffTime)
The time of day when a weekly recurring on-call shift rotation begins.
|
String |
toString()
Returns a string representation of this object.
|
WeeklySetting |
withDayOfWeek(DayOfWeek dayOfWeek)
The day of the week when weekly recurring on-call shift rotations begins.
|
WeeklySetting |
withDayOfWeek(String dayOfWeek)
The day of the week when weekly recurring on-call shift rotations begins.
|
WeeklySetting |
withHandOffTime(HandOffTime handOffTime)
The time of day when a weekly recurring on-call shift rotation begins.
|
public void setDayOfWeek(String dayOfWeek)
The day of the week when weekly recurring on-call shift rotations begins.
dayOfWeek - The day of the week when weekly recurring on-call shift rotations begins.DayOfWeekpublic String getDayOfWeek()
The day of the week when weekly recurring on-call shift rotations begins.
DayOfWeekpublic WeeklySetting withDayOfWeek(String dayOfWeek)
The day of the week when weekly recurring on-call shift rotations begins.
dayOfWeek - The day of the week when weekly recurring on-call shift rotations begins.DayOfWeekpublic WeeklySetting withDayOfWeek(DayOfWeek dayOfWeek)
The day of the week when weekly recurring on-call shift rotations begins.
dayOfWeek - The day of the week when weekly recurring on-call shift rotations begins.DayOfWeekpublic void setHandOffTime(HandOffTime handOffTime)
The time of day when a weekly recurring on-call shift rotation begins.
handOffTime - The time of day when a weekly recurring on-call shift rotation begins.public HandOffTime getHandOffTime()
The time of day when a weekly recurring on-call shift rotation begins.
public WeeklySetting withHandOffTime(HandOffTime handOffTime)
The time of day when a weekly recurring on-call shift rotation begins.
handOffTime - The time of day when a weekly recurring on-call shift rotation begins.public String toString()
toString in class ObjectObject.toString()public WeeklySetting clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.