@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MonthlySchedule extends Object implements Serializable, Cloneable, StructuredPojo
Specifies a monthly recurrence pattern for running a classification job.
Constructor and Description |
---|
MonthlySchedule() |
Modifier and Type | Method and Description |
---|---|
MonthlySchedule |
clone() |
boolean |
equals(Object obj) |
Integer |
getDayOfMonth()
The numeric day of the month when Amazon Macie runs the job.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDayOfMonth(Integer dayOfMonth)
The numeric day of the month when Amazon Macie runs the job.
|
String |
toString()
Returns a string representation of this object.
|
MonthlySchedule |
withDayOfMonth(Integer dayOfMonth)
The numeric day of the month when Amazon Macie runs the job.
|
public void setDayOfMonth(Integer dayOfMonth)
The numeric day of the month when Amazon Macie runs the job. This value can be an integer from 1 through 31.
If this value exceeds the number of days in a certain month, Macie runs the job on the last day of that month. For example, if this value is 31 and a month has only 30 days, Macie runs the job on day 30 of that month.
dayOfMonth
- The numeric day of the month when Amazon Macie runs the job. This value can be an integer from 1 through
31.
If this value exceeds the number of days in a certain month, Macie runs the job on the last day of that month. For example, if this value is 31 and a month has only 30 days, Macie runs the job on day 30 of that month.
public Integer getDayOfMonth()
The numeric day of the month when Amazon Macie runs the job. This value can be an integer from 1 through 31.
If this value exceeds the number of days in a certain month, Macie runs the job on the last day of that month. For example, if this value is 31 and a month has only 30 days, Macie runs the job on day 30 of that month.
If this value exceeds the number of days in a certain month, Macie runs the job on the last day of that month. For example, if this value is 31 and a month has only 30 days, Macie runs the job on day 30 of that month.
public MonthlySchedule withDayOfMonth(Integer dayOfMonth)
The numeric day of the month when Amazon Macie runs the job. This value can be an integer from 1 through 31.
If this value exceeds the number of days in a certain month, Macie runs the job on the last day of that month. For example, if this value is 31 and a month has only 30 days, Macie runs the job on day 30 of that month.
dayOfMonth
- The numeric day of the month when Amazon Macie runs the job. This value can be an integer from 1 through
31.
If this value exceeds the number of days in a certain month, Macie runs the job on the last day of that month. For example, if this value is 31 and a month has only 30 days, Macie runs the job on day 30 of that month.
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.