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