@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.DayOfWeek
public String getDayOfWeek()
The day of the week when weekly recurring on-call shift rotations begins.
DayOfWeek
public 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.DayOfWeek
public 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.DayOfWeek
public 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 Object
Object.toString()
public WeeklySetting clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.