@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class WeeklySchedule extends Object implements Serializable, Cloneable, StructuredPojo
Specifies a weekly recurrence pattern for running a classification job.
| Constructor and Description |
|---|
WeeklySchedule() |
| Modifier and Type | Method and Description |
|---|---|
WeeklySchedule |
clone() |
boolean |
equals(Object obj) |
String |
getDayOfWeek()
The day of the week when Amazon Macie runs the job.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setDayOfWeek(String dayOfWeek)
The day of the week when Amazon Macie runs the job.
|
String |
toString()
Returns a string representation of this object.
|
WeeklySchedule |
withDayOfWeek(DayOfWeek dayOfWeek)
The day of the week when Amazon Macie runs the job.
|
WeeklySchedule |
withDayOfWeek(String dayOfWeek)
The day of the week when Amazon Macie runs the job.
|
public void setDayOfWeek(String dayOfWeek)
The day of the week when Amazon Macie runs the job.
dayOfWeek - The day of the week when Amazon Macie runs the job.DayOfWeekpublic String getDayOfWeek()
The day of the week when Amazon Macie runs the job.
DayOfWeekpublic WeeklySchedule withDayOfWeek(String dayOfWeek)
The day of the week when Amazon Macie runs the job.
dayOfWeek - The day of the week when Amazon Macie runs the job.DayOfWeekpublic WeeklySchedule withDayOfWeek(DayOfWeek dayOfWeek)
The day of the week when Amazon Macie runs the job.
dayOfWeek - The day of the week when Amazon Macie runs the job.DayOfWeekpublic String toString()
toString in class ObjectObject.toString()public WeeklySchedule clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.