@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class HoursOfOperationConfig extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about the hours of operation.
| Constructor and Description |
|---|
HoursOfOperationConfig() |
| Modifier and Type | Method and Description |
|---|---|
HoursOfOperationConfig |
clone() |
boolean |
equals(Object obj) |
String |
getDay()
The day that the hours of operation applies to.
|
HoursOfOperationTimeSlice |
getEndTime()
The end time that your contact center closes.
|
HoursOfOperationTimeSlice |
getStartTime()
The start time that your contact center opens.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setDay(String day)
The day that the hours of operation applies to.
|
void |
setEndTime(HoursOfOperationTimeSlice endTime)
The end time that your contact center closes.
|
void |
setStartTime(HoursOfOperationTimeSlice startTime)
The start time that your contact center opens.
|
String |
toString()
Returns a string representation of this object.
|
HoursOfOperationConfig |
withDay(HoursOfOperationDays day)
The day that the hours of operation applies to.
|
HoursOfOperationConfig |
withDay(String day)
The day that the hours of operation applies to.
|
HoursOfOperationConfig |
withEndTime(HoursOfOperationTimeSlice endTime)
The end time that your contact center closes.
|
HoursOfOperationConfig |
withStartTime(HoursOfOperationTimeSlice startTime)
The start time that your contact center opens.
|
public void setDay(String day)
The day that the hours of operation applies to.
day - The day that the hours of operation applies to.HoursOfOperationDayspublic String getDay()
The day that the hours of operation applies to.
HoursOfOperationDayspublic HoursOfOperationConfig withDay(String day)
The day that the hours of operation applies to.
day - The day that the hours of operation applies to.HoursOfOperationDayspublic HoursOfOperationConfig withDay(HoursOfOperationDays day)
The day that the hours of operation applies to.
day - The day that the hours of operation applies to.HoursOfOperationDayspublic void setStartTime(HoursOfOperationTimeSlice startTime)
The start time that your contact center opens.
startTime - The start time that your contact center opens.public HoursOfOperationTimeSlice getStartTime()
The start time that your contact center opens.
public HoursOfOperationConfig withStartTime(HoursOfOperationTimeSlice startTime)
The start time that your contact center opens.
startTime - The start time that your contact center opens.public void setEndTime(HoursOfOperationTimeSlice endTime)
The end time that your contact center closes.
endTime - The end time that your contact center closes.public HoursOfOperationTimeSlice getEndTime()
The end time that your contact center closes.
public HoursOfOperationConfig withEndTime(HoursOfOperationTimeSlice endTime)
The end time that your contact center closes.
endTime - The end time that your contact center closes.public String toString()
toString in class ObjectObject.toString()public HoursOfOperationConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.