@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MonthlySchedule extends Object implements Serializable, Cloneable, StructuredPojo
Run the job once a month, on a specific day of the month. This value can be an integer from 1 through 30.
Constructor and Description |
---|
MonthlySchedule() |
Modifier and Type | Method and Description |
---|---|
MonthlySchedule |
clone() |
boolean |
equals(Object obj) |
Integer |
getDayOfMonth()
Run the job once a month, on a specific day of the month.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDayOfMonth(Integer dayOfMonth)
Run the job once a month, on a specific day of the month.
|
String |
toString()
Returns a string representation of this object.
|
MonthlySchedule |
withDayOfMonth(Integer dayOfMonth)
Run the job once a month, on a specific day of the month.
|
public void setDayOfMonth(Integer dayOfMonth)
Run the job once a month, on a specific day of the month. This value can be an integer from 1 through 30.
dayOfMonth
- Run the job once a month, on a specific day of the month. This value can be an integer from 1 through 30.public Integer getDayOfMonth()
Run the job once a month, on a specific day of the month. This value can be an integer from 1 through 30.
public MonthlySchedule withDayOfMonth(Integer dayOfMonth)
Run the job once a month, on a specific day of the month. This value can be an integer from 1 through 30.
dayOfMonth
- Run the job once a month, on a specific day of the month. This value can be an integer from 1 through 30.public String toString()
toString
in class Object
Object.toString()
public MonthlySchedule 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.