@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class JobSchedule extends Object implements Serializable, Cloneable, StructuredPojo
The day and time when do you want to start the Identity Resolution Job every week.
Constructor and Description |
---|
JobSchedule() |
Modifier and Type | Method and Description |
---|---|
JobSchedule |
clone() |
boolean |
equals(Object obj) |
String |
getDayOfTheWeek()
The day when the Identity Resolution Job should run every week.
|
String |
getTime()
The time when the Identity Resolution Job should run every week.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDayOfTheWeek(String dayOfTheWeek)
The day when the Identity Resolution Job should run every week.
|
void |
setTime(String time)
The time when the Identity Resolution Job should run every week.
|
String |
toString()
Returns a string representation of this object.
|
JobSchedule |
withDayOfTheWeek(JobScheduleDayOfTheWeek dayOfTheWeek)
The day when the Identity Resolution Job should run every week.
|
JobSchedule |
withDayOfTheWeek(String dayOfTheWeek)
The day when the Identity Resolution Job should run every week.
|
JobSchedule |
withTime(String time)
The time when the Identity Resolution Job should run every week.
|
public void setDayOfTheWeek(String dayOfTheWeek)
The day when the Identity Resolution Job should run every week.
dayOfTheWeek
- The day when the Identity Resolution Job should run every week.JobScheduleDayOfTheWeek
public String getDayOfTheWeek()
The day when the Identity Resolution Job should run every week.
JobScheduleDayOfTheWeek
public JobSchedule withDayOfTheWeek(String dayOfTheWeek)
The day when the Identity Resolution Job should run every week.
dayOfTheWeek
- The day when the Identity Resolution Job should run every week.JobScheduleDayOfTheWeek
public JobSchedule withDayOfTheWeek(JobScheduleDayOfTheWeek dayOfTheWeek)
The day when the Identity Resolution Job should run every week.
dayOfTheWeek
- The day when the Identity Resolution Job should run every week.JobScheduleDayOfTheWeek
public void setTime(String time)
The time when the Identity Resolution Job should run every week.
time
- The time when the Identity Resolution Job should run every week.public String getTime()
The time when the Identity Resolution Job should run every week.
public JobSchedule withTime(String time)
The time when the Identity Resolution Job should run every week.
time
- The time when the Identity Resolution Job should run every week.public String toString()
toString
in class Object
Object.toString()
public JobSchedule clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.